Loading...
Loading...
Search for places, businesses, and locations using Google Maps APIs via x402. USE FOR: - Finding businesses by name or type - Searching nearby places - Getting detailed place information (address, hours, reviews) - Finding restaurants, stores, services in an area - Getting business ratings and reviews TRIGGERS: - "find", "search for", "locate", "nearby" - "restaurants near", "hotels in", "stores around" - "business details", "opening hours", "reviews for" - "places in", "what's near", "directions to" Use `npx agentcash fetch` for Google Maps endpoints. Choose partial ($0.02) vs full ($0.05-0.08) based on data needs.
npx skill4agent add merit-systems/agentcash-skills local-search| Task | Endpoint | Price | Data Included |
|---|---|---|---|
| Text search (basic) | | $0.02 | Name, address, rating |
| Text search (full) | | $0.08 | + reviews, atmosphere |
| Nearby search (basic) | | $0.02 | Name, address, rating |
| Nearby search (full) | | $0.08 | + reviews, atmosphere |
| Place details (basic) | | $0.02 | Core info |
| Place details (full) | | $0.05 | All fields |
npx agentcash fetch https://stableenrich.dev/api/google-maps/text-search/partial -m POST -b '{"textQuery": "coffee shops in downtown Seattle"}'textQuerylocationBiasminRatingopenNowmaxResultCountnpx agentcash fetch https://stableenrich.dev/api/google-maps/nearby-search/partial -m POST -b '{
"locationRestriction": {
"circle": {
"center": {"latitude": 47.6062, "longitude": -122.3321},
"radius": 1000
}
},
"includedTypes": ["restaurant", "cafe"]
}'locationRestrictionincludedTypesexcludedTypesminRatingopenNownpx agentcash fetch https://stableenrich.dev/api/google-maps/place-details/partial -m POST -b '{"placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4"}'placeIdincludedTypesexcludedTypesnpx agentcash wallet infonpx agentcash fetch https://stableenrich.dev/api/google-maps/text-search/partial -m POST -b '{"textQuery": "Italian restaurants downtown Portland"}'npx agentcash fetch https://stableenrich.dev/api/google-maps/place-details/full -m POST -b '{"placeId": "ChIJ..."}'npx agentcash fetch https://stableenrich.dev/api/google-maps/nearby-search/partial -m POST -b '{
"locationRestriction": {
"circle": {
"center": {"latitude": 40.7128, "longitude": -74.0060},
"radius": 500
}
},
"includedTypes": ["restaurant"],
"minRating": 4.0,
"openNow": true
}'npx agentcash fetch https://stableenrich.dev/api/google-maps/place-details/full -m POST -b '{"placeId": "place_id_here"}'maxResultCountnameformattedAddresslocationratinguserRatingCounttypesbusinessStatusregularOpeningHoursnationalPhoneNumberwebsiteUrireviewspriceLevelaccessibilityOptionsparkingOptionspaymentOptionsphotos