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.5 KB · 88 lines json
Raw Blame History
1{2  "id": "ma-shops",3  "displayName": "MA-Shops (European coin, banknote & militaria dealer network)",4  "sourceId": "ma-shops",5  "sourceName": "MA-Shops",6  "sourceType": "marketplace",7  "sourceUrl": "https://www.ma-shops.com",8  "module": "api/ma-shops",9  "enginePriority": [10    "api",11    "firecrawl"12  ],13  "categories": [14    "coins",15    "banknotes",16    "medals",17    "militaria"18  ],19  "regions": [20    "DE",21    "EU"22  ],23  "languages": [24    "en",25    "de"26  ],27  "currency": [28    "EUR",29    "USD",30    "CAD"31  ],32  "supportsListings": true,33  "supportsSold": false,34  "supportsAuctions": false,35  "supportsImages": true,36  "supportsCatalog": false,37  "supportsPopulation": false,38  "supportsLookup": false,39  "refreshFrequencyMinutes": 1440,40  "priority": "low",41  "trustScore": 0.75,42  "attributionRequired": true,43  "termsUrl": "https://www.ma-shops.com/shops/help.php?id=1",44  "accessNotes": "Public search gallery pages (ma-shops.com/search.php?keywords=…, 45 items per page; category landing pages only show a handful of featured items) fetched over plain HTTPS with the RareIndex user agent; robots.txt is fully permissive. Each gallery cell gives the dealer's item URL, title, price with the displayed currency (the site picks a currency per visitor — CAN$, US$ or EUR — which is parsed and stored as-is), the dealer name and the primary image. Emits dealer asks (fixed-price listings). Militaria items carry the taxonomy compliance flags (jurisdiction_check, restricted_symbols_review) and are presented neutrally.",45  "enabled": true,46  "schemaVersion": "1.0",47  "config": {48    "seeds": [49      {50        "path": "/search.php?keywords=denarius",51        "categorySlug": "coins",52        "label": "Roman denarius"53      },54      {55        "path": "/search.php?keywords=thaler",56        "categorySlug": "coins",57        "label": "Thaler"58      },59      {60        "path": "/search.php?keywords=tetradrachm",61        "categorySlug": "coins",62        "label": "Greek tetradrachm"63      },64      {65        "path": "/search.php?keywords=20+mark+gold",66        "categorySlug": "coins",67        "label": "German 20 Mark gold"68      },69      {70        "path": "/search.php?keywords=sovereign",71        "categorySlug": "coins",72        "label": "Sovereign"73      },74      {75        "path": "/search.php?keywords=banknote",76        "categorySlug": "banknotes",77        "label": "Banknotes"78      },79      {80        "path": "/search.php?keywords=medaille",81        "categorySlug": "medals",82        "label": "Medals"83      }84    ],85    "pagesPerSeed": 186  }87}88