fetch_archived
Fetch a page's archived version from the Wayback Machine to bypass bot walls, IP blocks, dead links, or changed content. Returns clean markdown with the capture date.
Instructions
Fetch a page from the Wayback Machine (archive.org) instead of live. Recovers pages the live fetch can't get — bot walls, IP-blocked sites, dead links, or content that changed. Returns the archived snapshot as clean markdown, tagged with its capture date. Reach for this when fetch_page returns a wall, or when you want the historical version of a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | ||
| start_char | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |