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" Choose partial ($0.02) vs full ($0.05-0.08) based on data needs. IMPORTANT: Never guess endpoint paths. All paths follow the pattern https://enrichx402.com/api/{provider}/{action}. Use exact URLs from the Quick Reference table below or call x402.discover_api_endpoints first.
npx skill4agent add merit-systems/x402scan-skills local-searchSTOP — Read before making any API call. enrichx402.com endpoints are not the same as each provider's native API. All paths use the format. You MUST either:https://enrichx402.com/api/{provider}/{action}
- Copy exact URLs from the Quick Reference table below, OR
- Run
to get the correct pathsx402.discover_api_endpoints(url="https://enrichx402.com")Guessing paths will fail with 405 errors (wrong path) or 404 errors (missingprefix)./api/
| 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 |
x402.fetch(
url="https://enrichx402.com/api/google-maps/text-search/partial",
method="POST",
body={
"textQuery": "coffee shops in downtown Seattle"
}
)textQuerylocationBiasminRatingopenNowmaxResultCountx402.fetch(
url="https://enrichx402.com/api/google-maps/nearby-search/partial",
method="POST",
body={
"locationRestriction": {
"circle": {
"center": {
"latitude": 47.6062,
"longitude": -122.3321
},
"radius": 1000
}
},
"includedTypes": ["restaurant", "cafe"]
}
)locationRestrictionincludedTypesexcludedTypesminRatingopenNowx402.fetch(
url="https://enrichx402.com/api/google-maps/place-details/partial",
method="POST",
body={
"placeId": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}
)placeIdincludedTypesexcludedTypesx402.get_wallet_infox402.discover_api_endpoints(url="https://enrichx402.com")x402.fetch(
url="https://enrichx402.com/api/google-maps/text-search/partial",
method="POST",
body={"textQuery": "Italian restaurants downtown Portland"}
)x402.fetch(
url="https://enrichx402.com/api/google-maps/place-details/full",
method="POST",
body={"placeId": "ChIJ..."}
)x402.fetch(
url="https://enrichx402.com/api/google-maps/nearby-search/partial",
method="POST",
body={
"locationRestriction": {
"circle": {
"center": {"latitude": 40.7128, "longitude": -74.0060},
"radius": 500
}
},
"includedTypes": ["restaurant"],
"minRating": 4.0,
"openNow": true
}
)x402.fetch(
url="https://enrichx402.com/api/google-maps/place-details/full",
method="POST",
body={"placeId": "place_id_here"}
)maxResultCountnameformattedAddresslocationratinguserRatingCounttypesbusinessStatusregularOpeningHoursnationalPhoneNumberwebsiteUrireviewspriceLevelaccessibilityOptionsparkingOptionspaymentOptionsphotos