Fashion Beauty
Balenciaga logo

Balenciaga API

balenciaga.com

Balenciaga - luxury collections, product details, listings, and prices.

Actions
5
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Balenciaga API

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

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_balenciaga_homepage_ssr_fr",
    "params": {
      "locale": "fr-fr"
    }
  }'

5 actions on balenciaga.com

Read

  • Homepage France

    act_balenciaga_homepage_ssr_frread1 credit / call

    Returns the France regional homepage with product tiles and site metadata.

    locale
    string · required
  • Product Details

    act_balenciaga_product_detailread1 credit / call

    Returns product details including name, price, SKU, availability, images, and description.

    product_slug
    string · required
  • Product Images

    act_balenciaga_product_imagesread1 credit / call

    Returns the full product image gallery URLs for a given product ID.

    pid
    string · required
    image_index
    string · required
  • Product Listing

    act_balenciaga_product_listingread1 credit / call

    Returns category product listings with items, prices, colors, and total count.

    category_path
    string · required

Write

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

  • Related Products

    act_balenciaga_related_productswrite2 credits / call

    Returns related and recommended product items for a given product.

    pid0
    string · required
    scid
    string · required
    auid
    string

Balenciaga API questions

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