Skip to main content
GET
/
api
/
test
/
maps
/
search
Diagnostic — Google Maps text search
curl --request GET \
  --url https://pria.praxislxp.com/api/test/maps/search
{}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string
default:restaurants

Free-text search query. Defaults to restaurants when omitted.

location
string | null

Optional lat,lng bias for the search (e.g. 47.6,-122.3).

radius
string
default:5000

Search radius in meters. Defaults to 5000.

Response

Text-search results from the Google Maps middleware.

Parsed Maps text-search response (places, status, next_page_token, etc.).