depop.com API: search_products
depop.com via Parse · marketplace
Search for products on Depop with various filters. Returns paginated results with product summaries including pricing, images, sizes, and status. When max_results is provided, the scraper paginates internally (looping through cursor-based pages) and returns a single flat list of up to that many products; otherwise use the cursor from the response to paginate manually. Comprehensive API for Depop.com providing access to product search, details, seller profiles, listings, likes, reviews, trending items, similar products, and the full category hierarchy. Supports advanced filtering and pagination. Fulfilled by Parse from depop.com.
- depop-com
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8cd92db4-e548-4ff6-96bd-a5c4ff66bb71/search_products
- Interface artifact
- sha256:e2898e182ff4cdefa3c94a3901031aa0330eda29de944db4b25b0e96311f7c3f
- Manifest digest
- sha256:1d47e51536768bc973befba3cfe039be897b4116b92c19d985b83c20bbe5d8fa
Request fields
- sort (string): Sort order. Accepted values: relevance, priceAsc, priceDesc, newlyListed.: Allowed values: priceAsc, relevance, priceDesc, newlyListed
- brand (string): Brand ID or name to filter by.
- limit (integer): Number of items to return per page (used as page size when max_results is set).: Allowed values: 5, 12, 24
- query (string): Search keyword.
- sizes (string): Comma-separated size IDs to filter by.
- colors (string): Comma-separated color names to filter by.
- cursor (string): Pagination cursor from previous response's cursor field.
- on_sale (boolean): If true, only return discounted items.: Allowed values: false, true
- category (string): Category slug (e.g. 'mens-accessories-belts'). Values from get_category_tree.
- condition (string): Condition ID to filter by.
- price_max (number): Maximum price in USD.
- price_min (number): Minimum price in USD.
- max_results (integer): When provided, paginates internally and returns a single flat list of up to this many products. All other filters still apply. Omitting returns a single page controlled by limit/cursor.
Example queries
- {"sort":"priceAsc","limit":"5","query":"nike shoes","on_sale":"false"}