Nearby places search
Search places near a geographic location with basic fields.
Provider contract
- Call path
- /routes/stableenrich-googlemaps/maps/nearby-search
- Method
- POST
- Selected provider
- stableenrich-googlemapsdefault
- Provider price
- $0.02
- Settlement
- Base USDC · x402 · 5% h402 fee
Quickstart
Both commands call the selected provider directly.
curl -X POST '/routes/stableenrich-googlemaps/maps/nearby-search' \
-H 'content-type: application/json' \
-d '{"locationRestriction":{"circle":{"center":{"latitude":37.7955,"longitude":-122.3937},"radius":800}}}'h402 call 'maps/nearby-search' --provider 'stableenrich-googlemaps' --method POST --json '{"locationRestriction":{"circle":{"center":{"latitude":37.7955,"longitude":-122.3937},"radius":800}}}'Parameters & live test
pays real USDCFill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.
locationRestrictionobjectrequiredGoogle Places nearby search location restriction. Use a circle with center coordinates and radius in meters.
locationRestriction.circleobjectrequiredCircular area to search within.
Nested fields
centerobjectrequiredCircle center coordinates.
latitudenumberrequired-90–90Latitude in decimal degrees.
longitudenumberrequired-180–180Longitude in decimal degrees.
radiusnumberrequired1–50000Radius in meters.
maxResultCountintegeroptional1–20Maximum number of places to return.
{
"locationRestriction": {
"circle": {
"center": {
"latitude": 37.7955,
"longitude": -122.3937
},
"radius": 800
}
}
}{ "data": { "places": [ { "id": "ChIJWTGPjmaAhYARxz6l1hOj92w", "types": [ "historical_landmark", "ferry_service", "market" ], "formattedAddress": "1 Ferry Building, San Francisco, CA 94105, USA", "location": { "latitude": 37.7954425, "longitude": -122.3936136 }, "displayName": { "text": "Ferry Building", "languageCode": "en" }, "primaryType": "historical_landmark" }, { "id": "ChIJ1dIqa2OAhYAREimtEtfBLyc", "types": [ "corporate_office", "business_center", "point_of_interest" ], "formattedAddress": "415 Mission St, San Francisco, CA 94105, USA", "location": { "latitude": 37.7897442, "longitude": -122.3972337 }, "displayName": { "text": "Salesforce Tower", "languageCode": "en" }, "primaryType": "corporate_office" }, { "id": "ChIJkYfFXQCBhYARAB4LRfLH1q4", "types": [ "transportation_service", "point_of_interest", "establishment" ], "formattedAddress": "San Francisco, CA 94111, USA", "location": { "latitude": 37.7930763, "longitude": -122.3967957 }, "displayName": { "text": "Embarcadero BART Station Elevator", "languageCode": "en" }, "primaryType": "transportation_service" } ] }, "h402": { "routeId": "maps/nearby-search", "provider": "stableenrich-googlemaps", "selectedCandidateId": "maps/nearby-search/stableenrich-googlemaps", "routing": "manual", "paidBy": "x402-exact" } }
Providers
Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.
- Success
- 100%
- p50
- 1.24s
- Calls
- 1