Home Depot Scraper avatar
Home Depot Scraper
Deprecated
View all Actors
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
Home Depot Scraper

Home Depot Scraper

mcdowell/home-depot

Scrape data from Home Depot - the largest home improvement retailer in the United States. Scrape products based on search query or category and extract information such as price, description and reviews. Export accumulated data into HTML, JSON, CSV, Excel, or XML formats.

What is Home Depot Scraper and how does it work?

Home Depot Product Scraper is a web scraping tool that enables you to extract product data from Home Depot By Querying Home Depot or using Home Depot's category URLs

Simply insert Search Terms or a URL from Home Depot in the input field and select the maximum number of items you want to scrape. Then download the data from the Dataset tab.

Input Parameters

The input of this scraper is JSON containing the list of URLs on Home Depot or Search Terms that should be visited.

Input Examples

Input with Search Query

1{
2	"faq": 4,
3	"keywords": "Power Wash",
4	"maxConcurrency": 10,
5	"maxResults": 20,
6	"proxyConfiguration": {
7		"useApifyProxy": true,
8		"apifyProxyCountry": "US"
9	},
10	"reviewsCount": 10,
11	"zipcode": "10090"
12}

Input with Direct URLs

1{
2	"faq": 4,
3	"maxConcurrency": 10,
4	"maxResults": 20,
5	"proxyConfiguration": {
6		"useApifyProxy": true,
7		"apifyProxyCountry": "US"
8	},
9	"reviewsCount": 10,
10	"startUrls": [
11		{
12			"url": "https://www.homedepot.com/b/Appliances-Refrigerators/N-5yc1vZc3pi"
13		}
14	],
15	"zipcode": "10090"
16}

Proxy usage

This scraper will require you to use Proxy servers to function properly. We don't recommend running it on a free account for more complicated tasks than getting a sample of results. If you are planning to run this scraper for getting more than a few results, subscribing to the Apify platform will provide you with access to a large pool of proxies.

During Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with failure state and output an explanation of what is wrong.

Home Depot Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any languague (Python, PHP, Node JS/NPM).

Scraped Results

The structure of each product in JSON looks like this:

