ebay-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# eBay research
Search eBay, pull item details, and vet sellers — all as normalized JSON
from the Crawlora API, with no HTML scraping.
## When to use this skill
- "What does X cost on eBay?" or "find listings for X on eBay."
- "Get the details for this eBay item" (price, condition, specs).
- "Is this eBay seller trustworthy?" / "pull a seller's feedback and ratings."
- "What's in this eBay seller's shop / store?"
- Competitive pricing or listing research scoped to eBay.
## Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills).
- Set `CRAWLORA_API_KEY` in the environment before running the helper.
- The helper reads `CRAWLORA_API_KEY` from the environment and sends requests to `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`.
## How it works
1. **Search** — `POST /ebay/search` with a flat JSON body containing `keyword` to find candidate listings by keyword.
2. **Item detail** — `GET /ebay/item/{item_id}` for a specific listing's
price, condition, and specs.
3. **Seller profile** — `GET /ebay/seller/{seller}` for the seller's
headline profile, and `GET /ebay/seller/{seller}/about` for stats,
top-rated status, and store categories.
4. **Seller feedback** — `GET /ebay/seller/{seller}/feedback` (paginate
with `page`/`per_page`) for the feedback summary, detailed ratings,
and recent review cards.
5. **Seller shop