Skip to main content

Path Parameters

username
string
required
The seller’s Depop username, e.g. seller123. Take it from the seller_username field of any item card or product detail.

Query Parameters

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

Response

username
string
The seller’s username (nullable).
name
string
Display name (nullable).
description
string
Shop bio / description (nullable).
rating_value
number
Average seller rating, e.g. 4.8 (nullable).
rating_count
integer
Number of ratings the seller has received (nullable).
follower_count
integer
Number of followers (nullable).
url
string
Full URL to the shop profile (nullable).

Example Response

{
  "username": "seller123",
  "name": "Vintage Finds",
  "description": "Curated vintage streetwear. Ships worldwide. UK based.",
  "rating_value": 4.8,
  "rating_count": 312,
  "follower_count": 5400,
  "url": "https://www.depop.com/seller123/"
}
Each user-profile request costs 10 credits. Failed requests are not charged.