Search for places near locations. A request takes one or more place types, and returns a list of matching places within the specified area. A field mask specifying one or more data types is required. Nearby Search (New) only supports POST requests.
- Provider
- Google Maps Places API (New V2, RapidAPI)
- Input summary
- {"name":"regionCode","type":"string","required":false,"description":"The region code, specifying the country used for formatting and ranking results, e.g. 'US'."}, {"name":"languageCode","type":"string","required":false,"description":"The language code, indicating in which language the results are to be returned, e.g. 'en' for English."}, {"name":"excludedTypes","type":"array","required":false,"description":"A list of place types to exclude from the search."}, {"name":"includedTypes","type":"array","required":false,"description":"A list of place types to include in the search (e.g., 'restaurant', 'cafe')."}, {"name":"maxResultCount","type":"integer","required":false,"description":"Maximum number of places to return (1–20)."}, {"name":"rankPreference","type":"string","required":true,"description":"How results should be ranked: 'DISTANCE', 'RELEVANCE', or 'POPULARITY'.","enum":["DISTANCE","RELEVANCE","POPULARITY"]}, {"name":"locationRestriction","type":"object","required":true,"description":"Defines the geographic area to search within, currently supports only 'circle'."}, {"name":"excludedPrimaryTypes","type":"array","required":false,"description":"A list of primary place types to exclude."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available