Fashion Beauty
Brooks Brothers logo

Brooks Brothers API

brooksbrothers.com

Brooks Brothers - menswear categories, product pages, reviews, and recommendations.

Actions
5
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Brooks Brothers API

Submit a task, then poll the job until it settles. This example runs act_brooksbrothers_category_product_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_brooksbrothers_category_product_listing",
    "params": {
      "category_slug": "mens/dress-shirts"
    }
  }'

5 actions on brooksbrothers.com

Read

  • Category Product Listing

    act_brooksbrothers_category_product_listingread1 credit / call

    Returns products in a menswear category with titles, SKUs, prices, and images.

    category_slug
    string · required
  • Product Details

    act_brooksbrothers_product_detail_ssrread1 credit / call

    Returns a product's name, price, availability, images, and category for a SKU and color.

    product_slug
    string · required
    product_id
    string · required
    color_code
    string
  • Product Rating Snippets

    act_brooksbrothers_product_rating_snippetread2 credits / call

    Returns average rating and review count for a batch of product SKUs.

    product_ids
    string · required
  • Product Reviews

    act_brooksbrothers_product_reviewsread2 credits / call

    Returns paginated customer reviews, average rating, and review count for a product.

    product_id
    string · required

Write

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

  • Related Products

    act_brooksbrothers_related_productswrite2 credits / call

    Returns recommended products for an item with titles, prices, and images.

    auid
    string · required
    scid
    string · required
    pid0
    string
    pid1
    string
    pid2
    string
    pid3
    string
    pid4
    string
    pid5
    string
    pid6
    string
    pid7
    string
    pid8
    string
    pid9
    string

Brooks Brothers API questions

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