
Homedepot Discover By UPC
Pricing
$3.00 / 1,000 results

Homedepot Discover By UPC
Instantly find Home Depot products by UPC. Scrape price, stock, reviews, features & images into clean structured output. Perfect for enrichment or matching. Pricing: $3/1000 results.
0.0 (0)
Pricing
$3.00 / 1,000 results
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
3 hours ago
🏪 Home Depot UPC Product Discover
Overview
This Apify actor enables you to search Home Depot’s catalog by UPC code and retrieve detailed product data including pricing, stock status, images, dimensions, features, and reviews. It is ideal for developers and businesses needing precise product intelligence or to enrich datasets using UPCs.
🚀 Why choose this actor?
If you're working with UPC-labeled products, this actor provides a quick and structured way to discover and retrieve their Home Depot listings — with no need for manual searches or fuzzy keyword matching. It’s built to scale and delivers structured, reliable output ready for analytics or enrichment.
⚠️ SPECIAL CONDITIONS: THIS ACTOR DOES NOT USE PROXIES
⚠️ SPECIAL CONDITIONS: ONLY 10 RESULTS ARE FREE FOR FREE USERS
⚠️ SPECIAL CONDITIONS: THE FIELD max_results
MUST BE A MULTIPLE OF 10 (e.g., 10, 20, 30). If you input 35, the actor will return 40 results.
Use Cases
- Enrich product catalogs with Home Depot pricing and availability
- Monitor changes in product data for UPC-tagged items
- Match manufacturer UPCs with public Home Depot listings
- Compare pricing from multiple retailers by starting with UPC
🔑 Key Features
- Input via UPC codes (single or bulk)
- Returns full product metadata including:
- Title, price, currency, manufacturer
- Dimensions, description, stock status
- Images, ratings, reviews
- Full category tree and URLs
- Includes
all_variations
flag for capturing product variants - Zipcode-based price localization
- No proxy required, fast and stable response
How It Works
Provide a list of UPC codes (12-digit format) and optional parameters like maximum results, zipcode, and whether to include product variations. The actor will fetch all matching listings and extract structured product data. Results are returned as a dataset you can consume via API, download, or export to JSON/CSV.
Input Parameters
Field | Type | Description | Required | Default | Example |
---|---|---|---|---|---|
upc | array | List of 12-digit UPC codes to search | ✅ | — | ["751379640761", "123456789012"] |
max_results | integer | Max number of products to return per UPC (must be multiple of 10) | ❌ | 10 | 20 |
all_variations | boolean | Whether to include all product variations (colors/sizes) | ❌ | false | true |
zipcode | string | 5-digit US Zipcode for local pricing and availability | ❌ | "" | "60607" |
Output (Full Example)
{"url": "https://www.homedepot.com/p/Pillow-Perfect-Floral-Black-Square-Outdoor-Square-Throw-Pillow-2-Pack-640761/330000733","domain": "https://www.homedepot.com/","country_code": "US","model_number": "640761","sku": "1011612765","product_id": "330000733","product_name": "Floral Black Square Outdoor Square Throw Pillow 2-Pack","manufacturer": "Pillow Perfect","final_price": "32.99","initial_price": "32.99","currency": "USD","in_stock": false,"root_category": { "name": "Outdoors", "url": "https://www.homedepot.com/b/Outdoors/N-5yc1vZbx82" },"category": { "name": "Outdoor Throw Pillows", "url": "https://www.homedepot.com/b/Outdoors-Patio-Furniture-Outdoor-Pillows-Outdoor-Throw-Pillows/N-5yc1vZ1z18g6z" },"category_tree": [{ "name": "Home", "url": "https://www.homedepot.com/" },{ "name": "Outdoors", "url": "https://www.homedepot.com/b/Outdoors/N-5yc1vZbx82" },{ "name": "Patio Furniture", "url": "https://www.homedepot.com/b/Outdoors-Patio-Furniture/N-5yc1vZbx4o" },{ "name": "Outdoor Pillows", "url": "https://www.homedepot.com/b/Outdoors-Patio-Furniture-Outdoor-Pillows/N-5yc1vZc5fh" },{ "name": "Outdoor Throw Pillows", "url": "https://www.homedepot.com/b/Outdoors-Patio-Furniture-Outdoor-Pillows-Outdoor-Throw-Pillows/N-5yc1vZ1z18g6z" }],"rating": "5","reviews_count": "2","main_image": "https://images.thdstatic.com/productImages/b8fab88f-18cc-4dd2-af0e-2e6052ec94b2/svn/pillow-perfect-outdoor-throw-pillows-640761-64_1000.jpg","image_urls": ["https://images.thdstatic.com/productImages/b8fab88f-18cc-4dd2-af0e-2e6052ec94b2/svn/pillow-perfect-outdoor-throw-pillows-640761-64_1000.jpg","https://images.thdstatic.com/productImages/e79f146d-978e-4587-b3fd-11ac8b77b627/svn/pillow-perfect-outdoor-throw-pillows-640761-c3_1000.jpg"],"features": [...],"dimensions": [...],"details": [...],"warranty": "No Manufacturer Warranty","top_reviews": [...],"upc": "751379640761","zipcode": "60607","store_name": "South Loop","description": "...","timestamp": "2025-07-14T15:40:53.282Z"}
Pricing
Plan | Price per 1,000 results |
---|---|
Free Tier | First 10 results free |
Pay-As-You-Go | $3 / 1,000 results |
Legal Disclaimer
This actor is intended for lawful data extraction and personal or business intelligence use. You are solely responsible for how you use the data. This actor is not affiliated with or endorsed by The Home Depot.
Update Policy
We monitor site structure and update the actor as needed. If you notice issues or data changes, please open an issue or reach out via Apify chat support.
FAQ
Does it use proxies?
No. This actor is proxy-free.
What happens if I input a max_results
value not multiple of 10?
The actor will round up to the next multiple of 10 automatically.
Can I search more than one UPC?
Yes, provide them as a list in the input array.