Skip to main content

Path Parameters

string
required
The Depop item slug. You can find this in search results (slug) or extract it from a product URL (https://www.depop.com/products/{slug}/).

Query Parameters

string
default:"us"
Which market to render the item in — selects the country and currency. See /v1/depop/markets for the full list.

Response

string
Depop item id (nullable).
string
Item slug (nullable).
string
Item title (nullable).
string
Full item description (nullable).
string
Brand name (nullable).
string
Item condition, e.g. Brand new, Used - excellent (nullable).
number
Current price in the market’s currency (nullable).
string
ISO 4217 currency code (nullable).
string
Availability status, e.g. in_stock, sold (nullable).
string
Seller’s average dispatch estimate as shown on the listing, e.g. 3 days, 24 hours (nullable — not every seller has one).
string
Username of the seller (nullable).
array
Item photo URLs.
string
Full URL to the item (nullable).

Example Response

Each product-detail request costs 10 credits. Failed requests are not charged.