Fashion Beauty
Bonobos logo

Bonobos API

bonobos.com

Bonobos - menswear product discovery, fit guides, recommendations, and reviews.

Actions
4
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Bonobos API

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

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_bonobos_fit_quiz_content",
    "params": {}
  }'

4 actions on bonobos.com

Read

  • Fit Quiz Content

    act_bonobos_fit_quiz_contentread1 credit / call

    Returns fit-quiz entries with titles, sizing steps, related categories, and destination links.

  • Homepage Product Recommendations

    act_bonobos_homepage_product_recommendationsread1 credit / call

    Returns homepage product recommendations with names, prices, swatches, and links.

  • Product Reviews

    act_bonobos_product_reviewsread2 credits / call

    Returns customer reviews with rating histograms, sizing feedback, and total review counts.

    product_id
    string · required
    apikey
    string · required
    _noconfig
    string
  • Related Product Recommendations

    act_bonobos_related_product_recommendationsread1 credit / call

    Returns related product recommendations for a SKU with names, prices, swatches, and colors.

    item_id
    string · required

Bonobos API questions

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