Depop: Get Seller Listings
Depop via Parse · marketplace
Get active product listings for a specific seller. Returns paginated results with product summaries. When max_results is provided (up to 500), the scraper paginates internally and returns a single flat list of unique products; otherwise use the cursor from the response to paginate manually page by page. 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
- depop-com
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.04 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/get_seller_listings
- Interface artifact
- sha256:58cd573e798792a2c52662a6a887d01ca5f70630513dc38fa4c28dc8cbf6d23a
- Manifest digest
- sha256:59b8780c52034c307462b1b1d7c8a89b8da9116db001f28b1bfcadebd8b13829
Request fields
- limit (integer): Number of items to return per page (used as page size when max_results is set).: Allowed values: 5, 12, 24
- cursor (string): Pagination cursor from previous response's last_offset_id field.
- username (string, required): Seller username on Depop.
- max_results (integer): When provided (1-500), paginates internally and returns a single flat list of up to this many unique products. Omitting returns a single page controlled by limit/cursor.
Example queries
- {"limit":"24","cursor":"ODM5NzA1NjgyfDIwMjYtMDgtMjhUMTg6MjQ6MTIuMzM0MTkzWnwyNA","username":"natasha_ulery"}