analyze
Extract web content and apply AI processing to generate summaries, extract insights, or evaluate sentiment from any URL using custom prompts.
Instructions
Extract content from a URL and analyze it with an AI model. Returns AI-generated insights, summaries, sentiment, or custom analysis based on your prompt. Combines web extraction with LLM analysis in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract and analyze. | |
| prompt | Yes | The analysis instruction for the AI, e.g. 'Summarize the key points', 'Extract all product specifications', 'What is the overall sentiment?' | |
| extractType | No | How to extract the page content before analysis (default: article). | |
| maxLength | No | Maximum characters of extracted content to pass to the AI (default: 20000). |