scrape_page
Extract page title, meta description, body text, and up to 30 links by navigating to a URL with a real browser. Optionally use a CSS selector to target specific elements.
Instructions
Navigates to a URL with a real browser and extracts structured content: page title, meta description, visible body text (first 5000 chars), and up to 30 links. Optionally provide a CSS selector to extract a specific element's text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| selector | No |