Skip to content
capzy
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
Example (captured live)
depop.com
Example
JSON responseclick the page to trace a field
{
"search_information": {
"location": {
"market": "us",
"country": "US"
},
"seller": "depop",
"total_results": 0
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/depop/users/{username}/products1 credit / run Verified

User Products

Items listed by a seller.

Handled for you:Rate LimitCloudflare
Parameters
NameTypeReqDescription
usernamestringyesDepop username.
Advanced filters
marketstringnoMarket code. (default: us)
cursorstringnoPagination cursor.
sort_bystringnoSort order for the seller's items.
price_minnumbernoOnly items priced at or above this amount.
price_maxnumbernoOnly items priced at or below this amount.
on_salebooleannoKeep only items that are reduced or on sale. (default: false)
conditionstringnoFilter by item condition.
brandstringnoFilter to one or more brands. Comma separate multiple brands.
sizestringnoFilter to one or more sizes. Comma separate multiple sizes.
colourstringnoFilter to one or more colours. Comma separate multiple colours.
categorystringnoFilter to a product category.
pageintegernoPage number. The seller grid is cursor-paginated, so prefer the cursor param. (default: 1)
per_pageintegernoRequested items per page.