Home Depot Scraper avatar
Home Depot Scraper

Pricing

$3.00 / 1,000 results

Go to Store
Home Depot Scraper

Home Depot Scraper

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

Extract structured Home Depot data for e-commerce, pricing, specs, reviews & images in JSON. No proxies. Get 10 free results instantly. Pricing: $3/1000 results.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

5 days ago

Home Depot Product Scraper 🏠

Overview

This Apify actor extracts detailed product data from HomeDepot.com using a list of product page URLs. It collects structured information including pricing, availability, ratings, reviews, images, technical specs, and more—ready for e-commerce intelligence, market analysis, or competitive benchmarking.

Why choose this actor? 🌟

Unlike generic scrapers, this actor is tailored for HomeDepot.com and ensures robust and structured outputs. It provides a full snapshot of each product's information and is continuously maintained to adapt to layout changes.

⚠️ THIS ACTOR DOES NOT USE PROXIES
⚠️ ONLY 10 RESULTS ARE FREE FOR FREE USERS
⚠️ THE "max_results" FIELD MUST BE A MULTIPLE OF 10 (e.g., if you input 35, it returns 40)

Use Cases

  • Price monitoring and competitive analysis
  • Product listing enrichment for marketplaces
  • Lead generation for manufacturers or distributors
  • Inventory and catalog synchronization

Key Features 🚀

  • Precise data extraction from HomeDepot product pages
  • Handles multiple images, specifications, reviews, Q&As
  • Outputs structured JSON per product with full details
  • Ideal for both manual review and automated ingestion pipelines

How It Works

Just input one or more Home Depot product URLs. The actor navigates to each page and scrapes structured data such as pricing, specs, reviews, availability, images, and more.

Input Parameters

FieldTypeDescriptionExample
urlsarrayList of Home Depot product URLs["https://www.homedepot.com/p/Con-Tact-Shelf-and-Storage-Clear-Shelf-Drawer-Liner-06F-C8Q01-06/100572514"]

Output (Full Example)

{
"product_id": "100572514",
"sku": "1006132657",
"model_number": "06F-C8Q01-06",
"product_name": "Shelf and Storage Clear Shelf/Drawer Liner",
"manufacturer": "ExampleBrand",
"description": "Clear drawer/shelf liner with a ribbed design and non-adhesive backing.",
"final_price": "17.98",
"initial_price": "17.98",
"currency": "USD",
"in_stock": false,
"availability_text": null,
"rating": "4.4",
"reviews_count": "358",
"answered_questions_count": "13",
"main_image": "https://images.homedepot.com/example-image.jpg",
"image_urls": [
"https://images.homedepot.com/example1.jpg",
"https://images.homedepot.com/example2.jpg"
],
"features": [
"Vinyl material",
"Ribbed design",
"Non-adhesive",
"Dishwasher-safe"
],
"dimensions": [
{
"name": "Product Depth (in.)",
"value": "12 in"
},
{
"name": "Product Height (in.)",
"value": "2.5 in"
},
{
"name": "Product Length (in.)",
"value": "72 in"
}
],
"details": [
{
"name": "Color Family",
"value": "Clear"
},
{
"name": "Pattern",
"value": "Solid"
}
],
"warranty": "N/A",
"top_reviews": [
{
"name": "JohnDoe",
"rating": "5",
"description": "Sturdy, easy to clean, and great under the sink."
}
],
"answered_questions": [
{
"question": "What’s the thickness?",
"answer": "Exact thickness not specified, but made of vinyl."
}
],
"category": {
"name": "Shelf Liners & Drawer Liners",
"url": "https://www.homedepot.com/b/Kitchen-Kitchen-Storage-Organization-Shelf-Liners-Drawer-Liners/N-5yc1vZc3xh"
},
"category_tree": [
{
"name": "Home",
"url": "https://www.homedepot.com/"
}
],
"url": "https://www.homedepot.com/p/example-product/100572514",
"domain": "https://www.homedepot.com/",
"store_name": "ExampleStore",
"zipcode": "00000",
"upc": "000000000000",
"upcgtin13": "0000000000000",
"timestamp": "2025-07-10T22:48:40.605Z",
"input": {
"url": "https://www.homedepot.com/p/example-product/100572514",
"zipcode": ""
}
}

Pricing 💰

PlanIncluded ResultsPrice
Free10$0
Pay-as-you-go1000$3 / 1k results

This actor is not affiliated with or endorsed by Home Depot. Use is subject to HomeDepot.com’s Terms of Service.

Update Policy

We actively monitor changes on HomeDepot.com and push actor updates as required to maintain functionality.

FAQ

Does it work without a proxy?
Yes, this actor DOES NOT USE PROXIES.

Is there a limit for free users?
Yes, FREE USERS GET ONLY 10 RESULTS.

What if I input a non-multiple of 10 for max_results?
It will round up to the next multiple of 10. For example, 35 becomes 40.