Sign in

Embed search

documented

Embed a search results map.

GET /maps/embed/v1/searchMaps Embed 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://maps.google.com/maps/embed/v1/search?key={{MAPS_API_KEY}}&q={{$query}}" \
  -X GET \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"