ebay_search
Search eBay and retrieve parsed listing data including price, condition, seller, and item URL. Filter results by condition, buying format, seller, and sort order for market research and auction monitoring.
Instructions
Retrieve parsed eBay search results for a query.
Returns structured listing results — title, price, condition, seller, bids,
shipping, item ID, URL — for a keyword search on eBay, with pagination and
filtering by condition, buying format, seller, and sort order.
When to use:
- Discovering listings and their item IDs for a search term
- Price/market research, auction monitoring, seller analysis
When NOT to use:
- You already have an item ID (use 'ebay_product')
Args:
params (EbaySearchParams): query (required) plus optional page,
items_per_page, seller_id, condition, buying_format, show_only,
sort_by, tld, country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured search results.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |