Shopping
Athome logo

Athome API

athome.com

At Home - home decor categories, product tiles, availability, and listings.

Actions
3
Category
Shopping
Login
Not required
Output
JSON

Call the Athome API

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

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_athome_product_listing_pagination",
    "params": {
      "cgid": "outdoor-rugs-doormats",
      "start_offset": "12"
    }
  }'

3 actions on athome.com

Read

  • Product Listing Pagination

    act_athome_product_listing_paginationread2 credits / call

    Returns the next page of category product tiles for a given offset.

    cgid
    string · required
    start_offset
    string · required
    sz
    string
    ajax
    string
    show_more
    string
    ioos
    string
  • Product Tile Batch

    act_athome_product_tile_batchread1 credit / call

    Returns product tiles with names, prices, images, and ratings for given product IDs.

    pids
    string · required
  • Stock Availability

    act_athome_stock_availabilityread2 credits / call

    Returns per-product pickup, delivery, and shipping availability for a store location.

    product_ids
    string · required
    store_id
    string · required
    page
    string

Athome API questions

Is there an API for Athome?
Athome does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for athome.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 Athome 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 athome.com changes its markup, Anakin updates the action.
Do I need a Athome account?
No. Every Athome action listed here runs anonymously — no account and no credentials required.
What does the Athome 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