TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1{2 "id": "rakuten-ichiba",3 "displayName": "Rakuten Ichiba (Item Search API — shop listings)",4 "sourceId": "rakuten-ichiba",5 "sourceName": "Rakuten Ichiba (楽天市場)",6 "sourceType": "marketplace",7 "sourceUrl": "https://www.rakuten.co.jp",8 "module": "api/rakuten-ichiba",9 "enginePriority": ["api"],10 "categories": ["pokemon", "yugioh", "one_piece_card_game", "trading_cards", "rolex", "omega", "other_watches", "nike_jordan", "sneakers", "gundam", "action_figures", "nintendo_games", "lego_sets"],11 "regions": ["JP"],12 "country": "JP",13 "languages": ["ja"],14 "currency": ["JPY"],15 "supportsListings": true,16 "supportsSold": false,17 "supportsAuctions": false,18 "supportsImages": true,19 "supportsCatalog": false,20 "supportsPopulation": false,21 "supportsLookup": false,22 "refreshFrequencyMinutes": 360,23 "priority": "medium",24 "trustScore": 0.7,25 "attributionRequired": true,26 "termsUrl": "https://webservice.rakuten.co.jp/guide/terms",27 "acquisitionMethod": "official API (Rakuten Web Service — Ichiba Item Search)",28 "historicalDepth": "none",29 "requires": ["RAKUTEN_APP_ID"],30 "accessNotes": "GATED — official Rakuten Web Service Ichiba Item Search API. Needs a free application id (RAKUTEN_APP_ID); applications created after the 2026-07-01 API version also need an access key (RAKUTEN_ACCESS_KEY, optional here: when present the 20260701 endpoint on openapi.rakuten.co.jp is used, otherwise the legacy 20220601 endpoint on app.rakuten.co.jp). Requests: keyword search per config seed, `hits=30`, `sort=-updateTimestamp`, `formatVersion=2`, `imageFlag=1`, paginated with `page` (≤ 100 pages per the API). Stored fields: item code, name, JPY price, url, caption, images, shop name/code, genre id, availability, sale window, review stats. Asking prices are listings (never sales); C2C/auction items are excluded by Rakuten itself. Credentials are redacted from stored URLs. The documented limit is 1 request/second per application id (1.1 s between requests, concurrency 1); Rakuten's terms require attribution ('Supported by Rakuten Developers') — `attributionRequired: true`. Without the key the framework reports the connector DISABLED; fixtures are built from the documented response format (see fixture note).",31 "enabled": true,32 "schemaVersion": "1.0",33 "config": {34 "seeds": [35 { "q": "ポケモンカード PSA10", "category": "pokemon", "language": "Japanese" },36 { "q": "遊戯王 PSA10", "category": "yugioh", "language": "Japanese" },37 { "q": "ワンピースカード PSA10", "category": "one_piece_card_game", "language": "Japanese" },38 { "q": "ロレックス 中古 腕時計", "category": "rolex", "language": null },39 { "q": "オメガ スピードマスター 中古", "category": "omega", "language": null },40 { "q": "グランドセイコー 中古", "category": "other_watches", "language": null },41 { "q": "エアジョーダン1 スニーカー", "category": "nike_jordan", "language": null },42 { "q": "ガンプラ MG", "category": "gundam", "language": null },43 { "q": "レゴ 廃盤", "category": "lego_sets", "language": null }44 ],45 "pagesPerSeed": 2,46 "sort": "-updateTimestamp",47 "legacyEndpoint": false,48 "defaultCategory": "trading_cards"49 }50}51