Fashion Beauty
Ae logo

Ae API

ae.com

American Eagle - apparel categories, product details, reviews, and clearance deals.

Actions
6
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Ae API

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

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

6 actions on ae.com

Read

  • Category Listing

    act_ae_com_category_listingread2 credits / call

    Returns a category's products with titles, prices, and images, with optional filters.

    category_slug
    string · required
    filter
    string
  • Clearance Page Config

    act_ae_com_clearance_page_configread1 credit / call

    Returns the clearance landing page's layout configuration and content modules.

    env
    string
    locale
    string
    id
    string
  • Product Details

    act_ae_com_product_detailread1 credit / call

    Returns a product's name, price, images, description, bullets, and color variants.

    product_id
    string · required
  • Product Reviews AI Summary

    act_ae_com_product_reviews_ai_summaryread1 credit / call

    Returns an AI-generated summary paragraph of a product's customer reviews.

    productId
    string · required
    format_type
    string
    language
    string
  • Product Reviews Summary

    act_ae_com_product_reviews_summaryread1 credit / call

    Returns a product's review count, average rating, and rating distribution.

    productid
    string · required
  • Womens Category Listing

    act_ae_com_category_listing_womensread1 credit / call

    Returns the women's category product grid with titles, prices, and images.

Ae API questions

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