HE-CommerceBeta
Home Depot Product Data API
Realtime product, review and search data from homedepot.com including store availability.
Realtime dataStructured JSON3 endpointsFree plan availableFast responses
Endpoints
Home Depot endpoints
All Home Depot endpoints are served under the /hod/v1 prefix and share the same API key and quota as every other platform.
GET/hod/v1/product/details
Product details
Product page by URL or item id.
urlGET/hod/v1/product/reviews
Reviews
Paged reviews for a product.
urlpageGET/hod/v1/product/search
Search products
Keyword search with paging.
keywordpageExample request
curl "https://api.everydata.io/hod/v1/product/details?url=https%3A%2F%2Fwww.homedepot.com%2Fp%2F..." \
-H "x-api-key: YOUR_API_KEY"Example response
200 OK · application/json
{
"responseStatus": "PAGE_FOUND",
"responseMessage": "Page successfully found!",
"productTitle": "Sample drill",
"price": 149,
"currency": "USD",
"rating": 4.7
}Use cases
What teams build with Home Depot data
Home-improvement pricing
Inventory tracking
Review analytics
Pricing
Included in every plan
The Home Depot API is part of the shared quota – no separate subscription needed.
FAQ