Find similar or competitor websites based on classification.
Takes a URL, classifies it (or uses cached classification), and returns
other websites from the same category and subcategory. Useful for
competitive analysis and discovering related content.
Rate limited to 1 request per minute per domain.
Args:
url: The website URL to find similar sites for.
limit: Maximum number of similar sites to return (1-50, default 10).
Returns:
Dictionary with:
- url: The input URL (normalized)
- classification: The URL's category and subcategory
- similar_sites: List of similar URLs from the same category
- total_in_category: Total sites in this category/subcategory
- cached: Whether the classification was from cache
Connector