Download a Find a Grave photo
findagrave_downloadFetch a Find a Grave memorial or cemetery photo by photo ID or URL. Return it inline scaled to maxSide, or write the original file to a local path.
Instructions
Fetch a memorial or cemetery photo (a gravestone, portrait, obituary clipping, …). Action photo: needs photoId (from findagrave_memorial get/photos) or url (an images.findagrave.com URL). Without outPath the image is returned inline for reading, scaled so its longer side is at most maxSide (default 1600 px). With outPath the original file is written to disk unscaled (unless maxSide is given) and only metadata is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Photo URL on images.findagrave.com, instead of photoId | |
| action | Yes | photo | |
| maxSide | No | Scale so the longer side is at most this many pixels (inline default 1600; with outPath the default is the original size) | |
| outPath | No | Absolute local path to write the image to (overwritten if it exists) | |
| photoId | No | Photo id from findagrave_memorial get or photos |