Ebay: Search Listings
Ebay via Parse · marketplace
Search for eBay listings with filters for category, seller, sold/completed status, and sorting. Returns paginated results with item titles, prices, conditions, and item IDs. Each page returns up to ~60 results from eBay's search results page. Scraper for eBay marketplace data including search listings, item details, seller profiles, feedback, categories, and search suggestions. Fulfilled by Parse from ebay.com.
- ebay
- ebay-com
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/caa8e1ad-f5a8-41c1-9bd2-54a8e19b6c35/search_listings
- Interface artifact
- sha256:d7ab799f85f483d65b6c59c3b422c141ffe24acd767ccda8c736aecd1563b220
- Manifest digest
- sha256:43fb40b4ecb856d7880a27c5d834a5cd8f1b18c6f0ce0c57352b1bcfe82d26c8
Request fields
- page (integer): Page number for pagination.
- sold (boolean): Filter to sold items only.
- sort (string): Sort order code.
- query (string): Search keyword. At least one of query, seller, or category_id should be provided.
- graded (boolean): Filter to graded items only. Appends Graded=Yes to the search, useful for Collectible Card Games (category 2536) and related categories.
- seller (string): Seller username to filter results to a specific seller's listings.
- complete (boolean): Filter to completed listings only.
- category_id (string): eBay category ID to filter by (numeric string).
Example queries
- {"sold":"False","query":"iphone 15","graded":"False","complete":"False"}