Depop Marketplace Scraper avatar

Depop Marketplace Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Depop Marketplace Scraper

Depop Marketplace Scraper

Scrape Depop resale-fashion & streetwear listings by search query. Per-listing data: title, price, brand, size, condition, seller, likes, colours, category, location, image, and product URL. Multi-query support with optional detail enrichment.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape resale-fashion and streetwear listings from Depop by search query. Great for reselling arbitrage, price research, trend tracking, brand monitoring, and building fashion datasets.

What it does

Give it one or more search terms (e.g. nike, vintage denim, carhartt jacket) and it returns structured listing data pulled from Depop's server-rendered search results — no browser automation, fast and reliable.

Output fields

Each listing record includes:

FieldDescription
titleListing title
descriptionFull seller description
brandBrand name (e.g. Nike, Carhartt)
priceItem price
totalPriceTotal including buyer fee
originalPriceOriginal price if reduced
isReducedWhether the price was reduced
currencyCurrency code (e.g. USD)
conditionCondition (Brand new, Like new, Used - Excellent, etc.)
size / sizesListed size(s)
category / categoryPathProduct category and full path
genderTarget gender
coloursColour tags
statusListing status (e.g. STATUS_ONSALE)
likesNumber of likes
sellerSeller username
locationSeller location
countryCountry code
isBoostedWhether the listing is boosted
imageUrlPrimary product image
productUrlDirect link to the listing
productId / slugDepop product identifiers
searchQueryThe query that surfaced this listing
scrapedAtISO timestamp of scrape

Input

{
"searchQueries": ["nike", "vintage denim"],
"maxResults": 100,
"scrapeDetails": false,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
  • searchQueries — list of Depop search terms. Each query returns its first result page (~22-24 listings). Add more queries for more listings.
  • maxResults — cap on total listings across all queries. 0 = no cap.
  • scrapeDetails — also open each product page to enrich records (seller username, full size list, exact like count). Slower.
  • proxyConfiguration — Residential proxy recommended for reliability.

Notes on coverage

Depop's search UI uses infinite scroll driven by a private, authenticated pagination API that rejects all non-app clients (HTTP 403). This scraper reads the fully-populated first page of results that Depop server-renders into every search page. That gives ~22-24 listings per query. To collect more, supply multiple search queries — the results are deduplicated automatically.

Example use cases

  • Reseller arbitrage — compare Depop asking prices against other marketplaces.
  • Price research — track average prices by brand, size, and condition.
  • Trend tracking — monitor which brands/items are getting the most likes.
  • Dataset building — assemble a labeled fashion listing dataset.

Pricing

Pay-per-result: a small fee per listing returned, plus a tiny actor-start fee. You only pay for the data you get.