Fashion Beauty
Abercrombie logo

Abercrombie API

abercrombie.com

Abercrombie - product search, details, pricing, variants, and recommendations.

Actions
7
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Abercrombie API

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

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_abercrombie_com_category_listing_ssr",
    "params": {
      "category_slug": "womens-tops--1"
    }
  }'

7 actions on abercrombie.com

Read

  • Category Listing

    act_abercrombie_com_category_listing_ssrread2 credits / call

    Returns a category or collection's products with titles, prices, and links.

    category_slug
    string · required
  • Homepage

    act_abercrombie_com_homepage_ssrread1 credit / call

    Returns the homepage with featured promotional tiles and navigation.

  • Product Details

    act_abercrombie_com_product_detail_ssrread2 credits / call

    Returns a product's name, brand, price, availability, images, and description.

    product_slug
    string · required
    product_id
    string · required
    category_id
    string
  • Search Results

    act_abercrombie_com_search_results_ssrread2 credits / call

    Returns products matching a keyword with prices.

    search_query
    string · required
  • Size Guide Content

    act_abercrombie_com_size_guide_contentread2 credits / call

    Returns size and fit measurement instructions for a product category.

    category_id
    string · required
    country
    string

Write

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

  • Category Products

    act_abercrombie_com_category_listingwrite2 credits / call

    Returns a category's products with prices, filters, and sorting applied.

    category_id
    string · required
    facet
    string
    sort
    string
    start
    string
    rows
    string
    country
    string
  • Search Autocomplete

    act_abercrombie_com_search_autocompletewrite2 credits / call

    Returns product and category search suggestions for a keyword.

    search_query
    string · required

Abercrombie API questions

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