Home Depot API
Our Home Depot API gives you programmatic access to Home Depot data that isn't available through any official API. Get data on product details, store information, customer reviews, pricing data, and more. And the best part? You can try the Home Depot API entirely for free, no credit card required.

POWERING THE WORLD'S TOP DATA-DRIVEN TEAMS
Integrate our Home Depot API
Access the Home Depot API using Python, JavaScript, CLI, cURL, OpenAPI, or MCP. Choose your preferred option and start extracting Home Depot data in minutes.
Python
JavaScript
HTTP
MCP
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "query": [10 "starship engines",11 "N-5yc1vZaq1w",12 "321639489/reviews",13 "store:2406/info",14 "https://www.homedepot.com/s/egg",15 ],16 "limit": 5,17 "dev_proxy_config": {18 "useApifyProxy": True,19 "apifyProxyGroups": ["RESIDENTIAL"],20 "apifyProxyCountry": "US",21 },22}23
24# Run the Actor and wait for it to finish25run = client.actor("jupri/homedepot").call(run_input=run_input)26
27# Fetch and print Actor results from the run's dataset (if there are any)28print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])29for item in client.dataset(run["defaultDatasetId"]).iterate_items():30 print(item)31
32# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
Get data with Home Depot API
Extract Home Depot data by providing search terms, product IDs, store IDs, or Home Depot URLs with your filters. The Home Depot API returns structured JSON data with product details, customer reviews, store information, pricing data, and more.
Input
{ "limit": 5, "query": [ "starship engines", "N-5yc1vZaq1w", "321639489/reviews", "store:2406/info", "<https://www.homedepot.com/s/egg>" ], "dev_proxy_config": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ], "apifyProxyCountry": "US" }}
Output
{ "limit": 5, "query": [ "starship engines", "N-5yc1vZaq1w", "321639489/reviews", "store:2406/info", "<https://www.homedepot.com/s/egg>" ], "dev_proxy_config": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ], "apifyProxyCountry": "US" }}
1Sign up for Apify account
Creating an account is quick and free — no credit card required. Your account gives you access to more than 5,000 scrapers and APIs.
Get started for free
2Get your Apify API token
Go to settings in the Apify console and navigate to the “API & Integrations” tab. There, create a new token and save it for later.
3Integrate Home Depot API
Navigate to the Home Depot API page and click on the API dropdown menu in the top right corner. In the dropdown menu, you can see API clients, API endpoints, and more.
Open Home Depot API4Get your Home Depot data via API
Now, you can use the API and get the data you need from Home Depot.
Why use Apify?
Never get blocked
Every plan (free included) comes with Apify Proxy, which is great for avoiding blocking and giving you access to geo-specific content.
Customers love us
We truly care about the satisfaction of our users and thanks to that we're one of the best-rated data extraction platforms on both G2 and Capterra.
Monitor your runs
With our latest monitoring features, you always have immediate access to valuable insights on the status of your web scraping tasks.
Export to various formats
Your datasets can be exported to any format that suits your data workflow, including Excel, CSV, JSON, XML, HTML table, JSONL, and RSS.
Integrate Apify to your workflow
You can integrate your Apify runs with platforms such as Zapier, Make, Keboola, Google Drive, or GitHub. Connect with practically any cloud service or web app.
Large developer community
Apify is built by developers, so you'll be in good hands if you have any technical questions. Our Discord server is always here to help!
Get AI-ready Home Depot data via API
Connect to hundreds of apps right away using ready-made integrations, or set up your own with webhooks and our API.
Explore our Home Depot APIs
We have multiple Home Depot APIs available in our store. Browse our collection to find the one that works best for your project.

🔋 Home Depot Scraper 🔩
bluebird/home-depot-scraper
A scraper to gather search results from home depot, including name, price, rating and more!
41

Home Depot Store Inventory Lookup
scraped/home-depot-store-inventory-lookup
This scraper allows you to search for product inventory around your zip code.
6
5.0

Home Depot Product Lookup
maplerope44/home-depot-product-lookup
Quickly look up Home Depot product prices and availability by entering a product ID and zip code. Get real-time stock and pricing details from nearby stores, making it easy to compare locations and plan your purchase efficiently.
11
Home Depot does not offer an official API for public use. However, we provide our own unofficial Home Depot API that gets all the up-to-date data you need, serving as an alternative to access Home Depot information programmatically for your projects and applications.
Yes, you can try our Home Depot API for free! No credit card required, no strings attached. Just create an Apify account with free $5 monthly prepaid usage, get your API token, and start using the Home Depot API.
Home Depot API allows you to get data such as product information and specifications, customer reviews and ratings, questions and answers sections, user-submitted product images, store details and services, store reviews and ratings, product pricing and availability, search results with detailed product listings, and category browsing data for comprehensive retail analysis.
It is legal to scrape publicly available data from Home Depot. However, you should always review and comply with Home Depot’s terms of service and any applicable laws and regulations regarding web scraping. Additionally, be mindful of any rate limits or restrictions imposed by Home Depot to avoid potential issues.
Getting started with our Home Depot API is easy — simply create a free Apify account, get your API token, and start using the Home Depot API in Python, JavaScript, CLI, cURL, OpenAPI, or MCP.