inputobject · requiredProvider-specific public source, URL or search criteria.
Loading tools…
eBay
Search active public eBay US listings with price, condition, seller and auction metadata.
Search one keyword on ebay.com and return at most 100 normalized active listings. Filters are limited to the supplier's reliable US condition, listing type, integer-dollar price and sort controls. This route does not retrieve individual product pages, sold or completed listings, bids, purchases, account data or other eBay marketplaces.
Agents select this operation with tool ID ebay.product-search, then check its current inputs and price before a run.
inputobject · requiredProvider-specific public source, URL or search criteria.
maxItemsinteger · optionalMaximum number of records to return.
minimum: 1 · maximum: 100
marketplacestringReturned marketplace value.
product_countnumberReturned product count value.
productsarrayReturned products value.
retrieved_atstringReturned retrieved at value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.
{
"tool_id": "ebay.product-search",
"input": {
"input": {
"query": "wireless headphones",
"condition": [
"new"
],
"listingType": "buy_it_now",
"marketplace": "EBAY_US"
},
"maxItems": 1
}
}{
"products": [
{
"url": "https://www.ebay.com/itm/286393092388",
"price": {
"amount": "49.99",
"currency": "USD"
},
"title": "Wireless headphones",
"images": [],
"seller": {
"name": "example-seller",
"feedback_count": "1.2K",
"feedback_percent": "99.8%"
},
"source": "ebay",
"status": "active",
"item_id": "286393092388",
"condition": "New",
"marketplace": "EBAY_US",
"listing_type": "Buy It Now",
"retrieved_at": "2026-08-21T00:00:00.000Z"
}
],
"marketplace": "EBAY_US",
"retrieved_at": "2026-08-21T00:00:00.000Z",
"product_count": 1
}invalid_input: eBay search accepts one query and only the bounded US marketplace filters shown in the schema.example: {"input":{"query":"wireless headphones","marketplace":"EBAY_US","condition":["new"],"listingType":"buy_it_now"},"maxItems":10}upstream_error: eBay or the search supplier did not return usable active listing rows.Retry with a narrower query or fewer filters. No eBay login or seller action is supported.