Amazon Deals
API Parameters
Searchdata Parameters
engine
Required

The engine of the API. Needs to be set to amazon for this request.

api_key
Required

Your API Key

category_id
Required

The ID of the category you are searching for.

amazon_domain
Optional

Represents the domain from amazon that you want to use for your search. List of supported domains

device
Optional

The device used for your amazon search. Can be set to desktop, mobile or tablet.

scroll_to_bottom
Optional

Boolean parameter to scroll to bottom of the page before scraping.

wait_bottom_carousel
Optional

Boolean parameter to wait for bottom products carousel to load before scraping.

lazy_loading
Optional

Waiting time after page was loaded before scraping. Measured in ms.

zip_code
Optional

The zipcode you want to use for your amazon search.

Search Type
type
Required

The type of scraping performed on Amazon. It can be of type search, product, category, bestsellers, new-releases, todays-deals. Use todays-deals in this case.

Localization
hl
Optional

The language you want to use for your amazon search. List of supported languages

gl
Optional

The country you want to use for your amazon search. List of supported countries

Amazon Deals examples

Example for todays-deals in automotive

Amazon Deals example
GET external-link
{{BASE_URL}}/v1?engine=amazon&api_key={{API_KEY}}&type=todays-deals&category_id=15684181
Code to integrate
external-link
Json Example external-link
{
    "search_parameters": {
        "amazon_url": "https://www.amazon.com/s?bbn=15684181&rh=n%3A15684181%2Cp_n_specials_match%3A21213697011",
        "engine": "amazon",
        "amazon_domain": "amazon.com",
        "device": "desktop",
        "type": "todays-deals",
        "category_id": "15684181"
    },
    "search_information": {
        "organic_results_state": "Results for exact spelling",
        "total_results": null,
        "query_displayed": ""
    },
    "category_results": {
        "product_results": [
            {
                "position": 1,
                "product_id": "B081T7N948",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71YLxhnPUxL._AC_UL320_.jpg",
                "title": "Cleaning Gel for Car, Car Cleaning Kit Universal Detailing Automotive Dust Car Crevice Cleaner Auto Air Vent Interior Detail Removal Putty Cleaning Keyboard Cleaner for Car Vents, PC, Laptops, Cameras",
                "link": "/Cleaning-Universal-Detailing-Automotive-Interior/dp/B081T7N948/ref=sr_1_1?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2C0AO7LMN9LH7&sr=1-1",
                "price": "$5.94",
                "currency": "$",
                "price_raw": "$9.99",
                "rating": {
                    "rating": "4.1 out of 5 stars",
                    "total_ratings": 27889,
                    "link": "/Cleaning-Universal-Detailing-Automotive-Interior/dp/B081T7N948/ref=sr_1_1?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2C0AO7LMN9LH7&sr=1-1#customerReviews"
                },
                "amazon_choice": {
                    "link": "/Cleaning-Universal-Detailing-Automotive-Interior/dp/B081T7N948/ref=ice_ac_b_dpb?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2C0AO7LMN9LH7&sr=1-1"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Wed, Feb 2",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 2,
                "product_id": "B07Q6CPQK4",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71UcEotkdRL._AC_UL320_.jpg",
                "title": "Govee Interior Lights for Car, App Control Smart Car Lights with DIY Mode and Music Mode, Waterproof LED Interior Lights with 2 Lines Design, RGB Under Dash Car LED Lights with Car Charger, DC 12V",
                "link": "/Interior-Govee-Two-Line-Waterproof-Controller/dp/B07Q6CPQK4/ref=sr_1_2?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-2",
                "price": "$19.99",
                "currency": "$",
                "rating": {
                    "rating": "4.5 out of 5 stars",
                    "total_ratings": 53759,
                    "link": "/Interior-Govee-Two-Line-Waterproof-Controller/dp/B07Q6CPQK4/ref=sr_1_2?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-2#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/15736411/ref=sr_bs_1_15736411_1",
                    "category": "in Automotive Neon Accent Light Kits"
                },
                "coupon": {
                    "badge_text": "Save $2.00",
                    "text": "with coupon",
                    "description": "$2.00 coupon applied at checkout"
                },
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 3,
                "product_id": "B07F2RTN5Z",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71RnwTxneVL._AC_UL320_.jpg",
                "title": "IMDEN Bluetooth 5.0 FM Transmitter for Car, 3.0 Wireless Bluetooth FM Radio Adapter Music Player FM Transmitter/Car Kit with Hands-Free Calling and 2 USB Ports Charger Support USB Drive",
                "link": "/Bluetooth-FM-Transmitter-Wireless-Adapter/dp/B07F2RTN5Z/ref=sr_1_3?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-3",
                "price": "$15.29",
                "currency": "$",
                "price_raw": "$17.99",
                "rating": {
                    "rating": "4.3 out of 5 stars",
                    "total_ratings": 40964,
                    "link": "/Bluetooth-FM-Transmitter-Wireless-Adapter/dp/B07F2RTN5Z/ref=sr_1_3?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-3#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/electronics/1293687011/ref=sr_bs_2_1293687011_1",
                    "category": "in Bluetooth Car Kits"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 4,
                "product_id": "B01G0X56YU",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/615xop2u6CL._AC_UL320_.jpg",
                "title": "Magnetic Phone Holder for Car, WixGear [2 Pack] Universal Air Vent Magnetic Phone Holder for Car, Phone Holder for Car for Cell Phones and Mini Tablets with 4 Metal Plates",
                "link": "/Magnetic-WizGear-Universal-Swift-Snap-Technology/dp/B01G0X56YU/ref=sr_1_4?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-4",
                "price": "$10.99",
                "currency": "$",
                "price_raw": "$19.99",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 48400,
                    "link": "/Magnetic-WizGear-Universal-Swift-Snap-Technology/dp/B01G0X56YU/ref=sr_1_4?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-4#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 5,
                "product_id": "B07QMQFXRK",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/61aWcWE-0TL._AC_UL320_.jpg",
                "title": "Air Vent Phone Holder for Car,Miracase Vehicle Cell Phone Mount Cradle with Adjustable Clip Compatible with iPhone 13 Series/iPhone 12 Series/11 /11 Pro Max/XR/Samsung and More",
                "link": "/Miracase-Universal-Vehicle-Adjustable-Compatible/dp/B07QMQFXRK/ref=sr_1_5?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-5",
                "price": "$12.74",
                "currency": "$",
                "price_raw": "$19.99",
                "rating": {
                    "rating": "4.3 out of 5 stars",
                    "total_ratings": 19817,
                    "link": "/Miracase-Universal-Vehicle-Adjustable-Compatible/dp/B07QMQFXRK/ref=sr_1_5?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-5#customerReviews"
                },
                "price_description": "Save 5% on 2 select item(s)",
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 6,
                "product_id": "B07PRBJTFT",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/61UrghggzuL._AC_UL320_.jpg",
                "title": "[ 2 Pack ] Magnetic Phone Mount, [ Super Strong Magnet ] [ with 4 Metal Plate ] car Magnetic Phone Holder, [ 360° Rotation ] Universal Dashboard car Mount Fits iPhone Samsung etc Most Smartphones",
                "link": "/Magnetic-Rotation-Universal-Dashboard-Smartphones/dp/B07PRBJTFT/ref=sr_1_6?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-6",
                "price": "$12.69",
                "currency": "$",
                "price_raw": "$14.99",
                "rating": {
                    "rating": "4.3 out of 5 stars",
                    "total_ratings": 15260,
                    "link": "/Magnetic-Rotation-Universal-Dashboard-Smartphones/dp/B07PRBJTFT/ref=sr_1_6?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-6#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 7,
                "product_id": "B08HPQVJMW",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/81+jl7079RL._AC_UL320_.jpg",
                "title": "ComfiLife Gel Enhanced Seat Cushion - Non-Slip Orthopedic Gel & Memory Foam Coccyx Cushion for Tailbone Pain - Office Chair Car Seat Cushion - Sciatica & Back Pain Relief (Black)",
                "link": "/ComfiLife-Gel-Enhanced-Seat-Cushion/dp/B08HPQVJMW/ref=sr_1_7?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2UOOCM96M7E3P&sr=1-7",
                "price": "$38.20",
                "currency": "$",
                "price_raw": "$43.95",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 74282,
                    "link": "/ComfiLife-Gel-Enhanced-Seat-Cushion/dp/B08HPQVJMW/ref=sr_1_7?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2UOOCM96M7E3P&sr=1-7#customerReviews"
                },
                "coupon": {
                    "badge_text": "Save 15%",
                    "text": "with coupon",
                    "description": "15% coupon applied at checkout"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 8,
                "product_id": "B01K478YBA",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/61xyCroSLEL._AC_UL320_.jpg",
                "title": "Shynerk SH-M-02 Baby car mirror",
                "link": "/Shynerk-Baby-0011-Baby-car-mirror/dp/B01K478YBA/ref=sr_1_8?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-8",
                "price": "$16.99",
                "currency": "$",
                "price_raw": "$21.99",
                "rating": {
                    "rating": "4.6 out of 5 stars",
                    "total_ratings": 18054,
                    "link": "/Shynerk-Baby-0011-Baby-car-mirror/dp/B01K478YBA/ref=sr_1_8?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-8#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/15710191/ref=sr_bs_7_15710191_1",
                    "category": "in Automotive Interior Mirrors"
                },
                "coupon": {
                    "badge_text": "Save 8%",
                    "text": "with coupon",
                    "description": "8% coupon applied at checkout"
                },
                "shipping_details": [
                    "Get it as soon as Sat, Jan 29",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 9,
                "product_id": "B07HNHC828",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/716+JDSRMWL._AC_UL320_.jpg",
                "title": "Carfidant Scratch and Swirl Remover - Ultimate Car Scratch Remover - Polish & Paint Restorer - Easily Repair Paint Scratches, Scratches, Water Spots! Car Buffer Kit",
                "link": "/Carfidant-Scratch-Swirl-Remover-Scratches/dp/B07HNHC828/ref=sr_1_9?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A1TIL6RG80Z0E0&sr=1-9",
                "price": "$16.95",
                "currency": "$",
                "price_raw": "$19.95",
                "rating": {
                    "rating": "4.0 out of 5 stars",
                    "total_ratings": 36007,
                    "link": "/Carfidant-Scratch-Swirl-Remover-Scratches/dp/B07HNHC828/ref=sr_1_9?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A1TIL6RG80Z0E0&sr=1-9#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/15718471/ref=sr_bs_8_15718471_1",
                    "category": "in Polishing & Rubbing Compounds"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Sat, Jan 29",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 10,
                "product_id": "B07D3PVBJ4",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71bY48eVGKL._AC_UL320_.jpg",
                "title": "AstroAI Digital Tire Inflator with Pressure Gauge, 250 PSI Air Chuck and Compressor Accessories Heavy Duty with Rubber Hose and Quick Connect Coupler for 0.1 Display Resolution, Gifts for Men",
                "link": "/AstroAI-Inflator-Compressor-Accessories-Resolution/dp/B07D3PVBJ4/ref=sr_1_10?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-10",
                "price": "$22.09",
                "currency": "$",
                "price_raw": "$32.99",
                "rating": {
                    "rating": "4.6 out of 5 stars",
                    "total_ratings": 17592,
                    "link": "/AstroAI-Inflator-Compressor-Accessories-Resolution/dp/B07D3PVBJ4/ref=sr_1_10?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-10#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/hi/552274/ref=sr_bs_9_552274_1",
                    "category": "in Air Tool Parts & Accessories"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 11,
                "product_id": "B07G61YN8K",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71dWf9gmmmL._AC_UL320_.jpg",
                "title": "VANMASS Universal Car Phone Mount,【Patent & Safety Certs】 Upgraded Handsfree Stand, Phone Holder for Car Dashboard Windshield Vent, Compatible iPhone 13 12 11 Pro Max Xs XR X 8, Galaxy s20 Note 10 9",
                "link": "/VANMASS-Dashboard-Windshield-One-Touch-Compatible/dp/B07G61YN8K/ref=sr_1_11?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-11",
                "price": "$22.94",
                "currency": "$",
                "price_raw": "$29.99",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 17682,
                    "link": "/VANMASS-Dashboard-Windshield-One-Touch-Compatible/dp/B07G61YN8K/ref=sr_1_11?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-11#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 12,
                "product_id": "B001DKO3X6",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/81yid2OfIZL._AC_UL320_.jpg",
                "title": "Hopkins Subzero 16621 Ice Crusher Ice Scraper (Colors May Vary)",
                "link": "/Hopkins-Subzero-16621-Crusher-Scraper/dp/B001DKO3X6/ref=sr_1_12?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-12",
                "price": "$9.24",
                "currency": "$",
                "price_raw": "$12.99",
                "rating": {
                    "rating": "4.6 out of 5 stars",
                    "total_ratings": 3873,
                    "link": "/Hopkins-Subzero-16621-Crusher-Scraper/dp/B001DKO3X6/ref=sr_1_12?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-12#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 13,
                "product_id": "B09NXJT99B",
                "sponsored": true,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71ZcJteUELL._AC_UL320_.jpg",
                "title": "EBESTTECH 1PC Quick Hitch Adapter Bracket fit for Category 1 Quick Hitch Used to Adjust Top Link Bracket Movements Adjustable Top Bracket Hitch Adapter",
                "sponsored_text": "SponsoredSponsored You’re seeing this ad based on the product’s relevance to your search query.Leave ad feedback",
                "link": "/gp/slredirect/picassoRedirect.html/ref=pa_sp_mtf_browse_automotive_sr_pg1_1?ie=UTF8&adId=A0402101CK5JWGPIV2HC&url=%2FEBESTTECH-Adapter-Category-Movements-Adjustable%2Fdp%2FB09NXJT99B%2Fref%3Dsr_1_13_sspa%3Fqid%3D1643292906%26refinements%3Dp_n_specials_match%253A21213697011%26s%3Dautomotive%26sr%3D1-13-spons%26psc%3D1&qualifier=1643292906&id=3690776388717124&widgetName=sp_mtf_browse",
                "price": "$36.99",
                "currency": "$",
                "coupon": {
                    "badge_text": "Save 5%",
                    "text": "with coupon",
                    "description": "5% coupon applied at checkout"
                },
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 14,
                "product_id": "B08HNBHSQV",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/61VBZezjzhL._AC_UL320_.jpg",
                "title": "ESR HaloLock Magnetic Wireless Car Charger, Fast Charging, Compatible with MagSafe Car Charger, Air Vent Mount Compatible with Caseless iPhone 13/12 Series Phones and Magnetic Cases, Black",
                "link": "/ESR-HaloLock-Magnetic-Attachment-Alignment/dp/B08HNBHSQV/ref=sr_1_14?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-14",
                "price": "$29.74",
                "currency": "$",
                "price_raw": "$44.99",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 5907,
                    "link": "/ESR-HaloLock-Magnetic-Attachment-Alignment/dp/B08HNBHSQV/ref=sr_1_14?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-14#customerReviews"
                },
                "price_description": "Save 10% on 2 select item(s)",
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 15,
                "product_id": "B0728DYR9H",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/716vk348h+L._AC_UL320_.jpg",
                "title": "AUXITO 912 921 LED Bulb for Backup Light Reverse Lights High Power 2835 15-SMD Chipsets Error Free T15 906 922 W16W Bulbs, 6000K White (Upgraded, Pack of 2)",
                "link": "/AUXITO-Chipsets-Extremely-Reverse-Upgraded/dp/B0728DYR9H/ref=sr_1_15?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-15",
                "price": "$11.89",
                "currency": "$",
                "price_raw": "$15.99",
                "rating": {
                    "rating": "4.6 out of 5 stars",
                    "total_ratings": 20021,
                    "link": "/AUXITO-Chipsets-Extremely-Reverse-Upgraded/dp/B0728DYR9H/ref=sr_1_15?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-15#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/9002298011/ref=sr_bs_14_9002298011_1",
                    "category": "in Automotive Back Up Light Bulbs"
                },
                "price_description": "Save 5% on 2 select item(s)",
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Sat, Jan 29",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 16,
                "product_id": "B09HBYQ944",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71hAJew1ckL._AC_UL320_.jpg",
                "title": "Phone Mount for Car [Super Stable & Easy] Upgraded Air Vent Clip Car Phone Holder Mount Fit for All Cell Phone with Thick Case Handsfree Car Mount for iPhone Cell Phone Automobile Cradles Universal",
                "link": "/Upgraded-Handsfree-Automobile-Cradles-Universal/dp/B09HBYQ944/ref=sr_1_16?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-16",
                "price": "$12.23",
                "currency": "$",
                "price_raw": "$19.99",
                "rating": {
                    "rating": "4.5 out of 5 stars",
                    "total_ratings": 718,
                    "link": "/Upgraded-Handsfree-Automobile-Cradles-Universal/dp/B09HBYQ944/ref=sr_1_16?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-16#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 17,
                "product_id": "B082SDVTWB",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/51E1VkvtbyL._AC_UL320_.jpg",
                "title": "[Upgraded] Miracase Car Phone Mount, Air Vent Cell Phone Holder for Car, Universal Car Phone Holder Cradle Compatible with iPhone 13 Series/iPhone 12 Series/11 /11 Pro Max/XR/Samsung and More",
                "link": "/Upgraded%E3%80%91-Miracase-Holder-Universal-Compatible/dp/B082SDVTWB/ref=sr_1_17?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-17",
                "price": "$14.44",
                "currency": "$",
                "price_raw": "$24.99",
                "rating": {
                    "rating": "4.3 out of 5 stars",
                    "total_ratings": 15863,
                    "link": "/Upgraded%E3%80%91-Miracase-Holder-Universal-Compatible/dp/B082SDVTWB/ref=sr_1_17?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-17#customerReviews"
                },
                "price_description": "Save 5% on 2 select item(s)",
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 18,
                "product_id": "B087TFBYY3",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71JptBDE52L._AC_UL320_.jpg",
                "title": "[Upgraded] VANMASS Car Phone Mount [Super Suction Cup] Dashboard Phone Holder Stand, Universal Handsfree Windshield Dash Air Vent Cell Phone Holder Car, Compatible with iPhone 13 12 Samsung LG & Truck",
                "link": "/VANMASS-Hands-Free-Universal-Windshield-Compatible/dp/B087TFBYY3/ref=sr_1_18?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-18",
                "price": "$29.96",
                "currency": "$",
                "price_raw": "$34.99",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 4882,
                    "link": "/VANMASS-Hands-Free-Universal-Windshield-Compatible/dp/B087TFBYY3/ref=sr_1_18?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-18#customerReviews"
                },
                "coupon": {
                    "badge_text": "Save 5%",
                    "text": "with coupon",
                    "description": "5% coupon applied at checkout"
                },
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 19,
                "product_id": "B0713ZQDXC",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71fFNwR6REL._AC_UL320_.jpg",
                "title": "Sturdy CD Slot Phone Mount with One Hand Operation Design, APPS2Car Hands-Free Car Phone Holder Universally Compatible with All iPhone & Android Cell Phones, for Smartphone Mobile",
                "link": "/APPS2Car-Hands-Free-Universally-Compatible-Smartphone/dp/B0713ZQDXC/ref=sr_1_19?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-19",
                "price": "$11.88",
                "currency": "$",
                "price_raw": "$19.99",
                "rating": {
                    "rating": "4.3 out of 5 stars",
                    "total_ratings": 8940,
                    "link": "/APPS2Car-Hands-Free-Universally-Compatible-Smartphone/dp/B0713ZQDXC/ref=sr_1_19?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-19#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 20,
                "product_id": "B07G312DR2",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/71KVge9PAHL._AC_UL320_.jpg",
                "title": "SEALIGHT 194 LED Bulbs 6000K White, 168 2825 T10 W5W 3030 Bright LED Chips, Dome Light, Map Light, Door Light, Courtesy Light, License Plate Light, Pack of 10",
                "link": "/SEALIGHT-Replacement-Courtesy-License-Lights/dp/B07G312DR2/ref=sr_1_20?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-20",
                "price": "$11.04",
                "currency": "$",
                "price_raw": "$18.99",
                "rating": {
                    "rating": "4.5 out of 5 stars",
                    "total_ratings": 4958,
                    "link": "/SEALIGHT-Replacement-Courtesy-License-Lights/dp/B07G312DR2/ref=sr_1_20?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-20#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/15729941/ref=sr_bs_19_15729941_1",
                    "category": "in Automotive Replacement Lighting Products"
                },
                "coupon": {
                    "badge_text": "Save $1.00",
                    "text": "with coupon",
                    "description": "$1.00 coupon applied at checkout"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Today, Jan 27",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 21,
                "product_id": "B07VGRVKSN",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/81amlUGJ+3L._AC_UL320_.jpg",
                "title": "HOTOR Car Trash Can with Lid and Storage Pockets, 100% Leak-Proof Car Organizer, Waterproof Car Garbage Can, Multipurpose Trash Bin for Car - Black",
                "link": "/HOTOR-Leak-Proof-Organizer-Waterproof-Multipurpose/dp/B07VGRVKSN/ref=sr_1_21?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-21",
                "price": "$11.04",
                "currency": "$",
                "price_raw": "$24.99",
                "rating": {
                    "rating": "4.6 out of 5 stars",
                    "total_ratings": 20618,
                    "link": "/HOTOR-Leak-Proof-Organizer-Waterproof-Multipurpose/dp/B07VGRVKSN/ref=sr_1_21?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-21#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Sat, Jan 29",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 22,
                "product_id": "B00UJV3E12",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/616d2p200fL._AC_UL320_.jpg",
                "title": "FOXWELL NT301 OBD2 Scanner Professional Mechanic OBDII Diagnostic Code Reader Tool for Check Engine Light",
                "link": "/FOXWELL-NT301-Professional-Enhanced-Diagnostic/dp/B00UJV3E12/ref=sr_1_22?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2YWURTSRUAKKQ&sr=1-22",
                "price": "$59.49",
                "currency": "$",
                "price_raw": "$69.99",
                "rating": {
                    "rating": "4.5 out of 5 stars",
                    "total_ratings": 18528,
                    "link": "/FOXWELL-NT301-Professional-Enhanced-Diagnostic/dp/B00UJV3E12/ref=sr_1_22?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&smid=A2YWURTSRUAKKQ&sr=1-22#customerReviews"
                },
                "coupon": {
                    "badge_text": "Save 15%",
                    "text": "with coupon",
                    "description": "15% coupon applied at checkout"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 23,
                "product_id": "B0091CC1OG",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/81TSf9HH7ML._AC_UL320_.jpg",
                "title": "Ergodyne N-Ferno 6823 Balaclava Ski Mask, Wind-Resistant Face Mask, Hinged Design, Each, Black",
                "link": "/Ergodyne-N-Ferno-6823-Balaclava-Wind-Resistant/dp/B0091CC1OG/ref=sr_1_23?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-23",
                "price": "$9.30",
                "currency": "$",
                "price_raw": "$14.65",
                "rating": {
                    "rating": "4.5 out of 5 stars",
                    "total_ratings": 17870,
                    "link": "/Ergodyne-N-Ferno-6823-Balaclava-Wind-Resistant/dp/B0091CC1OG/ref=sr_1_23?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-23#customerReviews"
                },
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            },
            {
                "position": 24,
                "product_id": "B07T6SX1JT",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/81FA5x6WblL._AC_UL320_.jpg",
                "title": "TORRAS [Ultra-Durable] Cell Phone Holder for Car, Universal Car Phone Holder Mount Dashboard Windshield Vent Compatible with iPhone 13 12 11 Pro Max XS X XR, Samsung Galaxy S20+Ultra S10 Note 10 Plus",
                "link": "/TORRAS-Dashboard-Windshield-Military-Compatible/dp/B07T6SX1JT/ref=sr_1_24?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-24",
                "price": "$26.95",
                "currency": "$",
                "rating": {
                    "rating": "4.4 out of 5 stars",
                    "total_ratings": 17465,
                    "link": "/TORRAS-Dashboard-Windshield-Military-Compatible/dp/B07T6SX1JT/ref=sr_1_24?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-24#customerReviews"
                },
                "price_description": "Join Prime to save $3.00 on this item",
                "shipping_details": [
                    "Get it as soon as Tomorrow, Jan 28",
                    "FREE Shipping by Amazon"
                ]
            },
            {
                "position": 25,
                "product_id": "B07RXV9MWB",
                "sponsored": false,
                "is_prime": true,
                "kindle_unlimited": false,
                "is_amazon_fresh": false,
                "is_whole_foods_market": false,
                "is_climate_pledge_friendly": false,
                "is_carousel": false,
                "thumbnail": "https://m.media-amazon.com/images/I/718e81uR+0L._AC_UL320_.jpg",
                "title": "Carfidant Black Car Scratch Remover - Ultimate Scratch and Swirl Remover for Black and Dark Paints- Solvent & Paint Restorer - Repair Paint Scratches, Scratches, Water Spots! Car Polish Buffer Kit",
                "link": "/Carfidant-Black-Car-Scratch-Remover/dp/B07RXV9MWB/ref=sr_1_25?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-25",
                "price": "$16.95",
                "currency": "$",
                "price_raw": "$29.99",
                "rating": {
                    "rating": "3.8 out of 5 stars",
                    "total_ratings": 15791,
                    "link": "/Carfidant-Black-Car-Scratch-Remover/dp/B07RXV9MWB/ref=sr_1_25?qid=1643292906&refinements=p_n_specials_match%3A21213697011&s=automotive&sr=1-25#customerReviews"
                },
                "bestseller": {
                    "link": "/gp/bestsellers/automotive/15718481/ref=sr_bs_24_15718481_1",
                    "category": "in Polishing & Waxing Kits"
                },
                "price_description": "$15.26 with Subscribe & Save discount",
                "deal": "Limited time deal",
                "shipping_details": [
                    "Get it as soon as Sat, Jan 29",
                    "FREE Shipping on orders over $25 shipped by Amazon"
                ]
            }
        ]
    }
}