Sign in

Open Maps search URL

documented

Open a Maps search URL (api=1) for a given query.

GET /maps/searchMaps URLs APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.google.com/maps/search/?api=1&query={{query}}" \
  -X GET \
  -H "Accept: text/html"