Web Service Analyzer

AI-powered website analysis API for n8n workflows

Quick Start

POST /api/analyze
{
  "url": "https://example.com"
}

Returns detailed analysis of services, page mappings, and last update info

Features

Smart Analysis
Hybrid AI + rule-based detection
Service Mapping
Matches services to pages
Update Tracking
Finds last modified dates
Intelligent Cache
Configurable result caching

Example Response

{
  "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
}
Admin Dashboard →