get_page
Return readable text for a public http(s) URL. Reuses a stored copy if it is newer than max_age_s. Includes sha256 hash and fetched_at. Needs a funded API key on this HTTP request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL to snapshot. | |
| max_age_s | No | Reuse a cached snapshot if it is no older than this many seconds. |