extract_text
Fetch an archived web page snapshot and extract its readable text content by stripping HTML. Specify a URL and optionally a timestamp or character limit.
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 |