What problem does it solve?
Manually copying product data from eBay search results or category pages is slow and error-prone, especially across multiple pages. This Skill automates the extraction of structured item card data from any eBay search or category URL, across all regional eBay domains.
Core Features & Use Cases
- Item Card Extraction: Captures per-item fields including itemNumber, url, title, price, currency, wasPrice, bids, shipping, seller, seller feedback, ratings, and image URLs.
- Pagination Handling: Returns currentPage, nextPageUrl, hasNextPage, and totalResultsApprox so callers can loop through pages until an item cap or the last page is reached.
- Multi-Locale Support: Works across all eBay regional TLDs (com, co.uk, de, fr, and more) with locale-aware text and currency parsing.
- Use Case: A reseller wants to monitor competitor pricing for a product keyword. Provide the eBay search URL, and the Skill returns structured JSON of every listing card, page by page, ready for price comparison analysis.
Quick Start
Extract all product listings from this eBay search URL and continue through the pages until you have 200 items.