ebay_search
Search eBay listings using the Browse API with filters for price, category, sort order, and marketplace.
Instructions
Search eBay listings via the Browse API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | eBay application Client ID | |
| client_secret | Yes | eBay application Client Secret | |
| q | Yes | Search query | |
| limit | No | Results per page (max 200, default 20) | |
| offset | No | ||
| filter | No | eBay filter string (e.g. price:[10..50]) | |
| sort | No | Sort order (e.g. price, -price, newlyListed) | |
| category_ids | No | Comma-separated category IDs | |
| marketplace | No | Marketplace ID (default: EBAY_US) |