Scrape Page
scrape_pageExtract public webpage content in real time, using HTTP first and a headless browser for dynamic pages, to support lead research.
Instructions
Fetch a public webpage in real time. Uses HTTP first and Playwright for JavaScript-rendered pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| waitForMs | No | ||
| useBrowser | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | Yes | ||
| links | Yes | ||
| title | Yes | ||
| finalUrl | Yes | ||
| usedBrowser | Yes |