ViaMichelin Scraper — Routes, Tolls & Fuel
Pricing
from $1.00 / 1,000 routes
ViaMichelin Scraper — Routes, Tolls & Fuel
Route alternatives between any two places with distance, drive time, toll-gate costs, vignettes, fuel cost, CO2 and turn-by-turn roadsheet. Uses ViaMichelin route engine for France and Europe. Motorcycle tolls and Swiss vignettes included.
Pricing
from $1.00 / 1,000 routes
Rating
0.0
(0)
Developer
reventadata
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Unofficial. This Actor is not affiliated with, authorised by, endorsed by, or in any way officially connected to ViaMichelin or the Michelin group. "ViaMichelin" is a trademark of its respective owner and is used here only to describe what this tool reads.
Route alternatives between any two places with distance, drive time, per-gate toll costs, vignettes, fuel cost, CO₂ and optional turn-by-turn steps — the full trip-cost picture for France and Europe in one call.
Input
| Field | What it does |
|---|---|
routes | "Paris -> Lyon", or "Paris -> Dijon -> Lyon" with via-stops. Objects {origin, destination, waypoints[]} work too. "48.85,2.35" literals skip georesolve. |
mode | CAR, MOTORCYCLE (reduced tolls), BIKE, WALK. |
constraint | NONE, NO_TOLL, NO_MOTORWAY, NO_VIGNETTE, NO_FERRY, NO_BORDER_CROSSING, NO_LOW_EMISSION_ZONE. |
currency | Cost currency, e.g. eur, chf, gbp. |
fuelPrice | Optional €/L override. Omit for ViaMichelin's pump price. |
includeRoadsheet | Turn-by-turn steps per alternative (extra requests, off by default). |
maxItems | Row cap. |
No departure-time scheduling: the engine prices live traffic only.
Output
One row per route alternative:
{"origin": "Paris","destination": "Lyon","mode": "CAR","routeLabel": "A6","routeTypes": ["SHORTEST", "QUICKEST", "ECOLOGICAL"],"distanceKm": 463,"durationMin": 283.6,"tollCost": 41.3,"fuelCost": 59.56,"vignetteCost": 0,"totalCost": 100.86,"currency": "EUR","tollGates": [{"name": "Villefranche-Limas", "amount": 41.3, "currency": "EUR"}],"co2kg": 66,"url": "https://www.viamichelin.fr/itineraires/resultats?from=Paris&to=Lyon&travelMode=CAR&tripConstraint=NONE"}
(Sample from a real Paris → Lyon run, 2026-09-22.)
FAQ
Does it cover vignettes (Switzerland, Austria)? Yes — e.g. Lyon → Geneva returns the €44.50 "Vignette suisse" with its validity rule.
Motorcycle tolls? Yes, the engine discounts them (Paris → Lyon €24.80 vs €41.30 by car, measured).
Electric vehicles? Yes — set vehicle to e.g. Tesla Model 3 with
initialCharge; rows carry kWh, charge cost and recharge stops. The energy
price input doubles as EUR/kWh for electrics.
How fresh are toll prices? Unknown to this Actor: costs are the engine's
live answers at run time, and the measured responses expose no tariff-version
field. scrapedAt records when each row was priced.