AI-powered website analysis API for n8n workflows
/api/analyze
{
"url": "https://example.com"
}
Returns detailed analysis of services, page mappings, and last update info
{
"url": "https://example.com",
"services_with_pages": ["Web Development", "SEO"],
"services_without_pages": ["Consulting"],
"last_updated": {
"page": "https://example.com/blog",
"date": "2024-04-20"
},
"analysis_mode": "hybrid",
"cached": false
}