extract
Extract targeted information from web pages by providing a URL and a prompt. Supports web searches for enhanced extraction and includes source references in results.
Instructions
Extracts specific information from a web page based on a prompt. Args: - url: The complete URL of the web page to extract information from - prompt: Instructions specifying what information to extract from the page - enabaleWebSearch: Whether to allow web searches to supplement the extraction - showSources: Whether to include source references in the response
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabaleWebSearch | Yes | ||
prompt | Yes | ||
showSources | Yes | ||
url | Yes |