Find a Grave places
findagrave_placeSearch and get places in the Find a Grave hierarchy, or list child places, to obtain the location IDs that narrow memorials and cemetery searches.
Instructions
Find a Grave's place hierarchy (country → state → county → city), whose ids narrow memorial and cemetery searches. Actions:
search: places and cemeteries whose name starts like the text (needs name), with locationId, type, full place and cemetery count. Find a Grave ranks these by its own relevance, not by the name, so check the place before using an id.
get: one place by locationId.
children: the places directly inside a place (needs locationId): counties of a state, towns of a county.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | search: place name, optionally with its county/state/country, e.g. "Newton, Mississippi" | |
| count | No | search: places to return (default 10, max 50) | |
| action | Yes | search · get · children | |
| locationId | No | get/children: place id, e.g. county_2452 |