ebay_product
Retrieve structured details for any eBay listing by item ID, including price, condition, and seller info. Ideal for listing monitoring and data extraction.
Instructions
Retrieve parsed details for a single eBay listing by item ID.
Returns structured listing data — title, price, condition, seller info,
description, shipping, and item specifics — for one eBay item.
When to use:
- You have an eBay item ID and want its full structured details
- Listing monitoring, price/spec extraction
When NOT to use:
- You only have search keywords (use 'ebay_search' first)
Args:
params (EbayProductParams): product_id (required) plus optional tld,
country_code, and output_format.
Returns:
str: JSON (default) or CSV containing the structured listing data.
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 |