Fashion Beauty
Anthropologie US logo

Anthropologie US API

anthropologie.com

Anthropologie - apparel and home category listings and related products.

Actions
1
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Anthropologie US API

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

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_anthropologie_us_related_products",
    "params": {
      "product_id": "AN-4122951690182-000",
      "color_code": "092"
    }
  }'

1 action on anthropologie.com

Read

  • Related Products

    act_anthropologie_us_related_productsread2 credits / call

    Returns related product recommendations for a product with titles and images.

    product_id
    string · required
    color_code
    string · required

Anthropologie US API questions

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

All Fashion Beauty sites