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

FieldTypeDescription
slugstringURL-safe supplier identifier
namestringDisplay name
websitestringCanonical supplier URL
countrystring | nullPrimary country/HQ (readable)
rankinteger1-based rank in the current leaderboard
score_overallinteger 0–100Weighted overall score
scoresobjectPer-dimension 0–100 scores: pricingTransparency, businessTransparency, shippingClarity, reviewScore, productRange, access, support, integration
rubric_versionstringRubric version applied — current: 1.0
signals_summaryobjectFlattened "at-a-glance" signals: publicly_listed, free_plan, ticker, isin, ships_from[], catalog_size_estimate, platform_integration_count
sourcesstring[]Public URLs we cited to derive the score
profile_urlstringHuman-readable supplier profile page
signals_urlstringPer-supplier raw signals page (with evidence links)
json_apistringMachine endpoint returning the same supplier as JSON
data_versionstringISO-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

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%