extract_structured_content
Extract structured data from web pages using specified CSS selectors, enabling precise content retrieval for processing in LLMs or other applications.
Instructions
Extracts structured content from a web page using CSS selectors
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selectors | Yes | CSS selectors to extract content | |
url | Yes | URL to extract content from |