Nearby Places
Get information about establishments nearby a given latitude and longitude coordinate. Filter by type of establishment and distance from the given coordinates. Feel free to message me on how to improve the API. If you want a custom API made for you, send me a proposal at [email protected]
Nearby Places endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Types - (ArcGIS) /v2/types |
Types (categories) of establishments. These types will only work with **/v2/nearby (ArcGIS)**. |
| GET |
Get establishment types /types |
Get a list of establishment types. |
| GET |
Nearby - (ArcGIS) /v2/nearby |
Returns nearby places sorted by distance from the origin coordinates in ascending order. Only type values from **/v2/types (ArcGIS)** are valid. Maximum returned places is 50. |
| GET |
Get nearby establishments /nearby |
Returns a **JSON array of nearby places** sorted by distance from the origin coordinates in ascending order. Maximum places returned per request is 20. |
| GET |
Types - (Google) /types |
Get a list of establishment types. These types will only work with **/nearby (Google)**. |
| GET |
Nearby - (Google) /nearby |
Returns a **JSON array of nearby places** sorted by distance from the origin coordinates in ascending order. Only values from **/types (Google)** are valid types. Maximum places… |
| GET |
nearby (v2) /v2/nearby |
Get nearby places with basic information. |
| GET |
Get place details /details |
Get contact and opening hours for a place. |
| GET |
types (v2) /v2/types |
Types (categories) of establishments. These types will only work with */v2/nearby*. |
| GET |
Place Details - (Google) /details |
Get contact and opening hours for a place. Requires a **place id** provided by **/nearby (Google)**. |
| GET |
Random (Google) /random |
Return a random place nearby. |
Nearby Places pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.29 / month | — |
|
| ULTRA Recommended | $7.88 / month | — |
|
| MEGA | $29.99 / month | — |
|