extract_text
Retrieve plain text content from an archived web page snapshot by providing its URL. Optionally specify a timestamp to access a specific historical version.
Instructions
Fetch an archived snapshot and return its readable text content (HTML stripped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract text from | |
| timestamp | No | Optional: specific snapshot timestamp | |
| max_chars | No |