Homedepot Product Data Scraper avatar
Homedepot Product Data Scraper

Deprecated

Pricing

$15.00/month + usage

Go to Store
Homedepot Product Data Scraper

Homedepot Product Data Scraper

Deprecated

Developed by

skateboard

skateboard

Maintained by Community

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

0.0 (0)

Pricing

$15.00/month + usage

1

Total users

1

Monthly users

1

Last modified

8 months ago

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

{
"productIds": ["328984390"],
"zipCodes": ["60607"],
"storeIds": ["1950"]
}
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

[
{
"brand": "Milwaukee",
"name": "M12 12V Lithium-Ion Compact 2.0 Ah Battery Pack (2-Pack) Starter Kit with Charger",
"price": 129,
"sku": "328984390",
"stock_levels": [
{
"delivery": "today-2024-10-11",
"delivery_charge": "0.0",
"stock_level": 1767,
"zip_code": "60607"
}
],
"reviews": [
{
"rating": 4,
"text": "I really love it!",
"title": "Super awesome really like it",
"username": "SuperAwesomeReviewer"
}
],
"store_id": "1950"
}
]