SSENSE API Scraper avatar

SSENSE API Scraper

Pricing

from $1.00 / 1,000 product listing rows

Go to Apify Store
SSENSE API Scraper

SSENSE API Scraper

Search and browse luxury fashion products from SSENSE via its private GraphQL API. Extract product listings with brand, price, images and category data.

Pricing

from $1.00 / 1,000 product listing rows

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

Categories

Share

SSENSE Scraper — Luxury Fashion Product & Price Data API

Scrape SSENSE.com product listings, brands, prices, and images at scale. This Apify Actor extracts structured luxury fashion data from SSENSE — the leading online retailer for designer clothing, shoes, bags, and accessories — by searching keywords or browsing any category, for men, women, or everything else.

No browser automation, no HTML parsing, no CAPTCHAs. The scraper talks directly to SSENSE's product API and returns clean JSON you can export to Excel, CSV, JSON, or feed straight into your database, price-monitoring tool, or dashboard.


What you can do with it

  • Competitor & price monitoring — track designer prices, sale/markdown activity, and new arrivals across brands.
  • Product & catalog research — build a dataset of luxury fashion products by category (bags, sneakers, dresses, jackets, jewelry, and more).
  • Brand analysis — pull every product for a brand and compare pricing, assortment, and discounting.
  • E-commerce & resale sourcing — find products, images, and price points for reselling, dropshipping, or market research.
  • Machine learning & trend data — collect fashion product images and metadata for training or trend forecasting.

Why this scraper

  • Fast — queries the SSENSE product API directly instead of rendering pages.
  • 🎯 Accurate — structured fields (brand, category, regular & sale price, images, product URL) straight from source.
  • 🔁 Reliable pagination — cross-page deduplication and end-of-results detection, so you get the full catalog without duplicates.
  • 🌍 Locale aware — set language/country locale (default en-US).
  • 🛡️ Proxy ready — routes through Apify Proxy by default to avoid blocks.
  • 💸 Pay per result — pay-per-event pricing: you're charged per product row extracted, nothing wasted.

Input

FieldTypeDescription
qstringSearch keyword (e.g. shirt, jeans, loafers). Optional.
genderselectmen, women, or everything-else. Default women.
categoryselectBrowse a specific SSENSE category (Clothing, Bags, Sneakers, Dresses, Jewelry, and dozens more). Optional.
maxItemsintegerMax products to extract. 0 = unlimited (up to the per-search cap). Default 100.
localestringLanguage/country locale. Default en-US.
proxyConfigurationobjectProxy settings. Apify Proxy on by default.

Example input

{
"q": "sneakers",
"gender": "men",
"maxItems": 200,
"locale": "en-US"
}

Note: SSENSE limits each search or category browse to 1,000 results — the maximum any single run can return. To collect more, split your scraping into multiple narrower searches or categories (e.g. by keyword, brand, or subcategory).

Or browse a whole category instead of searching:

{
"gender": "women",
"category": "women:4",
"maxItems": 0
}

Output

Each product is one dataset row:

{
"id": 14567890,
"name": "Black Leather Ankle Boots",
"brandName": "Bottega Veneta",
"brandId": 123,
"categoryName": "Boots",
"categoryId": 116,
"gender": "women",
"priceRegular": 1350,
"priceSale": 945,
"images": [
"https://img.ssensemedia.com/images/.../1.jpg"
],
"url": "https://www.ssense.com/en-us/women/product/..."
}
FieldDescription
idSSENSE product ID
nameProduct name
brandName / brandIdDesigner brand
categoryName / categoryIdProduct category
gendermen / women / everything-else
priceRegularRegular price
priceSaleSale price (if discounted)
imagesProduct image URLs
urlDirect link to the product page

Export in JSON, CSV, Excel, XML, or RSS from the Apify dataset, or pull it via the Apify API.


Pricing

Pay-per-event. You pay only for the data you get:

EventPricePer 1,000
Product listing row$0.001$1.00
Product detail row (when "Include product details" is on)$0.0005+$0.50

Basic listing scraping costs $1 per 1,000 products. Enable Include product details to also fetch each product's full detail-page data (description, composition, country of origin, size/stock availability) for an extra $0.50 per 1,000 products — billed only for products that are actually enriched.


How to run

  1. Open the Actor in the Apify Console.
  2. Set your search keyword and/or category, gender, and max items.
  3. Click Start.
  4. Download results or connect them to Make, Zapier, Google Drive, GitHub, and 100+ integrations.

Integrations & automation

Schedule runs, get webhooks on finish, and pipe data into your stack. Works with the Apify API, JavaScript SDK, Python SDK, and Apify integrations (Make, Zapier, Slack, Google Sheets, and more).


This Actor collects publicly available product data. You are responsible for how you use scraped data — respect SSENSE's terms, applicable laws, and copyright on images. This tool is intended for legitimate market research, price monitoring, and analytics. See Apify's ethical web scraping guide.


FAQ

Do I need SSENSE login or API keys? No. Just set your input and run.

Can I scrape a whole category? Yes — set category and maxItems: 0 for the full listing, up to the 1,000-result cap per search.

Is there a result limit? Yes. SSENSE caps each search or category browse at 1,000 results. Split large jobs into narrower searches or subcategories to get more.

Can I get every product for a brand? Search by the brand name via q, or browse the relevant category and filter results.

Which countries/currencies? Set locale (e.g. en-US) to control language and region.


Support

Found a bug or need a new field? Open an issue on the Actor page. Contributions and feature requests welcome.