Fashion Beauty
Ssense logo

Ssense API

ssense.com

Luxury fashion marketplace - categories, product details, inventory, and related products.

Actions
10
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Ssense API

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

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

10 actions on ssense.com

Read

  • Brand Directory

    act_ssense_com_brand_directoryread2 credits / call

    Returns all designer brands with names, IDs, and descriptions.

  • Department Landing

    act_ssense_com_department_landing_ssrread2 credits / call

    Returns search results for a query with product titles, prices, and brands.

    search_query
    string
  • Department Navigation Facets

    act_ssense_com_department_navigation_facetsread2 credits / call

    Returns filter facets including brands, categories, and colors for refining a search.

    search_query
    string
    category_id
    string
    color
    string
    category_level
    string
  • Homepage Content

    act_ssense_com_homepage_ssrread1 credit / call

    Returns featured homepage editorial content and navigation departments.

  • Product Details

    act_ssense_com_product_detail_ssrread2 credits / call

    Returns product details including name, brand, price, availability, and images.

    designer_slug
    string · required
    product_slug
    string · required
    product_id
    string · required
  • Product Inventory Availability

    act_ssense_com_product_inventory_availabilityread1 credit / call

    Returns per-size stock availability for a product SKU.

    sku
    string · required
  • Product Listing

    act_ssense_com_product_listing_ssrread2 credits / call

    Returns products in a category with titles, brands, and prices.

    category_slug
    string · required
    color
    string
    sort_order
    string
  • Product Size Chart

    act_ssense_com_product_size_chartread1 credit / call

    Returns size guide measurements and size-system conversions for a product.

    product_id
    string · required
  • Related Products

    act_ssense_com_related_productsread1 credit / call

    Returns related and styled-with products with brands and prices.

    product_id
    string · required
    sale
    string
  • Search Autocomplete

    act_ssense_com_search_autocompleteread2 credits / call

    Returns typeahead search suggestions with matching brands and categories.

    search_query
    string · required
    locale
    string
    country
    string
    gender
    string

Ssense API questions

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