Reach tyre buyers at the moment of decision

Independent tyre test aggregation across 15+ European markets. Put your shop, your prices and your product pages in front of buyers while they compare.

Price comparison traffic

List your shop offers in our price comparison and pay only for real clicks. Upload a feed, set your budget, watch the orders come in.

  • Add your shop to our price comparison system
  • Book exclusive full website branding opportunities
  • Track performance with detailed analytics
Start advertising

Partner Data API

Enrich your own product pages with our independent tyre ratings, EU labels and test history. One EAN in, structured JSON out, in 15+ languages.

  • EAN-first lookups, batch sync for whole catalogs
  • Test history from ADAC, AutoBild, TCS and more
  • Free tier available, no credit card required
See plans and docs

Partner Data API

Plans differ in the depth of data, not in request volume. All plans include 50,000 units per day and batch lookups.

Free
€0
  • Tyre basics: brand, model, type, segment
  • EU label per size: wet grip, fuel, noise
  • Full test history list with links (who tested it and when)
  • No ratings, no test positions
Most popular
Standard
€49 / 30 days
  • Everything in Free
  • Overall rating (0-100) for every tyre
  • Localized editorial summary
  • Localized strengths and weaknesses
Premium
€149 / 30 days
  • Everything in Standard
  • Per-discipline scores: wet, dry, snow, comfort, noise...
  • Test positions (how the tyre ranked in each test)
One EAN in, structured data out
curl -H "Authorization: Bearer tl_live_..." \
  "https://thetyrelab.com/api/partner/v1/tyres/by-ean/?ean=4019238079012"
{
  "model": {
    "name": "Continental PremiumContact 7",
    "type": "summer", "segment": "premium",
    "tests_count": 30,
    "tests": [
      {"organization": "ADAC", "year": 2025, ...}
    ]
  },
  "size": {"width": 285, "profile": 40, "rim": 21,
           "eu_label": {"wet": "A", "fuel": "C"}}
}

How to get access

  1. 1Create an advertiser account below (free)
  2. 2Generate your free API key instantly in the dashboard under Data API.
  3. 3Sync your catalog by EAN and render the data with the included attribution link.