Search Around Coordinates allows you to search for places around a specific point.
This search returns a Basic Place Response. This query supports pagination and requires Nesting Place Responses.
Argument | Description | Example |
---|---|---|
latitude | Required. Float | latitude: 37.78247 |
longitude | Required. Float | longitude: -122.407752 |
distanceInMeters | Required. Integer | distanceInMeters: 1000 |
pageNumber | Optional. Integer to specify which results to return for pagination |
In this example, we're searching within 1000 meters of a specific coordinate.
query {
aroundCoordinates(
latitude: 37.78247
longitude: -122.407752
distanceInMeters: 1000
) {
places {
locationName
address {
streetAddress
city
region
}
latitude
longitude
topCategory
placekey
insights {
distanceFromCenter
}
}
}
}
{
"data": {
"aroundCoordinates": {
"places": [
{
"locationName": "Blue Bottle Coffee",
"address": {
"streetAddress": "66 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.78247,
"longitude": -122.407752,
"topCategory": "Restaurants and Other Eating Places",
"placekey": "zzy-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 0
}
},
{
"locationName": "66Mint Fine Estate Jewelry",
"address": {
"streetAddress": "66 Mint St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782323,
"longitude": -122.407683,
"topCategory": "Jewelry, Luggage, and Leather Goods Stores",
"placekey": "22q-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 14
}
},
{
"locationName": "54 Mint Ristorante Italiano",
"address": {
"streetAddress": "16 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782588,
"longitude": -122.407975,
"topCategory": "Restaurants and Other Eating Places",
"placekey": "22g-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 20
}
},
{
"locationName": "San Francisco Provident Loan Association",
"address": {
"streetAddress": "932 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782226,
"longitude": -122.407537,
"topCategory": "Nondepository Credit Intermediation",
"placekey": "zzw-226@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 28
}
},
{
"locationName": "Motto by Hilton",
"address": {
"streetAddress": "942 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782169,
"longitude": -122.407774,
"topCategory": "Traveler Accommodation",
"placekey": "222-223@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 33
}
},
{
"locationName": "Bowl'D Acai",
"address": {
"streetAddress": "14 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782739,
"longitude": -122.407624,
"topCategory": "Restaurants and Other Eating Places",
"placekey": "22h-223@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 34
}
},
{
"locationName": "Hampton",
"address": {
"streetAddress": "942 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.78218,
"longitude": -122.407869,
"topCategory": "Traveler Accommodation",
"placekey": "222-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 34
}
},
{
"locationName": "Gentle Star Medspa",
"address": {
"streetAddress": "14 Mint Plz Ste 110",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782686,
"longitude": -122.408095,
"topCategory": "Personal Care Services",
"placekey": "22m-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 34
}
},
{
"locationName": "Mezzanine",
"address": {
"streetAddress": "444 Jessie St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782479,
"longitude": -122.408147,
"topCategory": "Promoters of Performing Arts, Sports, and Similar Events",
"placekey": "22k-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 35
}
},
{
"locationName": "Burma Club",
"address": {
"streetAddress": "8 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782886,
"longitude": -122.407868,
"topCategory": "Restaurants and Other Eating Places",
"placekey": "223-222@5vg-7gv-6tv",
"insights": {
"distanceFromCenter": 45
}
},
{
"locationName": "CO-OP Network ATM",
"address": {
"streetAddress": "12 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782838,
"longitude": -122.407994,
"topCategory": "Depository Credit Intermediation",
"placekey": "227-223@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 47
}
},
{
"locationName": "Sf Fire Credit Union",
"address": {
"streetAddress": "12 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782835,
"longitude": -122.407997,
"topCategory": "Grocery Stores",
"placekey": "227-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 47
}
},
{
"locationName": "G I S Planning",
"address": {
"streetAddress": "14 Mint Plz Fl 4",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782792,
"longitude": -122.408177,
"topCategory": "Agencies, Brokerages, and Other Insurance Related Activities",
"placekey": "22h-224@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 48
}
},
{
"locationName": "Non Plus Ultra",
"address": {
"streetAddress": "88 5th St Ste 3",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782759,
"longitude": -122.407213,
"topCategory": "Other Personal Services",
"placekey": "223-222@5vg-7gv-6rk",
"insights": {
"distanceFromCenter": 55
}
},
{
"locationName": "420 Life Span",
"address": {
"streetAddress": "952 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.7819,
"longitude": -122.407801,
"topCategory": "Health and Personal Care Stores",
"placekey": "zzw-227@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 56
}
},
{
"locationName": "Ray Kush",
"address": {
"streetAddress": "952 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.781909,
"longitude": -122.407805,
"topCategory": "Health and Personal Care Stores",
"placekey": "zzw-224@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 56
}
},
{
"locationName": "Barbary Coast Dispensary",
"address": {
"streetAddress": "952 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.781922,
"longitude": -122.407814,
"topCategory": "Drugs and Druggists' Sundries Merchant Wholesalers",
"placekey": "zzw-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 56
}
},
{
"locationName": "Pearlfisher San Francisco",
"address": {
"streetAddress": "14 Mint Plz",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.782822,
"longitude": -122.40819,
"topCategory": "Printing and Related Support Activities",
"placekey": "22h-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 56
}
},
{
"locationName": "Skyblue Sewing Mfg Inc",
"address": {
"streetAddress": "960 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.781973,
"longitude": -122.408069,
"topCategory": "Other Miscellaneous Manufacturing",
"placekey": "26x-222@5vg-7gv-73q",
"insights": {
"distanceFromCenter": 61
}
},
{
"locationName": "J & W Sewing Inc",
"address": {
"streetAddress": "956 Mission St",
"city": "San Francisco",
"region": "CA"
},
"latitude": 37.781941,
"longitude": -122.408053,
"topCategory": "Other Miscellaneous Manufacturing",
"placekey": "22f-222@5vg-7gv-6kz",
"insights": {
"distanceFromCenter": 61
}
}
]
}
},
"extensions": {
"row_count": 20
}
}