Fetch Page
fetch_pageFetch web page content using Playwright stealth mode. Extract text in snippet, readable, or full mode, truncated to 50,000 characters.
Instructions
Fetch and extract content from a web page using Playwright with stealth mode. Supports snippet, readable, and full extraction modes. Content is truncated to 50,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| extract_mode | No | Content extraction mode | readable |
| timeout | No | Page load timeout in milliseconds | |
| wait_for | No | Optional CSS selector to wait for before extracting |