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%
2.0 KB · 40 lines json
Raw Blame History
1{2  "id": "amiami",3  "displayName": "AmiAmi (figures & hobby — new + pre-owned, JPY)",4  "sourceId": "amiami",5  "sourceName": "AmiAmi",6  "sourceType": "marketplace",7  "sourceUrl": "https://www.amiami.com",8  "module": "scrapfly/amiami",9  "enginePriority": ["scrapfly"],10  "categories": ["action_figures", "gundam", "plush", "designer_toys"],11  "regions": ["JP"],12  "languages": ["en", "ja"],13  "currency": ["JPY"],14  "supportsListings": true,15  "supportsSold": false,16  "supportsAuctions": false,17  "supportsImages": true,18  "supportsCatalog": true,19  "supportsPopulation": false,20  "supportsLookup": true,21  "refreshFrequencyMinutes": 720,22  "priority": "medium",23  "trustScore": 0.8,24  "attributionRequired": true,25  "termsUrl": "https://www.amiami.com/eng/guide/",26  "accessNotes": "Reads the public JSON API that AmiAmi's own storefront calls (api.amiami.com/api/v1.0/items with the storefront's X-User-Key header, no account or login). Plain requests from data-centre IPs get a Cloudflare 'Attention Required' page, so the request is routed through Scrapfly (asp, no JS, country jp; 1 credit per 50-item page). Data: item code, JAN, maker, release date, list price (tax-in), current sell price (pre-owned range min/max or new price), stock and pre-owned flags — all JPY. Emits catalog items + fixed-price listings; pre-owned condition comes from the storefront's ITEM/BOX grades when present in the title. No purchase, cart or account endpoints are touched.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": {30    "seeds": [31      { "params": "s_cate_tag=14&s_st_condition_flg=1", "categorySlug": "action_figures", "label": "Figures — pre-owned" },32      { "params": "s_cate_tag=14&s_st_condition_flg=0", "categorySlug": "action_figures", "label": "Figures — new" },33      { "params": "s_keywords=Gundam&s_st_condition_flg=1", "categorySlug": "gundam", "label": "Gundam — pre-owned" },34      { "params": "s_keywords=Nendoroid", "categorySlug": "action_figures", "label": "Nendoroid" }35    ],36    "pagesPerSeed": 2,37    "pageSize": 5038  }39}40