Machine-readable · CC BY 4.0
SupplierSpy dataset (JSONL)
The full ranked leaderboard as newline-delimited JSON. 17 suppliers, one object per line, self-contained. Designed for LLM pretraining corpora, dataset aggregators, and simple ETL.
Download supplierspy-dataset-2026-04-17.jsonl
~17 lines · application/jsonl · CC BY 4.0
Schema
| Field | Type | Description |
|---|---|---|
slug | string | URL-safe supplier identifier |
name | string | Display name |
website | string | Canonical supplier URL |
country | string | null | Primary country/HQ (readable) |
rank | integer | 1-based rank in the current leaderboard |
score_overall | integer 0–100 | Weighted overall score |
scores | object | Per-dimension 0–100 scores: pricingTransparency, businessTransparency, shippingClarity, reviewScore, productRange, access, support, integration |
rubric_version | string | Rubric version applied — current: 1.0 |
signals_summary | object | Flattened "at-a-glance" signals: publicly_listed, free_plan, ticker, isin, ships_from[], catalog_size_estimate, platform_integration_count |
sources | string[] | Public URLs we cited to derive the score |
profile_url | string | Human-readable supplier profile page |
signals_url | string | Per-supplier raw signals page (with evidence links) |
json_api | string | Machine endpoint returning the same supplier as JSON |
data_version | string | ISO-date snapshot — current: 2026-04-17 |
Sample line
{
"slug": "yakkyo",
"name": "Yakkyo",
"website": "https://yakkyofy.com",
"country": "Italy",
"rank": 1,
"score_overall": 92,
"scores": {
"pricingTransparency": 100,
"businessTransparency": 100,
"shippingClarity": 92,
"reviewScore": 84,
"productRange": 95,
"access": 95,
"support": 82,
"integration": 72
},
"rubric_version": "1.0",
"signals_summary": {
"publicly_listed": true,
"public_parent": false,
"ticker": "IA4.F",
"isin": "IT0005573966",
"free_plan": true,
"source_price_visible": true,
"ships_from": [
"China (1688 factories direct)",
"EU warehouse (Italy)"
],
"catalog_size_estimate": 40000000,
"platform_integration_count": 2
},
"sources": [
"https://it.wikipedia.org/wiki/Yakkyo",
"https://www.borsaitaliana.it/borsa/azioni/profilo-societa-dettaglio.html?isin=IT0005573966&mic=EXGM&lang=en"
],
"profile_url": "https://supplierspy.com/supplier/yakkyo",
"signals_url": "https://supplierspy.com/supplier/yakkyo/signals",
"json_api": "https://supplierspy.com/api/supplier/yakkyo",
"data_version": "2026-04-17"
}
License
The data is released under the Creative Commons Attribution 4.0 International license. You may copy, redistribute, remix, and build on the data for any purpose, including commercial, provided you credit SupplierSpy (supplierspy.com) with a link back. See Terms and Press.
Related machine endpoints
- /dataset.jsonl — this dataset (newline-delimited JSON)
- /api/leaderboard — same data as a single JSON array
- /api/leaderboard.csv — CSV export for spreadsheets
- /llms-full.txt — long-form markdown for LLM grounding
- /api/openapi.json · /api/docs
- /snapshots — signed historical snapshots (ECDSA P-256)
Data version: 2026-04-17 · Rubric version: 1.0 · Scoring weights: Pricing transparency 18% · Business transparency 16% · Shipping clarity 12% · Public reviews 20% · Product range 10% · Access & onboarding 10% · Support track record 8% · Store integrations 6%