Home Depot Browser avatar

Home Depot Browser

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Home Depot Browser

Home Depot Browser

jupri/homedepot
Try for free

7 days trial then $30.00/month - No credit card required now

πŸ’« Scrape Homedepot.com

You can access the Home Depot Browser programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "KSo0hLX8hmUjh6X2y"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~homedepot/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-homedepot",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jupri~homedepot/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-homedepot",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jupri~homedepot/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-homedepot",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "array",
137            "description": "πŸ’‘ QUERY, Search Terms or URL (consult README for more details)",
138            "items": {
139              "type": "string"
140            }
141          },
142          "limit": {
143            "title": "♾️ Limit",
144            "type": "integer",
145            "description": "Number of results <code>(max=768)</code>"
146          },
147          "filters.store_id": {
148            "title": "Store",
149            "type": "string",
150            "description": "Store Location: Zip Code, City, State or Store ID"
151          },
152          "filters.zip_code": {
153            "title": "Zip Code",
154            "type": "string",
155            "description": "Delivery Location"
156          },
157          "filters.sort": {
158            "title": "Sorting",
159            "enum": [
160              "best-match",
161              "popular",
162              "top-sellers",
163              "price-low",
164              "price-high",
165              "top-rated"
166            ],
167            "type": "string",
168            "description": ""
169          },
170          "filters.rating": {
171            "title": "Stars",
172            "enum": [
173              "5",
174              "4",
175              "3",
176              "2",
177              "1"
178            ],
179            "type": "string",
180            "description": ""
181          },
182          "filters.min_price": {
183            "title": "Price Range",
184            "type": "integer",
185            "description": ""
186          },
187          "filters.max_price": {
188            "title": "",
189            "type": "integer",
190            "description": ""
191          },
192          "filters.review_sort": {
193            "title": "Sorting",
194            "enum": [
195              "photoreview",
196              "mosthelpfull",
197              "oldest",
198              "newest",
199              "highestrating",
200              "lowestrating"
201            ],
202            "type": "string",
203            "description": "πŸ’‘ Reviews sorting"
204          },
205          "filters.review_search": {
206            "title": "Search",
207            "type": "string",
208            "description": "πŸ’‘ Review search"
209          },
210          "filters.review_stars": {
211            "title": "Ratings",
212            "type": "array",
213            "description": "πŸ’‘ Star ratings",
214            "items": {
215              "type": "string",
216              "enum": [
217                "5",
218                "4",
219                "3",
220                "2",
221                "1"
222              ],
223              "enumTitles": [
224                "5 ⭐⭐⭐⭐⭐",
225                "4 ⭐⭐⭐⭐",
226                "3 ⭐⭐⭐",
227                "2 ⭐⭐",
228                "1 ⭐"
229              ]
230            }
231          },
232          "filters.review_verified": {
233            "title": "",
234            "type": "boolean",
235            "description": ""
236          },
237          "filters.review_profile": {
238            "title": "Profile",
239            "type": "array",
240            "description": "πŸ’‘ [Store Reviews] Home Improvement Profile",
241            "items": {
242              "type": "string",
243              "enum": [
244                "DIYer",
245                "Professional"
246              ]
247            }
248          },
249          "filters.review_gender": {
250            "title": "Gender",
251            "type": "array",
252            "description": "πŸ’‘ [Store Reviews] Gender",
253            "items": {
254              "type": "string",
255              "enum": [
256                "Male",
257                "Female"
258              ]
259            }
260          },
261          "filters.review_age": {
262            "title": "Age Range",
263            "type": "array",
264            "description": "πŸ’‘ [Store Reviews] Age Range",
265            "items": {
266              "type": "string",
267              "enum": [
268                "18to24",
269                "25to34",
270                "35to44",
271                "45to54",
272                "55to64",
273                "65orOver"
274              ],
275              "enumTitles": [
276                "18 to 24",
277                "25 to 34",
278                "35 to 44",
279                "45 to 54",
280                "55 to 64",
281                "65 or Over"
282              ]
283            }
284          },
285          "dev_proxy_config": {
286            "title": "🌐 PROXY NETWORKING",
287            "type": "object",
288            "description": "πŸ’‘ <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
289          },
290          "dev_custom_headers": {
291            "title": "πŸ“œ HTTP HEADERS",
292            "type": "array",
293            "description": "πŸ’‘ Additional HTTP Headers",
294            "items": {
295              "type": "object",
296              "required": [
297                "key",
298                "value"
299              ],
300              "properties": {
301                "key": {
302                  "type": "string",
303                  "title": "Key"
304                },
305                "value": {
306                  "type": "string",
307                  "title": "Value"
308                }
309              }
310            }
311          },
312          "dev_custom_cookies": {
313            "title": "🍰 HTTP COOKIES",
314            "type": "array",
315            "description": "πŸ’‘ Additional HTTP Cookies",
316            "items": {
317              "type": "object",
318              "required": [
319                "key",
320                "value"
321              ],
322              "properties": {
323                "key": {
324                  "type": "string",
325                  "title": "Key"
326                },
327                "value": {
328                  "type": "string",
329                  "title": "Value"
330                }
331              }
332            }
333          },
334          "dev_transform_fields": {
335            "title": "♻️ CUSTOM FIELD",
336            "type": "array",
337            "description": "πŸ’‘ <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
338            "items": {
339              "type": "object",
340              "required": [
341                "key",
342                "value"
343              ],
344              "properties": {
345                "key": {
346                  "type": "string",
347                  "title": "Key"
348                },
349                "value": {
350                  "type": "string",
351                  "title": "Value"
352                }
353              }
354            }
355          },
356          "dev_dataset_name": {
357            "title": "πŸ“ CUSTOM STORAGE",
358            "type": "string",
359            "description": "πŸ’‘ <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
360          },
361          "dev_dataset_clear": {
362            "title": "Clear Storage",
363            "type": "boolean",
364            "description": "Clear Dataset before insert/update."
365          },
366          "dev_no_strip": {
367            "title": "Disable data cleansing",
368            "type": "boolean",
369            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
370          }
371        }
372      },
373      "runsResponseSchema": {
374        "type": "object",
375        "properties": {
376          "data": {
377            "type": "object",
378            "properties": {
379              "id": {
380                "type": "string"
381              },
382              "actId": {
383                "type": "string"
384              },
385              "userId": {
386                "type": "string"
387              },
388              "startedAt": {
389                "type": "string",
390                "format": "date-time",
391                "example": "2025-01-08T00:00:00.000Z"
392              },
393              "finishedAt": {
394                "type": "string",
395                "format": "date-time",
396                "example": "2025-01-08T00:00:00.000Z"
397              },
398              "status": {
399                "type": "string",
400                "example": "READY"
401              },
402              "meta": {
403                "type": "object",
404                "properties": {
405                  "origin": {
406                    "type": "string",
407                    "example": "API"
408                  },
409                  "userAgent": {
410                    "type": "string"
411                  }
412                }
413              },
414              "stats": {
415                "type": "object",
416                "properties": {
417                  "inputBodyLen": {
418                    "type": "integer",
419                    "example": 2000
420                  },
421                  "rebootCount": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "restartCount": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "resurrectCount": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "computeUnits": {
434                    "type": "integer",
435                    "example": 0
436                  }
437                }
438              },
439              "options": {
440                "type": "object",
441                "properties": {
442                  "build": {
443                    "type": "string",
444                    "example": "latest"
445                  },
446                  "timeoutSecs": {
447                    "type": "integer",
448                    "example": 300
449                  },
450                  "memoryMbytes": {
451                    "type": "integer",
452                    "example": 1024
453                  },
454                  "diskMbytes": {
455                    "type": "integer",
456                    "example": 2048
457                  }
458                }
459              },
460              "buildId": {
461                "type": "string"
462              },
463              "defaultKeyValueStoreId": {
464                "type": "string"
465              },
466              "defaultDatasetId": {
467                "type": "string"
468              },
469              "defaultRequestQueueId": {
470                "type": "string"
471              },
472              "buildNumber": {
473                "type": "string",
474                "example": "1.0.0"
475              },
476              "containerUrl": {
477                "type": "string"
478              },
479              "usage": {
480                "type": "object",
481                "properties": {
482                  "ACTOR_COMPUTE_UNITS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "DATASET_READS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATASET_WRITES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "KEY_VALUE_STORE_READS": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "KEY_VALUE_STORE_WRITES": {
499                    "type": "integer",
500                    "example": 1
501                  },
502                  "KEY_VALUE_STORE_LISTS": {
503                    "type": "integer",
504                    "example": 0
505                  },
506                  "REQUEST_QUEUE_READS": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "REQUEST_QUEUE_WRITES": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "DATA_TRANSFER_INTERNAL_GBYTES": {
515                    "type": "integer",
516                    "example": 0
517                  },
518                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
519                    "type": "integer",
520                    "example": 0
521                  },
522                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
523                    "type": "integer",
524                    "example": 0
525                  },
526                  "PROXY_SERPS": {
527                    "type": "integer",
528                    "example": 0
529                  }
530                }
531              },
532              "usageTotalUsd": {
533                "type": "number",
534                "example": 0.00005
535              },
536              "usageUsd": {
537                "type": "object",
538                "properties": {
539                  "ACTOR_COMPUTE_UNITS": {
540                    "type": "integer",
541                    "example": 0
542                  },
543                  "DATASET_READS": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "DATASET_WRITES": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "KEY_VALUE_STORE_READS": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "KEY_VALUE_STORE_WRITES": {
556                    "type": "number",
557                    "example": 0.00005
558                  },
559                  "KEY_VALUE_STORE_LISTS": {
560                    "type": "integer",
561                    "example": 0
562                  },
563                  "REQUEST_QUEUE_READS": {
564                    "type": "integer",
565                    "example": 0
566                  },
567                  "REQUEST_QUEUE_WRITES": {
568                    "type": "integer",
569                    "example": 0
570                  },
571                  "DATA_TRANSFER_INTERNAL_GBYTES": {
572                    "type": "integer",
573                    "example": 0
574                  },
575                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
576                    "type": "integer",
577                    "example": 0
578                  },
579                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
580                    "type": "integer",
581                    "example": 0
582                  },
583                  "PROXY_SERPS": {
584                    "type": "integer",
585                    "example": 0
586                  }
587                }
588              }
589            }
590          }
591        }
592      }
593    }
594  }
595}

Homedepot.com Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Home Depot Browser from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • 3 stars

  • >99% runs succeeded

  • Created in Oct 2022

  • Modified 2 months ago

Categories