SSENSE Luxury Fashion Products Scraper avatar

SSENSE Luxury Fashion Products Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
SSENSE Luxury Fashion Products Scraper

SSENSE Luxury Fashion Products Scraper

Scrape SSENSE luxury fashion listings from category pages — brand, USD price, SKU, images, and URLs. Unofficial; not affiliated with SSENSE.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Bakos Bence

Bakos Bence

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

What does SSENSE Products do?

Scrape SSENSE luxury fashion product listings from public category pages — brand, USD price with currency, SKU, title, images, and product URLs. Lightweight curl_cffi (Chrome TLS) path — no browser and no login. Export JSON or CSV via Apify API, schedule, or MCP.

Unofficial. This Actor is not affiliated with, endorsed by, or maintained by SSENSE. It reads public category listing pages only.

Dashboards: connect Power BI, Tableau, Looker Studio, or Qlik to the dataset API — see Export to Power BI, Tableau, Looker Studio & Qlik near the end. AI agents: paste this Actor's Store page URL into an Apify-capable agent (MCP / Claude / Cursor with Apify), create an Apify account and API token once, and the agent can run the Actor and wire up the output.

Why use this SSENSE scraper?

  • 🛍️ Men and women clothing (and other) category paths
  • 💵 Price with USD currency from JSON-LD Product offers
  • 🖼️ Image URLs + brand / SKU / stable productId
  • 🛡️ Direct HTTP with Chrome impersonation — no Playwright

How to scrape SSENSE products

  1. Open this Actor in Apify Console.
  2. Click Start on the prefilled men clothing URL (maxItems 5).
  3. Add more startUrls or categoryPaths (e.g. en-us/women/clothing).
  4. Enable Apify Proxy if Cloudflare blocks your IP.
  5. Export the dataset or pull via API.
{
"startUrls": [
{"url": "https://www.ssense.com/en-us/men/clothing"}
],
"maxItems": 5,
"proxyType": "none"
}

How much does it cost?

Pay per event (PPE): Actor start + each product result row. On Free, results are about $2.00 / 1,000; paid plans are lower (see the Pricing tab).

Input

FieldDescription
startUrlsCategory / listing URLs (primary — competitor-compatible)
categoryPathsOptional path alias when startUrls is empty
maxItemsCap on product rows
maxPagesPagination cap per category
proxyType / proxyConfigurationOptional Apify Proxy

Sample output

{
"productId": "241234M123456",
"sku": "241234M123456",
"title": "Example Designer Jacket",
"brand": "Example Brand",
"price": 890.0,
"currency": "USD",
"url": "https://www.ssense.com/en-us/men/product/example/jacket/241234m123456",
"imageUrls": ["https://img.ssensemedia.com/..."],
"category": "en-us/men/clothing",
"scrapedAt": "2026-09-10T10:00:00+00:00",
"sourceUrl": "https://www.ssense.com/en-us/men/clothing"
}

FAQ

Is this official SSENSE software?

No. It is unofficial and not affiliated with SSENSE.

Do I need an SSENSE account?

No — public category pages only. No login or paywall bypass.

Why Chrome impersonation?

Bot user-agents (including Googlebot) often hit Cloudflare challenges on SSENSE. This Actor uses Chrome TLS fingerprints instead.

Can AI agents call this?

Yes — Actor ID bakos_bence/ssense-products via Apify API or MCP.

Something broke?

Open the Issues tab on this Actor's page.

ActorUse together when…
Grailed ListingsYou need streetwear / resale listings alongside SSENSE retail
Watchfinder ListingsYou need pre-owned luxury watches in the same fashion stack

Profile: bakos_bence on Apify.

For AI agents & LLM apps

Paste this Actor's Apify Store URL into an agent that can use Apify (MCP, Claude, Cursor, etc.). With an Apify account and API token, the agent can set input, run the Actor, and fetch the dataset.

Export to Power BI, Tableau, Looker Studio & Qlik

  1. Run the Actor (or open a finished run).
  2. Open the DatasetAPI / Export.
  3. Copy the dataset items URL (JSON or CSV).
  4. In your BI tool, add a web / API data source with that URL (and your Apify token as a header or query param if required).
  5. Refresh on a schedule that matches your catalog monitoring cadence.

Product facts are from public SSENSE pages — always verify critical pricing decisions against the live site.