depop_item_similar
Find Depop items similar to any listing using its URL slug. Retrieve richer, paginated similar-item results up to 150 per page from Depop's own API.
Instructions
Get Depop items similar to a listing. Returns items similar to a given Depop listing, via Depop's dedicated similar-items API -- richer and paginated (up to 150 per page) compared to the small, non-paginated "similar items" carousel already included in item detail. Public data sourced from Depop's own similar-items API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Depop item URL slug, e.g. from a search result's id field | |
| after | No | Opaque pagination cursor from a previous response's next_cursor field. Omit for the first page. | |
| limit | No | Max results per page, 1-150 |