eBay Search API
ebay_searchScrape eBay search listings from any eBay search URL to extract product details, prices, and links as structured JSON or raw HTML.
Instructions
Scrape eBay search listings from an eBay search URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full eBay search URL, e.g. https://www.ebay.com/sch/i.html?_nkw=laptop. | |
| html | No | Return raw HTML instead of parsed JSON. (API default: false) |