Shopping
The Home Depot logo

The Home Depot API

homedepot.com

Home Depot - product search, details, pricing, store locator, and carts.

Actions
4
Category
Shopping
Login
Not required
Output
JSON

Call the The Home Depot API

Submit a task, then poll the job until it settles. This example runs act_homedepot_product_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_homedepot_product_detail",
    "params": {
      "item_id": "325158253"
    }
  }'

4 actions on homedepot.com

Read

  • Store Locator Results

    act_homedepot_store_locator_resultsread1 credit / call

    Returns nearby stores for a ZIP code with store IDs, addresses, hours, and distance.

    zip_code
    string · required
    radius
    string
    type
    string

Write

Write actions change state on homedepot.com and run as the account you connect.

  • Product Details

    act_homedepot_product_detailwrite2 credits / call

    Returns full product detail for an item ID: pricing, media, fulfillment, specs, and reviews.

    item_id
    string · required
    store_id
    string
    zip_code
    string
  • Product Listing

    act_homedepot_product_listingwrite2 credits / call

    Returns search or category listings with item IDs, titles, images, pricing, ratings, and breadcrumbs.

    store_id
    string · required
    keyword
    string
    nav_param
    string
    storefilter
    string
  • Product Pricing

    act_homedepot_product_pricingwrite2 credits / call

    Returns live price adjustments, discounts, and promotional amounts for one or more SKUs.

    item_id
    string · required
    location
    string
    qty
    integer
    price
    integer

The Home Depot API questions

Is there an API for The Home Depot?
The Home Depot does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for homedepot.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape The Home Depot data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when homedepot.com changes its markup, Anakin updates the action.
Do I need a The Home Depot account?
No. Every The Home Depot action listed here runs anonymously — no account and no credentials required.
What does the The Home Depot API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Shopping APIs

All Shopping sites