Skip to content
All sites
Data API

Depop Data API

Listings, shops and search from the Depop resale marketplace.

5endpointsRate Limit · Cloudflare handled for you
depop.comGET/depop/marketsGET/depop/product…GET/depop/search{ } JSON

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 us
country

Pagination

Page through results with cursor, page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/depop/marketsList MarketsReference1 credit / run
/v1/data/depop/products/{slug}Get ProductCatalog1 credit / run
/v1/data/depop/searchSearch ItemsCatalog1 credit / run
/v1/data/depop/users/{username}Get UserUsers1 credit / run
/v1/data/depop/users/{username}/productsUser ProductsUsers1 credit / run