SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
770 B · 8 lines markdown
Rendered Raw Blame History
1# yahoo-shopping-jp — Yahoo! Shopping itemSearch V3 (gated)23Official Yahoo! JAPAN Web API. **Requires `YAHOO_JP_APP_ID`** (free Client ID). Until it exists the framework reports the connector DISABLED.45- Request: `shopping.yahooapis.jp/ShoppingWebService/V3/itemSearch?appid=…&query=<kw>&results=50&start=<n>&image_size=600[&condition=used|new]`; `start + results ≤ 1000` (≤ 20 pages per seed); 1 query/s (429 beyond); app id redacted from stored URLs.6- Output: JPY `listing` per hit — code, name, url, price, new/used condition, stock flag, **JAN code → `identifiers.jan` / `ean`**, brand, store (seller), genre category, release date, image.7- Fixture `docs-sample-nike.json` is the documentation's own sample response (query=nike), not a live capture.8