1{
2	"url": "https://www.homedepot.com/p/RYOBI-ONE-18V-Cordless-5-5-in-Circular-Saw-Tool-Only-P505B/315424218",
3	"ratingValue": "4.5325",
4	"reviewCount": "616",
5	"brand": "RYOBI",
6	"description": "Expand your RYOBI 18V ONE+ System with the RYOBI 18V ONE+ 5-1/2 in. Circular Saw. This saw is able to cut through 2-by material with ease with an adjustable depth of cut up to 1-9/16 in. With 0-50° of bevel capacity users have the ability to complete a variety of cuts. With up to 4600 RPM, users can achieve fast, clean cutting for any job. This saw includes a 5-1/2 in. 18 TPI carbide tipped blade with 3/8 in. arbor. The on-board wrench storage and spindle lock provide convenient blade changes. Best of all, it is part of the RYOBI ONE+ System of over 260 cordless tools that all work on the same battery platform. This RYOBI 18V ONE+ 5-1/2 in. Circular Saw is backed by the RYOBI 3-Year Manufacturer's Warranty and includes a 5-1/2 in. blade and an operator's manual. Battery and charger sold separately.",
7	"images": [
8		"https://images.thdstatic.com/productImages/50b321ff-1d3c-40ed-bf11-b4efe514797f/svn/ryobi-circular-saws-p505b-64_100.jpg",
9		"https://images.thdstatic.com/productImages/36a2b49e-6f46-4a0d-a3ef-52083f70614a/svn/ryobi-circular-saws-p505b-e1_100.jpg",
10		"https://images.thdstatic.com/productImages/97e98ae1-09c4-42e9-abcc-422b79984010/svn/ryobi-circular-saws-p505b-40_100.jpg",
11		"https://images.thdstatic.com/productImages/d125d55a-c60e-4853-acc9-c3fe493e0409/svn/ryobi-circular-saws-p505b-a0_100.jpg",
12		"https://images.thdstatic.com/productImages/4ccc4771-a590-41b7-ab76-b24501b04a11/svn/ryobi-circular-saws-p505b-1d_100.jpg",
13		"https://images.thdstatic.com/productImages/0cc22395-8e5e-41fb-a885-5c1ca6d94661/svn/ryobi-circular-saws-p505b-66_100.jpg",
14		"https://images.thdstatic.com/productImages/59f5d4e0-c063-402e-978d-208837cbd009/svn/ryobi-circular-saws-p505b-77_100.jpg",
15		"https://images.thdstatic.com/productImages/a93ff2f0-51ee-427b-bcc7-9fa4d51f54b6/svn/ryobi-circular-saws-p505b-c3_100.jpg",
16		"https://images.thdstatic.com/productImages/3ab47008-eaaf-472b-a5ae-06d2caad889c/svn/ryobi-circular-saws-p505b-44_100.jpg",
17		"https://images.thdstatic.com/productImages/786422ff-7b47-4e2d-91e6-78d318757a7e/svn/ryobi-circular-saws-p505b-fa_100.jpg",
18		"https://images.thdstatic.com/productImages/7bee3fa2-ec65-4ef3-95a7-e1a1445f7acc/svn/ryobi-circular-saws-p505b-76_100.jpg",
19		"https://images.thdstatic.com/productImages/76467980-964e-412b-a285-a08fc451e26d/svn/ryobi-circular-saws-p505b-d4_100.jpg",
20		"https://images.thdstatic.com/productImages/f93970ee-525e-43bb-9676-4610e12eb3b7/svn/ryobi-circular-saws-p505b-31_100.jpg"
21	],
22	"productID": "315424218",
23	"price": 29,
24	"currency": "USD",
25	"reviews": [
26		{
27			"reviewRating": 5,
28			"author": "PhotoPhil",
29			"reviewTitle": "Lightweight and portable.",
30			"reviewBody": "[This review was collected as part of a promotion.] I bought this in a combo pack with a 1/2” drill, the saw, 2 batteries, charger & a carrying case.  It was an excellent price, delivery was fast and I already had several of Ryobi’s other battery powered tools.  Definitely love my Ryobi tools for the value, price & warranty!"
31		},
32		{
33			"reviewRating": 5,
34			"author": "Jon Jon",
35			"reviewTitle": "Works great cuts almost anything",
36			"reviewBody": "[This review was collected as part of a promotion.] I got this tool for Christmas three years ago and still running like new"
37		},
38		{
39			"reviewRating": 5,
40			"author": "Anonymous",
41			"reviewTitle": "Smoothest saw I've ever used!",
42			"reviewBody": "[This review was collected as part of a promotion.] Beautifully running saw. Made easy work of shelving I cut recently for a pantry build. Currently building a dog house and couldn't be happier with how quick this saw makes things!"
43		},
44		{
45			"reviewRating": 5,
46			"author": "Deion",
47			"reviewTitle": "Lightweight, Great feel.",
48			"reviewBody": "[This review was collected as part of a promotion.] I have always been a huge fan of Ryobi and their tools. This saw is a great weight and has a very good feel. Not to mention the price was phenomenal this Christmas!! My whole garage will be green by time I’m done!"
49		},
50		{
51			"reviewRating": 5,
52			"author": "ianderosa",
53			"reviewTitle": "Amazing performance!",
54			"reviewBody": "[This review was collected as part of a promotion.] I just got this new circular saw from Ryobi for Christmas and I am so excited to use it.  Previously I was struggling with an old B & D saw and the travel distance was way too short and the wired aspect of the device was really limiting.  I just used this Ryobi for the first time and it is such a breeze to use!  This will save me so much time and energy in the future for my jobs and I couldn’t be happier!"
55		},
56		{
57			"reviewRating": 5,
58			"author": "Rogobono",
59			"reviewTitle": "Great for its size",
60			"reviewBody": "[This review was collected as part of a promotion.] It is smaller but I love it. I would say it suits most at-home needs."
61		},
62		{
63			"reviewRating": 5,
64			"author": "ValHer2692",
65			"reviewTitle": "Easy to use",
66			"reviewBody": "[This review was collected as part of a promotion.] Bought this for a project and it worked well and I’ll continue to use for future"
67		},
68		{
69			"reviewRating": 4,
70			"author": "HomeDepotCustomer",
71			"reviewTitle": "Ive had this saw for a few weeks now and it is surprisingly quiet and cuts through 3/4” plywood &...",
72			"reviewBody": "Ive had this saw for a few weeks now and it is surprisingly quiet and cuts through 3/4” plywood & 2 x 8 boards very well. I was actually surprised at how well it works. I wasn’t expecting that from a small saw. \r\nGood work Ryobi !!"
73		},
74		{
75			"reviewRating": 5,
76			"author": "CONNIE",
77			"reviewTitle": null,
78			"reviewBody": null
79		},
80		{
81			"reviewRating": 4,
82			"author": "MICHAEL",
83			"reviewTitle": null,
84			"reviewBody": null
85		}
86	],
87	"name": "ONE+ 18V Cordless 5.5 in. Circular Saw (Tool Only)",
88	"compareSimilarProducts": [
89		{
90			"Brand": "RYOBI",
91			"Name": "ONE+ 18V Cordless 5.5 in. Circular Saw (Tool Only)",
92			"Price": "$2900$59.00Save $30.00 (51%)",
93			"Ratings": " 90.65%; ",
94			"Cordless/Corded": "Cordless",
95			"Power Tool Features": "Depth Adjustment,Keyed Blade Change,Laser Guide,Spindle Lock",
96			"Voltage (volts)": "18 V",
97			"Blade Diameter (in.)": "5-1/2 in",
98			"Blade Location": "Left",
99			"Motor Type": "Brushed",
100			"Included Accessories": "Allen Key/Wrench,Blade(s)",
101			"Saw Drive Type": "Sidewinder",
102			"THD SO SKU": " ",
103			"Url": "https://www.homedepot.com/p/RYOBI-ONE-18V-Cordless-5-5-in-Circular-Saw-Tool-Only-P505B/315424218"
104		},
105		{
106			"Brand": "BLACK+DECKER",
107			"Name": "20-Volt MAX Lithium-Ion Cordless 5-1/2 in. Circular Saw (Tool-Only)",
108			"Price": "$4692",
109			"Ratings": " 80.482%; ",
110			"Cordless/Corded": "Cordless",
111			"Power Tool Features": "Depth Adjustment,Keyed Blade Change",
112			"Voltage (volts)": "20 V",
113			"Blade Diameter (in.)": "5-1/2 in",
114			"Blade Location": "Left",
115			"Motor Type": "Brushed",
116			"Included Accessories": "Tool Only",
117			"Saw Drive Type": "Sidewinder",
118			"THD SO SKU": " ",
119			"Url": "https://www.homedepot.com/p/BLACK-DECKER-20-Volt-MAX-Lithium-Ion-Cordless-5-1-2-in-Circular-Saw-Tool-Only-BDCCS20B/204734331"
120		},
121		{
122			"Brand": "Makita",
123			"Name": "12V max CXT Lithium-Ion 3-3/8 in. Cordless Circular Saw (Tool-Only)",
124			"Price": "$5900$84.00Save $25.00 (30%)",
125			"Ratings": " 89.476%; ",
126			"Cordless/Corded": "Cordless",
127			"Power Tool Features": "Depth Adjustment,Keyed Blade Change,No Tool Blade Change",
128			"Voltage (volts)": "12 V",
129			"Blade Diameter (in.)": "3-3/8 in",
130			"Blade Location": "Right",
131			"Motor Type": "Brushed",
132			"Included Accessories": "Blade(s)",
133			"Saw Drive Type": "Sidewinder",
134			"THD SO SKU": " ",
135			"Url": "https://www.homedepot.com/p/Makita-12V-max-CXT-Lithium-Ion-3-3-8-in-Cordless-Circular-Saw-Tool-Only-SH02Z/206825229"
136		},
137		{
138			"Brand": "RYOBI",
139			"Name": "13 Amp Corded 7-1/4 in. Circular Saw",
140			"Price": "$6900",
141			"Ratings": " 80.276%; ",
142			"Cordless/Corded": "Corded",
143			"Power Tool Features": "Depth Adjustment,Keyless Blade Change,Spindle Lock",
144			"Voltage (volts)": " ",
145			"Blade Diameter (in.)": "7-1/4 in",
146			"Blade Location": "Right",
147			"Motor Type": " ",
148			"Included Accessories": "Allen Key/Wrench,Blade(s)",
149			"Saw Drive Type": "Sidewinder",
150			"THD SO SKU": "1000384314",
151			"Url": "https://www.homedepot.com/p/RYOBI-13-Amp-Corded-7-1-4-in-Circular-Saw-CSB125/205216317"
152		}
153	],
154	"specifications": {
155		"Dimensions": {
156			"Blade Diameter (in.)": "5-1/2 in",
157			"Product Depth (in.)": "13.228 in",
158			"Product Height (in.)": "9.842 in",
159			"Product Width (in.)": "7.874 in"
160		},
161		"Details": {
162			"Battery Amp Hours": "No Battery",
163			"Battery Power Type": "Lithium Ion",
164			"Battery Size": "18-volt",
165			"Battery/Charger": "Tool Only",
166			"Bevel Capacity (degrees)": "50 °",
167			"Blade Location": "Left",
168			"Charger Included": "Charger Not Included",
169			"Color Family": "Green",
170			"Condition": "New",
171			"Construction Material": "Acrylonitrile Butadiene Styrene (ABS)",
172			"Cordless Tool Type": "Circular Saw",
173			"Cordless/Corded": "Cordless",
174			"Included": "Blade(s)",
175			"Included Accessories": "Allen Key/Wrench,Blade(s)",
176			"Maximum Cut Depth at 45 Degrees (in.)": "1.125 in",
177			"Maximum Cut Depth at 90 Degrees (in.)": "1.562 in",
178			"Maximum Speed (RPM)": "4700 RPM",
179			"Motor Type": "Brushed",
180			"Number of Total Batteries Included": "0",
181			"Power Tool Features": "Depth Adjustment,Keyed Blade Change,Laser Guide,Spindle Lock",
182			"Product Weight (lb.)": "6.18 lb",
183			"Saw Drive Type": "Sidewinder",
184			"Tools Product Type": "Power Tool",
185			"Voltage (volts)": "18 V"
186		},
187		"Warranty / Certifications": {
188			"Certifications and Listings": "UL Listed",
189			"Manufacturer Warranty": "3-Year Manufacturer's Warranty"
190		}
191	},
192	"questionsAndAnswers": [
193		{
194			"question": "Is there a dust collection system or bag included?",
195			"authorName": "DSmith",
196			"datePosted": "Sep 27, 2022",
197			"answers": [
198				{
199					"answer": "Hello, Dsmith - Thank you for your question. This model does have a dust collection feature or bag. I hope this helps! Additionally, if you need further support, then a RYOBI Customer Experience Professional is here for you, Monday - Friday from 9 am to 6 pm (EST) when you call or text us at 1.800.525.2579 or through email or live chat when you visit us at https://www.ryobitools.com/support/contact. And thank you again for your interest in the ONE+ 18V Cordless 5.5 in. Circular Saw (Tool Only). - Courtney",
200					"authorName": "RYOBI",
201					"datePosted": "Sep 27, 2022"
202				},
203				{
204					"answer": "No there is not",
205					"authorName": "Tonyf101",
206					"datePosted": "Sep 29, 2022"
207				},
208				{
209					"answer": "No",
210					"authorName": "mike",
211					"datePosted": "Sep 27, 2022"
212				}
213			]
214		},
215		{
216			"question": "Does this come with the blade ?",
217			"authorName": "Tbone",
218			"datePosted": "Sep 9, 2022",
219			"answers": [
220				{
221					"answer": "yes it comes w/ blade.",
222					"authorName": "Millard",
223					"datePosted": "Sep 16, 2022"
224				},
225				{
226					"answer": "Hello, Tbone - Thank you for your interest in the ONE+ 18V Cordless 5.5 in. Circular Saw (Tool Only). Yes! It includes an 18T Carbide Tipped Blade. Additionally, if you need further support, then a RYOBI Customer Experience Professional is here for you, Monday - Friday from 9 am to 6 pm (EST) when you call or text us at 1.800.525.2579 or through email or live chat when you visit us at https://www.ryobitools.com/support/contact. I hope this helps! --Courtney",
227					"authorName": "RYOBI",
228					"datePosted": "Sep 9, 2022"
229				},
230				{
231					"answer": "Yes, it comes with the blade, however,  I recall having to buy the battery.",
232					"authorName": "Nette",
233					"datePosted": "Sep 16, 2022"
234				},
235				{
236					"answer": "Yes, it does",
237					"authorName": "Gijoe",
238					"datePosted": "Sep 15, 2022"
239				}
240			]
241		},
242		{
243			"question": "Can I cut through brick with a circular saw?",
244			"authorName": "Bill",
245			"datePosted": "Sep 2, 2022",
246			"answers": [
247				{
248					"answer": "I have a 10\" tile saw [$1000] and it does it but slow. About 1 minute for each cut. Best to rent one :(",
249					"authorName": "brainfire",
250					"datePosted": "Sep 14, 2022"
251				},
252				{
253					"answer": "No not recommended. ",
254					"authorName": "Buddy",
255					"datePosted": "Sep 4, 2022"
256				},
257				{
258					"answer": "Hello, Bill - Thank you for your interest in the ONE+ 18V Cordless 5.5 in. Circular Saw. I'm sorry, no. This tool is for cutting all types of wood products (lumber, plywood, paneling, composition board, and hard wood). \n\nAdditionally, if you need further support, then a RYOBI Customer Experience Professional is here for you, Monday - Friday from 9 am to 6 pm (EST) when you call or text us at 1.800.525.2579 or through email or live chat when you visit us at https://www.ryobitools.com/support/contact. I hope this helps! --Jewel",
259					"authorName": "RYOBI",
260					"datePosted": "Sep 2, 2022"
261				}
262			]
263		},
264		{
265			"question": "What is the distance from the guide edge to the blade? What I want to know is  how close to a wall can i make a rip cut on a shelf.",
266			"authorName": "Dand",
267			"datePosted": "Jul 12, 2022",
268			"answers": [
269				{
270					"answer": "You can get 1 1/4\" from the wall. The edge of the blade guide is actually closer than that, but the blade guard actually extends past the guide edge by 1/4\". If you could remove the blade guard, then you can get as close as 1\". Hope this makes sense.",
271					"authorName": "JD JD",
272					"datePosted": "Sep 12, 2022"
273				},
274				{
275					"answer": "Hello, Dand - Thank you for your interest in the ONE+ 18V Cordless 5.5 in. Circular Saw. I'm sorry, this information is not available. \n\nAdditionally, if you need further support, then a RYOBI Customer Experience Professional is here for you, Monday - Friday from 9 am to 6 pm (EST) when you call or text us at 1.800.525.2579 or through email or live chat when you visit us at https://www.ryobitools.com/support/contact. I hope this helps! --Jewel",
276					"authorName": "RYOBI",
277					"datePosted": "Jul 13, 2022"
278				}
279			]
280		}
281	],
282	"relatedProducts": [
283		{
284			"image": "https://images.thdstatic.com/productImages/c1af49f0-2865-4c07-930f-8b7367c9215d/svn/genesis-circular-saws-gcs445se-64_300.jpg",
285			"name": " 4.0 Amp 4-1/2 in. Compact Circular Saw with 24T Blade, Rip Guide, Vacuum Adapter and Blade Wrench ",
286			"shortDescription": "Introducing the NEW Genesis SE GCS445SE 4.0",
287			"description": "Introducing the NEW Genesis SE GCS445SE 4.0 Amp Compact Circular saw. This new saw can cut through 2X material and can bevel 45° for cutting through wood with the included 24T carbide tipped blade. Includes a dust collector hose, parallel guide, and Allen wrench. Add the NEW Genesis GCS445CSE Compact Circular Saw to your garage, workshop, or tool set today!",
288			"url": "https://www.homedepot.com/p/Genesis-4-0-Amp-4-1-2-in-Compact-Circular-Saw-with-24T-Blade-Rip-Guide-Vacuum-Adapter-and-Blade-Wrench-GCS445SE/309577964"
289		},
290		{
291			"image": "https://images.thdstatic.com/productImages/4765d0a8-ae24-4d61-bab3-eab8a454667f/svn/ryobi-circular-saws-csb125-64_300.jpg",
292			"name": " 13 Amp Corded 7-1/4 in. Circular Saw ",
293			"shortDescription": "RYOBI introduces the 13 Amp 7-1/4 in. Circular",
294			"description": "RYOBI introduces the 13 Amp 7-1/4 in. Circular Saw. The powerful RYOBI 7-1/4 in. Circular Saw comes equipped with a contoured design and front pommel handle for added comfort and grip. With a 13 Amp motor and 20 tooth steel blade, this saw is ready for any job. With a 2-7/16 in. depth of cut at 0 degree , 1-7/8 in. depth of cut at 45 degree and 1-11/16 in. depth of cut at 51.5 degree . The RYOBI Circular Saw has an on-board wrench storage as well as adjustable depth of cut with scale for quick reference to improve user accuracy and convenience. Backed by the RYOBI 3-Year Manufacturer's Warranty, the 13 Amp 7-1/4 in. Circular Saw includes a 20-tooth steel blade, a blade wrench, and an operator's manual.",
295			"url": "https://www.homedepot.com/p/RYOBI-13-Amp-Corded-7-1-4-in-Circular-Saw-CSB125/205216317"
296		},
297		{
298			"image": "https://images.thdstatic.com/productImages/b06d0531-9442-4411-9df2-5b5f66430715/svn/black-decker-circular-saws-bdccs20b-64_300.jpg",
299			"name": " 20-Volt MAX Lithium-Ion Cordless 5-1/2 in. Circular Saw (Tool-Only) ",
300			"shortDescription": "The BLACK & DECKER features a compact design",
301			"description": "The BLACK & DECKER features a compact design for ease of use. Works with the entire Black & Decker 20v Max System (battery and charger not included). This saw is backed by a BLACK & DECKER 2 year limited warranty for added peace of mind.",
302			"url": "https://www.homedepot.com/p/BLACK-DECKER-20-Volt-MAX-Lithium-Ion-Cordless-5-1-2-in-Circular-Saw-Tool-Only-BDCCS20B/204734331"
303		},
304		{
305			"image": "https://images.thdstatic.com/productImages/b4965c1a-faba-4069-bb89-0f2c22624870/svn/makita-circular-saws-sh02z-64_300.jpg",
306			"name": " 12V max CXT Lithium-Ion 3-3/8 in. Cordless Circular Saw (Tool-Only) ",
307			"shortDescription": "The Makita 12-Volt MAX CXT Lithium-ion Cordless",
308			"description": "The Makita 12-Volt MAX CXT Lithium-ion Cordless 3-3/8 in. Circular Saw delivers power and speed in an ultra-compact size for a range of cutting applications. With Makita 12-Volt MAX CXT Lithium-ion slide-style batteries (sold separately), users get improved balance and ergonomics over pod-style batteries. For added convenience the batteries include an on-board LED charge level indicator. The SH02Z weighs only 3.5 lbs. (with 12-Volt MAX CXT 2.0Ah battery, sold separately) with 1,500 RPM and a 1 in. capacity, so it cuts plywood, MDF, pegboard, particleboard, melamine and drywall. It's an ideal solution for users seeking a more compact cutting solution with less weight or for applications in tight spaces. For longer run time, all 12-Volt MAX CXT cordless tools are also compatible with the 12-Volt MAX CXT Lithium-ion 4.0Ah battery (BL1041B). 12-Volt MAX CXT Lithium-ion batteries are engineered with a Battery Protection Circuit that protects against overloading, over-discharging and over-heating. It's part of the expanding 12-Volt MAX CXT series, combining performance with superior ergonomics in a compact size.",
309			"url": "https://www.homedepot.com/p/Makita-12V-max-CXT-Lithium-Ion-3-3-8-in-Cordless-Circular-Saw-Tool-Only-SH02Z/206825229"
310		}
311	]
312}

CHANGELOG

v0.0.10

Added

  • Default input - Added a valid default input.
Developer
Maintained by Community