Ebay: Search Items
Ebay via Parse · marketplace
Search for items on eBay Canada with optional filters for price, category, and listing type. Returns paginated results sorted by the specified order. Each item includes basic listing info; use get_item_details for full specifications. Search items, get product details, browse deals, explore categories, and view seller profiles on eBay Canada. Fulfilled by Parse from ebay.ca.
- ebay
- ebay-ca
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/183a9583-089a-442c-a42d-77cadb3924b4/search_items
- Interface artifact
- sha256:f2513dd3702e070f07a01a6b25d8c6638e6aa5112f1ed16cb2a0c30cece74340
- Manifest digest
- sha256:19bcae10d2196d5027a4cfd8ef4729eb55a27ad9f321bc370e15a6da41a93ecf
Request fields
- page (integer): Page number for pagination.
- sort (integer): Sort order. Accepted values: 12 (best match), 15 (price low to high), 16 (price high to low).: Allowed values: 12, 15, 16
- query (string, required): Search keyword.
- max_price (string): Maximum price filter in CAD.
- min_price (string): Minimum price filter in CAD.
- buy_it_now (boolean): Filter to Buy It Now listings only.: Allowed values: true, false
- category_id (string): Category ID to filter results.
Example queries
- {"page":"1","sort":"15","query":"laptop","max_price":"500","min_price":"10","buy_it_now":"True","category_id":"177"}