extract_structured_data
Extract structured data from web pages using CSS selectors or AI models to organize information from URLs for analysis and processing.
Instructions
Extract structured data using CSS selectors or LLM.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| extraction_type | No | 'css'|'llm'|'table' | css |
| css_selectors | No | CSS selector mapping | |
| extraction_schema | No | Schema definition | |
| generate_markdown | No | Generate markdown | |
| wait_for_js | No | Wait for JavaScript | |
| timeout | No | Timeout in seconds | |
| use_llm_table_extraction | No | Use LLM table extraction | |
| table_chunking_strategy | No | 'intelligent'|'fixed'|'semantic' | intelligent |