Tire Market Pulse — Price, Spec & EU Label Data, All Brands avatar

Tire Market Pulse — Price, Spec & EU Label Data, All Brands

Pricing

$20.00 / 1,000 tyre results

Go to Apify Store
Tire Market Pulse — Price, Spec & EU Label Data, All Brands

Tire Market Pulse — Price, Spec & EU Label Data, All Brands

Look up any tyre size across 5 sources in one run: EU spec + label registry (EPREL), 3 multi-brand retail price comparisons (Tyre-Shopper, Blackcircles, Euromaster), and industry news (Tyrepress). No login, no API key.

Pricing

$20.00 / 1,000 tyre results

Rating

0.0

(0)

Developer

0xGollum

0xGollum

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Look up any tyre size across 5 sources in one run: EU official spec + mandatory label registry (EPREL), 3 multi-brand retail price comparisons (Tyre-Shopper, Blackcircles, Euromaster) so you can compare prices across brands, models and retailers side by side, and industry news (Tyrepress). No login, no API key.

Why 3 price sources in one actor

A single retailer only shows its own stock and margin. Running Tyre-Shopper and Blackcircles (UK) alongside Euromaster (France) in the same call gives a real cross-retailer, cross-country price comparison for the exact same size — brand vs brand, model vs model — instead of one shop's price list.

Input

  • Tyre width / aspect ratio / rim diameter (required) — the 3 numbers of a tyre size, e.g. 205/55/16 for 205/55R16. Required for the 4 size-based sources (eprel, tyreshopper, blackcircles, euromaster).
  • Brands — keep only these brands (e.g. Michelin, Continental), matched case-insensitively. Applies to the 4 size-based sources.
  • News keywords — filter Tyrepress headlines by title/category (e.g. a brand name, recall, launch). Leave empty for the latest unfiltered news.
  • Sources — pick a subset of eprel, tyreshopper, blackcircles, euromaster, tyrepress, or leave empty to query all 5.
  • Max results per source, Request timeout — advanced tuning.

Output

Rows carry a record_type (label_spec, price, or news) plus the fields that make sense for it — they're not forced into one artificial shape.

Price rows (tyreshopper/blackcircles/euromaster) share a common price + currency pair so they can be sorted and compared directly across retailers and countries:

{
"record_type": "price",
"source": "euromaster",
"brand": "Michelin",
"model": "CROSSCLIMATE 3",
"size": "205/55R16",
"price": 95.9,
"currency": "EUR",
"season": "toutes saisons",
"url": "https://www.euromaster.fr/michelin/crossclimate-3/205-55-r16-91-v"
}

Spec/label rows (eprel) carry the mandatory EU tyre label alongside the spec:

{
"record_type": "label_spec",
"source": "eprel",
"brand": "Michelin",
"size": "205/55R16",
"energy_class": "B",
"wet_grip_class": "A",
"noise_class": "B",
"noise_db": 68,
"eprel_id": "123456",
"url": "https://eprel.ec.europa.eu/screen/product/tyres/123456"
}

Coverage per source

SourceWhat it coversRegion
EPRELOfficial EU spec + mandatory energy/wet-grip/noise labelEU-wide, all brands sold in the EU
Tyre-ShopperRetail price comparisonUK
BlackcirclesRetail price comparisonUK
EuromasterRetail price comparison (installer network)France
TyrepressTrade-press industry newsGlobal

Notes

  • Pricing is pay-per-result: you're charged per row returned, nothing for empty runs.
  • No manufacturer-direct-sale source is included: Michelin, Bridgestone and Goodyear have no consumer shop in France (they sell through distributor/installer networks — Euromaster above is one such network), and Pirelli's online store sells merchandise, not tyres. Checked live, not assumed.
  • EPREL's wet-grip/noise/energy label classes are the closest honest substitute for "independent test results" — no live, non-paywalled independent test source was found (TireRack blocks all requests, TyreReviews returns a bot-wall 403, Which.co.uk is a paywalled subscription service).