Fashion Beauty
Abercrombiekids logo

Abercrombiekids API

abercrombiekids.com

Abercrombie Kids - kids apparel search, category browsing, and product details.

Actions
7
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Abercrombiekids API

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

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_abercrombiekids_com_category_listing_ssr_boys",
    "params": {
      "category_slug": "boys"
    }
  }'

7 actions on abercrombiekids.com

Read

  • Boys Category Listing

    act_abercrombiekids_com_category_listing_ssr_boysread1 credit / call

    Returns boys' category products with titles, prices, and links.

    category_slug
    string · required
  • Girls Category Listing

    act_abercrombiekids_com_category_listing_ssr_girlsread1 credit / call

    Returns girls' category products with titles, prices, and links.

    category_slug
    string · required
  • Homepage

    act_abercrombiekids_com_category_homepage_ssrread1 credit / call

    Returns the kids homepage navigation categories with titles and links.

  • Product Details

    act_abercrombiekids_com_product_detail_ssrread1 credit / call

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

    product_slug
    string · required
    seq
    string
  • Search Results

    act_abercrombiekids_com_search_results_ssrread1 credit / call

    Returns products matching a department and keyword with prices.

    department_id
    string · required
    search_term
    string · required

Write

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

  • Category Product Listing

    act_abercrombiekids_com_category_product_listingwrite2 credits / call

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

    category_id
    string · required
    country_code
    string · required
    currency
    string · required
    size_facet
    string
    sort_order
    string
    start
    string
  • Search Autocomplete

    act_abercrombiekids_com_search_autocompletewrite2 credits / call

    Returns product and department search suggestions for a keyword.

    search_query
    string · required
    country_code
    string · required
    currency
    string · required

Abercrombiekids API questions

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