browse_webpage
Extract webpage content by providing a URL, with optional CSS selectors to target specific elements for precise data retrieval.
Instructions
Extract content from a webpage with optional CSS selectors for specific elements
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selectors | No | Optional CSS selectors to extract specific content | |
url | Yes | The URL of the webpage to browse |