Independent tyre test aggregation across 15+ European markets. Put your shop, your prices and your product pages in front of buyers while they compare.
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.
Enrich your own product pages with our independent tyre ratings, EU labels and test history. One EAN in, structured JSON out, in 15+ languages.
Plans differ in the depth of data, not in request volume. All plans include 50,000 units per day and batch lookups.
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"}}
}