Depop Fashion Listings Scraper
Pricing
from $1.75 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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?
- 🔍
searchQueriesand optionalcategoryUrls(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
- Open this Actor in Apify Console.
- Click Start on the prefilled search
nike(maxItems5). - Add more queries or category URLs as needed.
- 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
| Field | Description |
|---|---|
searchQueries | Search terms (default nike) |
categoryUrls | Optional Depop category page URLs |
maxItems | Cap on listing rows |
country / currency | Marketplace locale (default gb / GBP) |
gender / groups | Optional API filters |
proxyType | none (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.
Related Actors
| Actor | Use together when… |
|---|---|
| Grailed Listings | You compare streetwear resale channels |
| Vestiaire Collective Scraper | You 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
- Run the Actor (or open a finished run).
- Open the Dataset → API / Export.
- Copy the dataset items URL (JSON or CSV).
- 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).
- 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.