TollGuru API
tollguru.com
TollGuru India toll calculator
- Actions
- 1
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the TollGuru API
Submit a task, then poll the job until it settles. This example runs act_tollguru_com_route_toll.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_tollguru_com_route_toll",
"params": {
"pickup_point": "Agra Cantt Railway Station",
"dropoff_point": "Hawa Mahal, Jaipur",
"pickup_lat": 27.1589527,
"pickup_long": 77.9900478,
"dropoff_lat": 26.923932,
"dropoff_long": 75.8268652
}
}'1 action on tollguru.com
Read
Route Toll
act_tollguru_com_route_tollread1 credit / callCompute India toll charge for a pickup→dropoff route via TollGuru calc.getRoutes (lat/long primary).
- pickup_point
- string · required
- dropoff_point
- string · required
- pickup_lat
- number · required
- pickup_long
- number · required
- dropoff_lat
- number · required
- dropoff_long
- number · required
- vehicle_type
- string
- departure_time
- string
TollGuru API questions
- Is there an API for TollGuru?
- TollGuru does not offer a public data API for this, but Anakin Wire provides 1 maintained endpoint for tollguru.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape TollGuru data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when tollguru.com changes its markup, Anakin updates the action.
- Do I need a TollGuru account?
- No. Every TollGuru action listed here runs anonymously — no account and no credentials required.
- What does the TollGuru API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
adsbexchange.com
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Travel2 actions
Aeromexico
aeromexico.com
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Travel5 actions
Afar
afar.com
Travel destination guides, articles, and curated itineraries.
Travel6 actions
Agoda
agoda.com
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Travel4 actions
Airbnb
airbnb.com
Airbnb - stay search by destination and dates with full property details.
Travel5 actions
Airbnb Portugal
airbnb.pt
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.
Travel4 actions