ebay-sold-listings-search
Installation
SKILL.md
eBay — Sold Listings Search
Keyword + filters → paginated list of items that actually sold on eBay, with final price, sold date, condition, listing format, shipping, seller, and images.
Language
All process output to user (progress updates, process notifications) follows the user's language.
Objective
Given one or more search keywords, fetch real sold (completed) listings from a chosen eBay marketplace with a user-defined filter set (category, price range, item condition, item location, sort order, completed-listings toggle), paginate up to the desired result count per keyword, and return one structured record per confirmed sale.
Prerequisites
- Target eBay marketplace search page reachable in the browser: e.g.
https://www.ebay.com/sch/i.html?_nkw={keyword}&LH_Sold=1. No login required. - Ability to run
python,browser-act, andbash(foreval "$(python ...)").