Read a page as it was
get_snapshotFind the closest Wayback Machine capture for a URL, optionally at a given date. Returns the snapshot link and time offset.
Instructions
Find the Wayback Machine capture of a web page closest to a given date. Give 'at' to ask for a moment in time; leave it out for the most recent capture. The answer always states 'days_from_requested', because the closest capture can be years away from the date asked for: read it before describing what the page said on that date. This finds the capture and links to it. It does not return the page's contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Date to aim for, as YYYY-MM-DD or a full ISO 8601 timestamp. Omit for the newest capture. | |
| url | Yes | Address to look up, such as 'lemonde.fr' or a full URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| snapshot | Yes | ||
| requested_at | Yes | ||
| requested_url | Yes |