Fashion Beauty
Yoox logo

Yoox API

yoox.com

Designer fashion marketplace - categories, listings, product details, pricing, and promotions.

Actions
7
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Yoox API

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

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_yoox_com_category_menu",
    "params": {
      "department": "men"
    }
  }'

7 actions on yoox.com

Read

  • Category Menu

    act_yoox_com_category_menuread1 credit / call

    Returns a department's category menu with section links and designer shortcuts.

    department
    string · required
  • Homepage

    act_yoox_com_homepage_ssrread1 credit / call

    Returns homepage banners and featured designer links with images and URLs.

  • Item Promo Badges

    act_yoox_com_item_promo_badgesread1 credit / call

    Returns promo badges with sale labels and discounts for a department's items.

    department
    string · required
  • Klarna Financing Message

    act_yoox_com_klarna_financing_messageread1 credit / call

    Returns the Klarna installment plan and monthly payment for a price amount.

    amount
    string · required
  • Listing Promo Badges

    act_yoox_com_listing_promo_badgesread1 credit / call

    Returns promo badges shown on category listing product cards with validity dates.

Write

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

  • Filter Facets

    act_yoox_com_filter_facetswrite2 credits / call

    Returns filtered product results and facet options for a category and filter.

    category_facet
    string · required
    filter_facet
    string · required
    algolia_api_key
    string · required
  • Product Listing

    act_yoox_com_product_listingwrite2 credits / call

    Returns products for a department and category with brands, prices, and images.

    department
    string · required
    category_facet
    string · required
    algolia_api_key
    string · required
    page
    integer

Yoox API questions

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