opticparse_scrape
Extract structured, token-optimized data from any live web page using AI Multimodal Vision. Bypasses Cloudflare Turnstile, anti-bot mechanisms, and dynamic JavaScript rendering without brittle CSS selectors. Perfect for LLM context windows and RAG pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_url | Yes | The fully-qualified HTTP/HTTPS URL of the webpage to scrape and extract content from. | |
| response_schema | No | Optional JSON Schema definition to enforce a strict structured output format on the extracted result. | |
| extraction_query | Yes | Natural language instructions specifying what data fields, tables, or text to extract from the webpage. |