homedepot.com API: search_products
homedepot.com via Parse · ecommerce
Search for products by keyword on Home Depot. Returns a list of products with identifiers, media, pricing, and in-store pickup availability. When store_id is provided, each product includes pickup data (quantity available and status). Results are limited to the first page (up to 24 by default). Each product with a store_id triggers a separate fulfillment lookup, so response time scales with the number of returned products. API for searching products, getting product details, checking availability, and finding stores on Home Depot. Fulfilled by Parse from homedepot.com.
- ecommerce
- homedepot-com
- maps-geo
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b3317837-d71f-4e52-af50-9d93fb84f2eb/search_products
- Interface artifact
- sha256:3018dc965eb16034275dc8e57f6a3ed7cec017ea13ad08b2b5b6f49f9c03aef7
- Manifest digest
- sha256:1e4f6e3b47144014716ccbf2f4a63b65346b609833c9e82b8686d506377fb94e
Request fields
- limit (integer): Max products to return (applied client-side to trim results)
- query (string, required): Search term (e.g. 'drill', 'hammer', 'power tools')
- store_id (string): Store ID for local pricing and in-store pickup availability
Example queries
- {"limit":"5","query":"drill","store_id":"6932"}