Depop Fashion Listings Scraper avatar

Depop Fashion Listings Scraper

Pricing

from $1.75 / 1,000 results

Go to Apify Store
Depop Fashion Listings Scraper

Depop Fashion Listings Scraper

Scrape Depop public listings by search or category — brand, price with currency, sizes, condition, and images. Seller identity never included. Unofficial; not affiliated with Depop.

Pricing

from $1.75 / 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 Depop Listings do?

Scrape public Depop listings by search query or category URL — brand, price with currency, sizes, condition, and images. Seller identity is never included (no usernames, profiles, or seller PII).

Unofficial. This Actor is not affiliated with, endorsed by, or maintained by Depop / Depop Limited. It reads public Depop search results 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 Depop scraper?

  • 🔍 searchQueries and optional categoryUrls (gender/groups parsed from the path)
  • 💵 Price and original price with currency, sizes, condition, image URLs
  • 🚫 Seller usernames / profiles never emitted
  • 🛡️ Lightweight HTTP (curl_cffi) — no browser

How to scrape Depop listings

  1. Open this Actor in Apify Console.
  2. Click Start on the prefilled search nike (maxItems 5).
  3. Add more queries or category URLs as needed.
  4. Export the dataset or pull via API.
{
"searchQueries": ["nike"],
"maxItems": 5,
"country": "gb",
"currency": "GBP",
"proxyType": "none"
}

Depop often works without a proxy. If Cloudflare returns 403, set proxyType to apify and prefer residential proxies.

How much does it cost?

Pay per event (PPE): Actor start + each listing result row. On Free, results are about $3.49 / 1,000; paid plans are lower (see the Pricing tab). Undercuts typical Store peers at $4 / 1k.

Input

FieldDescription
searchQueriesSearch terms (default nike)
categoryUrlsOptional Depop category page URLs
maxItemsCap on listing rows
country / currencyMarketplace locale (default gb / GBP)
gender / groupsOptional API filters
proxyTypenone (default) or apify

Sample output

{
"listingId": 795984227,
"title": "Nike Air Force 1 White",
"brand": "Nike",
"price": 45.0,
"originalPrice": 45.0,
"currency": "GBP",
"sizes": ["UK 8"],
"condition": "used_excellent",
"imageUrls": ["https://media-photos.depop.com/.../P0.jpg"],
"url": "https://www.depop.com/products/example-slug/",
"category": "footwear",
"scrapedAt": "2026-09-10T10:00:00+00:00"
}

Seller usernames and profiles are never included.

FAQ

Is this official Depop software?

No. It is unofficial and not affiliated with Depop.

Do you return seller usernames?

No. Seller identity (usernames, profiles, and related PII) is never included in the dataset.

Compatible with piotrv1001/depop-listings-scraper?

Input keys searchQueries, categoryUrls, and maxItems match. Output is listing facts only — seller identity is the documented gap.

Can AI agents call this?

Yes — Actor ID bakos_bence/depop-listings via Apify API or MCP.

Something broke?

Open the Issues tab on this Actor's page.

ActorUse together when…
Grailed ListingsYou compare streetwear resale channels
Vestiaire Collective ScraperYou add designer resale rows

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 monitoring cadence.

Listing data is from public Depop search results — always verify critical buying decisions on Depop directly.