Skip to content

Home Depot Category API

Extract Home Depot category pages with reliable pagination coverage

🆕: October 10, 2025

A GET request to /api/getter/?platform="homedepot_category" returns structured category listings directly from HomeDepot.com, including pricing, media, and review signals.

Purpose-built for category merchandising

Pull up-to-date category shelves, respect store-level availability, and paginate through up to 45 result pages without juggling brittle scripts or proxies.

Example

Here's how to fetch page 1 of Home Depot's Holiday Decorations category while targeting store #4648 in ZIP code 20110.

1
curl 'https://data.unwrangle.com/api/getter/?url=https%3A%2F%2Fwww.homedepot.com%2Fb%2FHoliday-Decorations-Seasonal-Decorations%2FN-5yc1vZch29&page=1&platform=homedepot_category&store_no=4648&zipcode=20110&api_key=API_KEY'
1
2
3
4
5
import requests

url = 'https://data.unwrangle.com/api/getter/?url=https%3A%2F%2Fwww.homedepot.com%2Fb%2FHoliday-Decorations-Seasonal-Decorations%2FN-5yc1vZch29&page=1&platform=homedepot_category&store_no=4648&zipcode=20110&api_key=API_KEY'
response = requests.get(url)
print(response.json())
1
2
3
const response = await fetch('https://data.unwrangle.com/api/getter/?url=https%3A%2F%2Fwww.homedepot.com%2Fb%2FHoliday-Decorations-Seasonal-Decorations%2FN-5yc1vZch29&page=1&platform=homedepot_category&store_no=4648&zipcode=20110&api_key=API_KEY')
const data = await response.json()
console.log(data)
1
2
3
4
5
6
<?php
$url = 'https://data.unwrangle.com/api/getter/?url=https%3A%2F%2Fwww.homedepot.com%2Fb%2FHoliday-Decorations-Seasonal-Decorations%2FN-5yc1vZch29&page=1&platform=homedepot_category&store_no=4648&zipcode=20110&api_key=API_KEY';
$response = file_get_contents($url);
$data = json_decode($response, true);
print_r($data);
?>
1
2
3
4
5
6
require 'net/http'
require 'uri'

uri = URI.parse('https://data.unwrangle.com/api/getter/?url=https%3A%2F%2Fwww.homedepot.com%2Fb%2FHoliday-Decorations-Seasonal-Decorations%2FN-5yc1vZch29&page=1&platform=homedepot_category&store_no=4648&zipcode=20110&api_key=API_KEY')
response = Net::HTTP.get(uri)
puts response

Note

Always URL-encode the category url before sending it as a query parameter. You can grab any category shelf or filtered URL from HomeDepot.com, encode it, and plug it directly into the request.

Query Parameters

Category Targeting

url

Required

URL-encoded Home Depot category URL. Works with merchandising pages, filter combinations, and seasonal shelves that return paginated product grids.

page

Optional

Page number to retrieve. Defaults to 1. The API currently serves up to 45 pages per category when available.

Local Merchandising

store_no

Optional

Home Depot store number (e.g., 4648) to align inventory and pricing with an in-market location. Combine with `zipcode` for consistent localization. You can find a list of all store numbers here.

zipcode

Optional

ZIP code that corresponds to the selected store. Required when `store_no` is used to ensure localized assortment and availability. The zipcode can also be found in the same file linked above.

Required Authentication

platform

Required

Selects the Home Depot Category scraper. Set this to homedepot_category.

api_key

Required

Your Unwrangle account token. Generate and manage keys through the Unwrangle Console.

Results

Each response returns pagination metadata plus a results array containing product objects with the fields below.

