get_webpage_ai_analysis
Analyze a web page using AI-generated insights by providing a URL and specific prompt. Designed for SEO analysis, SERP data extraction, keyword research, and web scraping tasks.
Instructions
Analyze a web page with AI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | Yes | The prompt to use for the analysis | |
url | Yes | The url to analyze |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"description": "The prompt to use for the analysis",
"type": "string"
},
"url": {
"description": "The url to analyze",
"type": "string"
}
},
"required": [
"url",
"prompt"
],
"type": "object"
}