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%
1.8 KB · 41 lines json
Raw Blame History
1{2  "id": "hobbysearch",3  "displayName": "HobbySearch 1999.co.jp (Gunpla & model kits, JPY)",4  "sourceId": "hobbysearch",5  "sourceName": "HobbySearch",6  "sourceType": "dealer",7  "sourceUrl": "https://www.1999.co.jp",8  "module": "firecrawl/hobbysearch",9  "enginePriority": ["firecrawl", "scrapfly"],10  "categories": ["gundam", "action_figures", "model_cars"],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": 1440,22  "priority": "low",23  "trustScore": 0.8,24  "attributionRequired": true,25  "termsUrl": "https://www.1999.co.jp/eng/guide/",26  "accessNotes": "Public English search/list pages (1999.co.jp/eng/search?...; robots.txt allows all for generic agents) and item pages. Direct HTTPS returns 403 to non-browser clients, so pages go through Firecrawl (1 credit per page of 60 items). Parsed per card: HobbySearch item id, title, street price and list price (JPY), discount, stock state (In Stock / Sold Out / Pre-Order / Back-order), image. Emits catalog items (list price = manufacturer MSRP) and the retailer's fixed-price listing. Gundam categorisation is keyword-based on the seed + title; other kits fall back to the seed's category.",27  "enabled": true,28  "schemaVersion": "1.0",29  "config": {30    "seeds": [31      { "key": "Gundam MG", "categorySlug": "gundam" },32      { "key": "Gundam RG", "categorySlug": "gundam" },33      { "key": "Gundam PG", "categorySlug": "gundam" },34      { "key": "HGUC", "categorySlug": "gundam" },35      { "key": "Nendoroid", "categorySlug": "action_figures" },36      { "key": "figma", "categorySlug": "action_figures" }37    ],38    "pagesPerSeed": 139  }40}41