ebay_find_completed_items
Search eBay sold/completed listings to research market prices before listing or repricing.
Instructions
Search eBay sold/completed listings for pricing research (sold comps). Uses the Finding API findCompletedItems operation with app credentials (SECURITY-APPNAME / EBAY_CLIENT_ID). Returns cleaned sold items: itemId, title, price, shippingCost, soldDate, condition, and listingUrl. Useful for market price research before listing or repricing. App credentials are sufficient for this public search data when OAuth is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daysBack | No | Only include items that ended within this many days (1–90). | |
| keywords | Yes | Search keywords for sold/completed listings (e.g. "iphone 14 pro 256") | |
| maxResults | No | Maximum sold items to return (1–100). Defaults to 20. |