extract
Extract structured data from web pages using JSON schemas or natural language prompts, automatically bypassing bot protection when detected.
Instructions
Extract structured data from a web page using an LLM. Provide either a JSON schema or a natural language prompt. Automatically falls back to the webclaw cloud API when bot protection is detected.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Natural language prompt describing what to extract | |
| schema | No | JSON schema describing the structure to extract | |
| url | Yes | URL to fetch and extract structured data from |