Field Data Type Description
id string Home Depot product ID.
name string Product title exactly as shown on the category shelf.
model_no string Manufacturer or Home Depot model number.
url string PDP URL for the listing.
brand string Displayed brand name.
thumbnails array Array of image URLs supplied in the category grid.
price float Current selling price shown to shoppers.
list_price float Original or crossed-out price when available.
currency string ISO currency code (typically USD).
rating float Average star rating.
total_reviews int Number of reviews referenced in the category tile.
is_sponsored boolean/null Flag for sponsored placements when Home Depot marks them.

Response Example

{
    "success": true,
    "platform": "homedepot_category",
    "store_no": "4648",
    "zipcode": "20110",
    "url": "https://www.homedepot.com/b/Holiday-Decorations-Seasonal-Decorations/N-5yc1vZch29",
    "page": 1,
    "total_results": 1073,
    "no_of_pages": 45,
    "result_count": 25,
    "results": [
        {
            "id": "319322868",
            "name": "100 Warm White Mini LED String Lights with Green Wire",
            "model_no": "22RT100SM-WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Warm-White-Mini-LED-String-Lights-with-Green-Wire-22RT100SM-WW/319322868",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/bb06edf3-6638-46b8-a6b4-cd8ebe92a82b/svn/home-accents-holiday-christmas-string-lights-22rt100sm-ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/46a2652a-79f2-454d-9460-fdfacb4d4800/svn/home-accents-holiday-christmas-string-lights-22rt100sm-ww-e4_1000.jpg"
            ],
            "price": 9.98,
            "list_price": 9.98,
            "currency": "USD",
            "rating": 0.0,
            "total_reviews": 0,
            "is_sponsored": null
        },
        {
            "id": "334502449",
            "name": "20 ft. 7.5 in. 100-Count Incandescent Clear Christmas Mini String Lights",
            "model_no": "L1100061CU01",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-20-ft-7-5-in-100-Count-Incandescent-Clear-Christmas-Mini-String-Lights-L1100061CU01/334502449",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/7203aef4-a776-425d-be45-4fad47dc7c1a/svn/home-accents-holiday-christmas-string-lights-l1100061cu01-64_1000.jpg"
            ],
            "price": 2.98,
            "list_price": 2.98,
            "currency": "USD",
            "rating": 0.0,
            "total_reviews": 0,
            "is_sponsored": null
        },
        {
            "id": "328268710",
            "name": "100 Count Multi-Colored Faceted C9 LED Lights",
            "model_no": "24RT3692415M",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Multi-Colored-Faceted-C9-LED-Lights-24RT3692415M/328268710",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/87ebd922-cf1e-48c8-af61-5e9637c3f3a6/svn/home-accents-holiday-christmas-string-lights-24rt3692415m-64_1000.jpg",
                "https://images.thdstatic.com/productImages/04748eba-65c3-4b5c-91f6-969d8e13ff8d/svn/home-accents-holiday-christmas-string-lights-24rt3692415m-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "332434699",
            "name": "16 in. Prelit LED Starburst with White Caps, Weather Resistant Decoration for Indoor and Outdoor Use, Set of 6",
            "model_no": "FFCHLED016-STAR-WH",
            "url": "https://www.homedepot.com/p/Fraser-Hill-Farm-16-in-Prelit-LED-Starburst-with-White-Caps-Weather-Resistant-Decoration-for-Indoor-and-Outdoor-Use-Set-of-6-FFCHLED016-STAR-WH/332434699",
            "brand": "Fraser Hill Farm",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/39b1c4d4-b35a-4f70-a0b4-2755cd243e0d/svn/fraser-hill-farm-seasonal-decorations-ffchled016-star-wh-64_1000.jpg"
            ],
            "price": 129.0,
            "list_price": 129.0,
            "currency": "USD",
            "rating": 4.25,
            "total_reviews": 4,
            "is_sponsored": true
        },
        {
            "id": "328268711",
            "name": "100 Count Warm White Faceted C9 LED Lights",
            "model_no": "24RT3692415WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Warm-White-Faceted-C9-LED-Lights-24RT3692415WW/328268711",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/9e5050f3-c1f7-462c-b5a1-5c98cd7260da/svn/home-accents-holiday-christmas-string-lights-24rt3692415ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/9ecf76a8-dd48-4480-b825-03b145a9f8da/svn/home-accents-holiday-christmas-string-lights-24rt3692415ww-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "301886131",
            "name": "300 Count Warm White Steady Lit Super Bright Mini LED Lights",
            "model_no": "TY560-1715-1WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-300-Count-Warm-White-Steady-Lit-Super-Bright-Mini-LED-Lights-TY560-1715-1WW/301886131",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/0d710422-12d4-4533-ad77-b7abf1e54ba2/svn/home-accents-holiday-christmas-string-lights-ty560-1715-1ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/03fa62b0-028d-494c-b459-78f853528b13/svn/home-accents-holiday-christmas-string-lights-ty560-1715-1ww-e4_1000.jpg"
            ],
            "price": 59.98,
            "list_price": 59.98,
            "currency": "USD",
            "rating": 4.21,
            "total_reviews": 1151,
            "is_sponsored": null
        },
        {
            "id": "202535024",
            "name": "300 Clear Incandescent Mini String Lights",
            "model_no": "TOL-300L-C",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-300-Clear-Incandescent-Mini-String-Lights-TOL-300L-C/202535024",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/14324d74-cc55-4654-8615-c07bf4d2d78e/svn/home-accents-holiday-christmas-string-lights-tol-300l-c-64_1000.jpg",
                "https://images.thdstatic.com/productImages/cf224bbf-c675-4e54-b071-b9f7c32a724e/svn/home-accents-holiday-christmas-string-lights-tol-300l-c-e4_1000.jpg"
            ],
            "price": 9.98,
            "list_price": 9.98,
            "currency": "USD",
            "rating": 0.0,
            "total_reviews": 0,
            "is_sponsored": null
        },
        {
            "id": "329328766",
            "name": "400 Count Grand Duchess Color Changing Warm White to Multi-Colored Twinkling Steady Lit Micro LED Lights",
            "model_no": "24LE21024",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-400-Count-Grand-Duchess-Color-Changing-Warm-White-to-Multi-Colored-Twinkling-Steady-Lit-Micro-LED-Lights-24LE21024/329328766",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/e2a53dc6-d075-466b-899c-677dcaa024ae/svn/home-accents-holiday-christmas-string-lights-24le21024-64_1000.jpg",
                "https://images.thdstatic.com/productImages/d50530c6-d21c-41b3-9cc6-60e6ed353db8/svn/home-accents-holiday-christmas-string-lights-24le21024-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 4.58,
            "total_reviews": 72,
            "is_sponsored": null
        },
        {
            "id": "320175078",
            "name": "9.5 in. Twinkling LED Snowflakes (3-Pack) Y4",
            "model_no": "22LE11012",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-9-5-in-Twinkling-LED-Snowflakes-3-Pack-Y4-22LE11012/320175078",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/91ff8e0f-028c-46ee-a45a-db409fa51d50/svn/home-accents-holiday-christmas-novelty-lights-22le11012-64_1000.jpg",
                "https://images.thdstatic.com/productImages/f70325b2-8fbd-40fd-aab7-5eaafaa18c71/svn/home-accents-holiday-christmas-novelty-lights-22le11012-e4_1000.jpg"
            ],
            "price": 39.98,
            "list_price": 39.98,
            "currency": "USD",
            "rating": 4.56,
            "total_reviews": 339,
            "is_sponsored": null
        },
        {
            "id": "301684891",
            "name": "100 Count Warm White Steady Lit Super Bright Mini LED Lights",
            "model_no": "TY622-1715WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Warm-White-Steady-Lit-Super-Bright-Mini-LED-Lights-TY622-1715WW/301684891",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/0d710422-12d4-4533-ad77-b7abf1e54ba2/svn/home-accents-holiday-christmas-string-lights-ty622-1715ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/589b1e2a-e6ac-416f-8af3-b53790c04a14/svn/home-accents-holiday-christmas-string-lights-ty622-1715ww-e4_1000.jpg"
            ],
            "price": 19.98,
            "list_price": 19.98,
            "currency": "USD",
            "rating": 4.21,
            "total_reviews": 1151,
            "is_sponsored": null
        },
        {
            "id": "328268730",
            "name": "100 Count Warm White Steady Lit Super-Bright C9 LED Lights",
            "model_no": "24RT3442415SW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Warm-White-Steady-Lit-Super-Bright-C9-LED-Lights-24RT3442415SW/328268730",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/1828de01-7476-4e8c-af8f-f8f6090cb242/svn/home-accents-holiday-christmas-string-lights-24rt3442415sw-64_1000.jpg",
                "https://images.thdstatic.com/productImages/dca85063-cef6-4462-97a8-f0732930c337/svn/home-accents-holiday-christmas-string-lights-24rt3442415sw-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "328268735",
            "name": "300 Count Warm White Mini LED Lights",
            "model_no": "24RT1702415WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-300-Count-Warm-White-Mini-LED-Lights-24RT1702415WW/328268735",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/5f463335-c6ba-42ae-ab45-bfbe8e328522/svn/home-accents-holiday-christmas-string-lights-24rt1702415ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/21864b55-e2f5-4ff2-b6e5-b6c0326c1f04/svn/home-accents-holiday-christmas-string-lights-24rt1702415ww-e4_1000.jpg"
            ],
            "price": 19.98,
            "list_price": 19.98,
            "currency": "USD",
            "rating": 4.21,
            "total_reviews": 1151,
            "is_sponsored": null
        },
        {
            "id": "328268719",
            "name": "100 Count Red and Warm White Steady Lit Super Bright C9 LED Lights",
            "model_no": "24RT3432415RW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Red-and-Warm-White-Steady-Lit-Super-Bright-C9-LED-Lights-24RT3432415RW/328268719",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/7a0375c6-8b9a-485e-8e2b-587e0b3a66b6/svn/home-accents-holiday-christmas-string-lights-24rt3432415rw-64_1000.jpg",
                "https://images.thdstatic.com/productImages/f8695569-f233-4cec-aa69-1a9cf223a0e0/svn/home-accents-holiday-christmas-string-lights-24rt3432415rw-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "334521438",
            "name": "10 in. 408 Count Christmas Hi-Vibrant Red and Green Color LED Wreaths with Bows (3-Pack)",
            "model_no": "25LE11061",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-10-in-408-Count-Christmas-Hi-Vibrant-Red-and-Green-Color-LED-Wreaths-with-Bows-3-Pack-25LE11061/334521438",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/4a2299b0-e26c-4dbf-b3c4-3b8a331cfd91/svn/home-accents-holiday-christmas-novelty-lights-25le11061-64_1000.jpg",
                "https://images.thdstatic.com/productImages/3435fe32-7319-4806-94bd-d45ade2e0da3/svn/home-accents-holiday-christmas-novelty-lights-25le11061-e4_1000.jpg"
            ],
            "price": 39.98,
            "list_price": 39.98,
            "currency": "USD",
            "rating": 4.56,
            "total_reviews": 335,
            "is_sponsored": null
        },
        {
            "id": "328268732",
            "name": "100 Count Multi-Colored Steady Lit Super-Bright C9 LED Lights",
            "model_no": "24RT3452415M",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Multi-Colored-Steady-Lit-Super-Bright-C9-LED-Lights-24RT3452415M/328268732",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/a402c8a3-f3b7-4e65-8822-6149e9844c93/svn/home-accents-holiday-christmas-string-lights-24rt3452415m-64_1000.jpg",
                "https://images.thdstatic.com/productImages/b71c1ced-506d-4d53-a43e-446a2709431a/svn/home-accents-holiday-christmas-string-lights-24rt3452415m-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "301682550",
            "name": "150 Count Warm White Steady Lit Mini LED Net Lights",
            "model_no": "TY630-1715WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-150-Count-Warm-White-Steady-Lit-Mini-LED-Net-Lights-TY630-1715WW/301682550",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/0dc53b67-6a45-46b6-99a1-f14f958dc90e/svn/home-accents-holiday-christmas-net-lights-ty630-1715ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/92df4708-c286-4eed-b194-08d31c40a9f5/svn/home-accents-holiday-christmas-net-lights-ty630-1715ww-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 4.41,
            "total_reviews": 731,
            "is_sponsored": null
        },
        {
            "id": "328268720",
            "name": "200 Count Warm White Steady Lit Mini LED Icicle Lights",
            "model_no": "24RT2552415WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-200-Count-Warm-White-Steady-Lit-Mini-LED-Icicle-Lights-24RT2552415WW/328268720",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/a83ef970-2280-4c3d-ad2a-0c87678f07bf/svn/home-accents-holiday-icicle-lights-24rt2552415ww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/34393b5d-0670-48d6-82b6-c30b3297baf3/svn/home-accents-holiday-icicle-lights-24rt2552415ww-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 3.89,
            "total_reviews": 554,
            "is_sponsored": null
        },
        {
            "id": "328268714",
            "name": "100 Count Warm White Faceted Steady Lit Super-Bright C9 LED Lights",
            "model_no": "24RT1642415SW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Warm-White-Faceted-Steady-Lit-Super-Bright-C9-LED-Lights-24RT1642415SW/328268714",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/4b5b7204-09b6-4dee-8873-9969db3afdda/svn/home-accents-holiday-christmas-string-lights-24rt1642415sw-64_1000.jpg",
                "https://images.thdstatic.com/productImages/087cdb53-f9b0-41e1-98d1-7be28c9c64a5/svn/home-accents-holiday-christmas-string-lights-24rt1642415sw-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "301886136",
            "name": "300 Count Multi-Colored Steady Lit Super Bright Mini LED Lights",
            "model_no": "TY560-1715-1M",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-300-Count-Multi-Colored-Steady-Lit-Super-Bright-Mini-LED-Lights-TY560-1715-1M/301886136",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/747d024d-71b7-4fc8-b563-ac09a28736fe/svn/home-accents-holiday-christmas-string-lights-ty560-1715-1m-64_1000.jpg",
                "https://images.thdstatic.com/productImages/6b4cc64d-a026-4f62-bb62-4887593b943f/svn/home-accents-holiday-christmas-string-lights-ty560-1715-1m-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 4.21,
            "total_reviews": 1151,
            "is_sponsored": null
        },
        {
            "id": "329122674",
            "name": "200 Count Warm White Dome LED Lights",
            "model_no": "24RT-200D-WW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-200-Count-Warm-White-Dome-LED-Lights-24RT-200D-WW/329122674",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/0a2489a2-1dd9-447f-8ea3-66ac1d1b3719/svn/home-accents-holiday-christmas-string-lights-24rt-200d-ww-64_1000.jpg"
            ],
            "price": 19.98,
            "list_price": 19.98,
            "currency": "USD",
            "rating": 4.37,
            "total_reviews": 453,
            "is_sponsored": null
        },
        {
            "id": "328268722",
            "name": "300 Count Multi-Colored Mini LED Lights",
            "model_no": "24RT1702415M",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-300-Count-Multi-Colored-Mini-LED-Lights-24RT1702415M/328268722",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/c7fece81-9c7f-46e4-be3d-137212e45285/svn/home-accents-holiday-christmas-string-lights-24rt1702415m-64_1000.jpg",
                "https://images.thdstatic.com/productImages/c0938960-9669-4a79-8b2b-c48fb4c123f9/svn/home-accents-holiday-christmas-string-lights-24rt1702415m-e4_1000.jpg"
            ],
            "price": 19.98,
            "list_price": 19.98,
            "currency": "USD",
            "rating": 4.21,
            "total_reviews": 1151,
            "is_sponsored": null
        },
        {
            "id": "329122668",
            "name": "100 Count Red/Warm White Faceted C9 LED Lights",
            "model_no": "24RT3692415FRW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Red-Warm-White-Faceted-C9-LED-Lights-24RT3692415FRW/329122668",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/d70e92b9-b485-49fc-bcf6-16c8b5070633/svn/home-accents-holiday-christmas-string-lights-24rt3692415frw-64_1000.jpg",
                "https://images.thdstatic.com/productImages/c74f6559-5be0-429e-b0e4-5782d961ce90/svn/home-accents-holiday-christmas-string-lights-24rt3692415frw-e4_1000.jpg"
            ],
            "price": 29.98,
            "list_price": 29.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "328268718",
            "name": "100 Count Red/Green/Warm White Steady Lit Super-Bright C9 LED Lights",
            "model_no": "24RT3432415WRG",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-100-Count-Red-Green-Warm-White-Steady-Lit-Super-Bright-C9-LED-Lights-24RT3432415WRG/328268718",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/23f67861-1ff0-40e9-be78-622c222decbe/svn/home-accents-holiday-christmas-string-lights-24rt3432415wrg-64_1000.jpg",
                "https://images.thdstatic.com/productImages/21b1951a-e226-4a01-9d0e-654feaa775f3/svn/home-accents-holiday-christmas-string-lights-24rt3432415wrg-e4_1000.jpg"
            ],
            "price": 49.98,
            "list_price": 49.98,
            "currency": "USD",
            "rating": 3.92,
            "total_reviews": 1892,
            "is_sponsored": null
        },
        {
            "id": "206805982",
            "name": "200 Count Cool White Dome LED Lights",
            "model_no": "TY-200D-W",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-200-Count-Cool-White-Dome-LED-Lights-TY-200D-W/206805982",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/c6af4f20-d9b3-4215-83c6-3dfde9e100b0/svn/home-accents-holiday-christmas-string-lights-ty-200d-w-64_1000.jpg",
                "https://images.thdstatic.com/productImages/79b97148-c850-476d-a99e-79b49060eae6/svn/home-accents-holiday-christmas-string-lights-ty-200d-w-e4_1000.jpg"
            ],
            "price": 19.98,
            "list_price": 19.98,
            "currency": "USD",
            "rating": 4.37,
            "total_reviews": 453,
            "is_sponsored": null
        },
        {
            "id": "311785693",
            "name": "150 Count Warm White Mini LED Net Lights",
            "model_no": "TY414-1615SWW",
            "url": "https://www.homedepot.com/p/Home-Accents-Holiday-150-Count-Warm-White-Mini-LED-Net-Lights-TY414-1615SWW/311785693",
            "brand": "Home Accents Holiday",
            "thumbnails": [
                "https://images.thdstatic.com/productImages/a95a22ee-24ad-419c-9083-16a07948bf48/svn/home-accents-holiday-christmas-net-lights-ty414-1615sww-64_1000.jpg",
                "https://images.thdstatic.com/productImages/8ecb78ba-c6fc-426c-ada3-fa3c8e21c5da/svn/home-accents-holiday-christmas-net-lights-ty414-1615sww-e4_1000.jpg"
            ],
            "price": 14.98,
            "list_price": 14.98,
            "currency": "USD",
            "rating": 4.23,
            "total_reviews": 128,
            "is_sponsored": null
        }
    ],
    "credits_used": 1,
    "remaining_credits": 9908638.5
}

Request Cost

1 credit is deducted for each successful Home Depot Category API request.

Support

Need help or want to request a new feature? Reach out to us at support@unwrangle.com