Uber: Search Locations
Uber via Parse · maps_geo
Search for locations by name or address within a geographic context. Returns a list of matching places with IDs usable with get_place_details to retrieve coordinates. Results are biased toward the provided latitude/longitude. 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/search_locations
- Interface artifact
- sha256:bb392db1d7a2af7c89e796abcc1e675a3527c5fba2dd3a1b6b80eb5d765bc3f5
- Manifest digest
- sha256:edf74dd848bf9067fffdc4d3ff8500e7e9cb023ef26d1388bfb9bfeb81f5b528
Request fields
- query (string, required): Address or place name to search for (e.g. 'Times Square', 'JFK Airport', '123 Main St').
- latitude (string): Latitude of the search context area. Results are biased toward this location.
- longitude (string): Longitude of the search context area. Results are biased toward this location.
Example queries
- {"query":"Times Square","latitude":"40.7580","longitude":"-73.9855"}