Uber: Get Ride Estimate
Uber via Parse · maps_geo
Get route distance and estimated travel time (ETA) between pickup and dropoff coordinates. Use search_locations and get_place_details to obtain coordinates for addresses. Returns distance in both meters and miles, and ETA in both seconds and minutes. Search for Uber locations, get route estimates (distance and ETA), resolve place details, and list available ride products for ride planning. Fulfilled by Parse from uber.com.
- maps-geo
- other
- parse
- platform-key
- travel
- uber
- uber-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/008cb765-ed13-4ef6-803d-0a57049962d8/get_ride_estimate
- Interface artifact
- sha256:bfe6fad8b9c0f1cade3b31366260740bfcc254d4f9fdf12c38a333bce192930b
- Manifest digest
- sha256:24823ecb9ee05f97cc148b365ad8ea68bd4426ee5fc179898b51e057cffc2402
Request fields
- pickup_latitude (string, required): Latitude of the pickup location as a decimal number (e.g. '40.7580').
- dropoff_latitude (string, required): Latitude of the dropoff location as a decimal number (e.g. '40.6413').
- pickup_longitude (string, required): Longitude of the pickup location as a decimal number (e.g. '-73.9855').
- dropoff_longitude (string, required): Longitude of the dropoff location as a decimal number (e.g. '-73.7781').
Example queries
- {"pickup_latitude":"40.7580","dropoff_latitude":"40.6413","pickup_longitude":"-73.9855","dropoff_longitude":"-73.7781"}