Search eBay listings
search_ebaySearch live eBay listings by keyword and/or category across 8 sites (US, GB, DE, AU, CA, FR, IT, ES), built on eBay's official Browse API. Returns id, title, price, condition, seller feedback, shipping, image, categories, and URL per listing. Returns an honest credentials_required error until the upstream deployment has EBAY_CLIENT_ID/EBAY_CLIENT_SECRET provisioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword query. Required unless `category` is given. | |
| sort | No | `price` = ascending, `-price` = descending. | |
| limit | No | Default 20. | |
| offset | No | Default 0. | |
| country | No | Default us. | |
| category | No | eBay category id(s) to constrain the search. | |
| currency | No | Default USD. | |
| priceMax | No | ||
| priceMin | No | ||
| condition | No | Condition enum(s), comma-separated (e.g. NEW,USED). | |
| freeShipping | No | ||
| buyingOptions | No | FIXED_PRICE and/or AUCTION, comma-separated. |