{"slug":"places","domain":"geo","title":"Places on a map, and their photographs","summary":"Find a place by describing it, get its id and coordinates, then fetch what it looks like.","help":"places: find a place, then see it, as JSON.\n\nRETURNS\n  `search` returns candidates with ids, addresses and coordinates. `images`\n  takes either the same query or an id from that search: passing the id skips\n  the search and its charge.\n\nStudies:\n  search \u003cquery\u003e\n      find places by name or description, with their ids and coordinates\n  images \u003cquery\u003e\n      photographs of a place\n\nJSON to stdout, so it composes: pipe to `jq` to pick a field, or `\u003e /tmp/…` to keep it.\nRun a study with no arguments — `places search` — to see what it takes.\n","example_command":"places search \"coffee near Ferry Building San Francisco\"","example_output":"","cost_class":"upstream-fetch","tier":"metered","billing_items":["places_search","places_images"],"price_per_1k_calls":14,"price_is_from":true,"status":"available","commands":["places"],"studies":[{"call":"search","about":"find places by name or description, with their ids and coordinates","args":[{"name":"query","positional":true,"list":false,"hint":""},{"name":"max_results","positional":false,"list":false,"hint":"how many candidates"}]},{"call":"images","about":"photographs of a place","args":[{"name":"query","positional":true,"list":false,"hint":""},{"name":"place_id","positional":false,"list":false,"hint":"skip the search and name the place"},{"name":"max_width","positional":false,"list":false,"hint":"pixels"},{"name":"max_height","positional":false,"list":false,"hint":"pixels"}]}],"default_enabled":false,"first_seen":"2026-09-09T04:30:35.160951Z","enabled":false}
