extract_page_text
Fetch any web page and return its readable text, optionally scoped to a CSS selector to isolate specific content for targeted data extraction.
Instructions
Fetches a web page and returns its readable text, optionally scoped to a CSS selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| selector | No | CSS selector scoping the text; defaults to the whole document | |
| max_length | No |