fetch-listing

Installation
SKILL.md

Fetch AliExpress Listing

Parse a single AliExpress listing into a structured JSON file plus a one-screen summary, with Israel-aware landed-cost calculation.

When to use

  • User has a specific AliExpress URL or product ID and wants the price/shipping/ratings broken out
  • Downstream of search-aliexpress — once a candidate is shortlisted, fetch its full data
  • Landed-cost comparison against local Israeli retailers (compare-to-local)

For searching (no specific URL yet), use search-aliexpress instead.

Inputs

  • id_or_url (required) — product ID (e.g. 1005007520167230) or full URL (https://www.aliexpress.com/item/...html)
  • --locale (optional, default en-US) — en-US (English/USD) or he-IL (Hebrew/ILS, set via documented cookies)
  • --out-dir (optional, default ./outputs) — where to write the JSON dump

Setup (one-time per environment)

Installs
1
GitHub Stars
3
First Seen
10 days ago
fetch-listing — danielrosehill/claude-israel-shopping-plugin