Homedepot Product Data Scraper avatar

Homedepot Product Data Scraper

Deprecated
Go to Store
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Homedepot Product Data Scraper

Homedepot Product Data Scraper

skateboard/homedepot-product-scraper

Scrape product data from various products on Homedepot.com, extract brand, product name, price, image, stock levels, reviews, and more!

enter image description here

Homedepot Product Data Scraper

About This Actor

This Actor is a powerful, user-fiendly tool made to scrape products from specific Homedepot Products. This tool will save you time and provide you with reliable data on products from Homedepot.

Made with Golang 1.22.1

Tutorial

Basic Usage

1{
2    "productIds": ["328984390"],
3    "zipCodes": ["60607"],
4    "storeIds": ["1950"]
5}
parametertypeargumentdescription
productIdsarray["1223", "12312312", ...]An array of Homedepot Product IDs
zipCodesarray["1223", "12312312", ...]An array of USA Zip-codes
storeIdsarray["1223", "12312312", ...]An array of Homedepot Store IDs

Output Sample

1[
2  {
3    "brand": "Milwaukee",
4    "name": "M12 12V Lithium-Ion Compact 2.0 Ah Battery Pack (2-Pack) Starter Kit with Charger",
5    "price": 129,
6    "sku": "328984390",
7    "stock_levels": [
8      {
9        "delivery": "today-2024-10-11",
10        "delivery_charge": "0.0",
11        "stock_level": 1767,
12        "zip_code": "60607"
13      }
14    ],
15    "reviews": [
16    {
17      "rating": 4,
18      "text": "I really love it!",
19      "title": "Super awesome really like it",
20      "username": "SuperAwesomeReviewer"
21    }
22  ],
23    "store_id": "1950"
24  }
25]
Developer
Maintained by Community