ebay-item-detail
Installation
SKILL.md
eBay — Item Detail Extraction
Input: an open eBay item URL (
/itm/{itemNumber}) → Output: full detail JSON with 25+ fields (title, price, wasPrice, sold, available, seller, itemLocation, brand, MPN/UPC/EAN, condition, images, itemSpecifics map, whyToBuy signals, etc.).
Language
All process output to user (progress updates, process notifications) follows the user's language.
Objective
Given a live eBay item detail page, harvest every field visible on the listing that has clear semantic value (price surface, seller card, condition, item specifics table, sold / availability counters, item location, images) and return a compact JSON object suitable for downstream storage or comparison.
Prerequisites
- Target page is already open in the browser:
https://www.ebay.{tld}/itm/{itemNumber}— the extractor validates that the current URL matches/itm/{digits}and refuses to run otherwise. - No login is required for public listings. Extraction runs against whatever the anonymous browser session sees.