ecommerce-ebay-searchlisted
Install: claude install-skill nexscope-ai/nexscope-ecommerce-skills
# eBay Product Search
This skill guides you on how to search and retrieve eBay product listing data, helping e-commerce sellers and buyers find products, compare prices, and analyze market trends across eBay''s global marketplaces.
## Core Concepts
eBay Product Search provides access to eBay''s front-end product listing data. It supports keyword-based search with rich filtering options including price range, item condition, buying format, sort order, seller location, and more. Results include product details such as title, price, shipping info, seller rating, sold quantity, and item condition.
**Marketplace logic**: The `ebayDomain` parameter controls which regional eBay site is searched. The default is `ebay.com` (US). When a user refers to a country or region, map it to the corresponding eBay domain (e.g., UK -> `ebay.co.uk`, Germany -> `ebay.de`).
**Buying format**: eBay supports multiple buying formats -- `Auction` for bid-based listings, `BIN` (Buy It Now) for fixed-price listings, and `BO` (Best Offer) for negotiable listings.
## Parameter Guide
| Parameter | Type | Required | Description | Default |
|-----------|------|----------|-------------|---------|
| keyword | string | No | Search keyword, up to 1024 characters | - |
| ebayDomain | string | No | eBay marketplace domain | ebay.com |
| page | integer | No | Page number for pagination | 1 |
| pageSize | integer | No | Results per page: 25, 50, 100, or 200 | 50 |
| orderBy | string | No | Sort order (see Sort