All sites
Data API
Depop Data API
Listings, shops and search from the Depop resale marketplace.
5endpointsRate Limit · Cloudflare handled for you
Depop Data API
Extract listings, shops and search results from Depop as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/depop/{action}Key Features
Structured JSON
Clean, normalized records for listings, shops and search results. No HTML parsing on your side.
5 endpoints
Across 3 categories, all under one base path.
Anti-bot handled
Rate Limit, Cloudflare cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
marketdefault uscountryPagination
Page through results with cursor, page.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/depop/search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"query": "vintage jacket",
"term": "vintage jacket",
"market": "us",
"on_sale": false,
"page": 1
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/depop/marketsList Markets | Reference | 1 credit / run |
/v1/data/depop/products/{slug}Get Product | Catalog | 1 credit / run |
/v1/data/depop/searchSearch Items | Catalog | 1 credit / run |
/v1/data/depop/users/{username}Get User | Users | 1 credit / run |
/v1/data/depop/users/{username}/productsUser Products | Users | 1 credit / run |