Homedepot Product Data Scraper
Go to Store
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsHomedepot 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!
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}
parameter | type | argument | description |
---|---|---|---|
productIds | array | ["1223", "12312312", ...] | An array of Homedepot Product IDs |
zipCodes | array | ["1223", "12312312", ...] | An array of USA Zip-codes |
storeIds | array | ["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
Categories