{% extends "base.html" %} {% block title %}Analysis{% endblock %} {% block content %}

URL Analysis

Analyze URLs to categorize them, identify patterns, and gain insights into your web traffic.

Analyze Single URL

Enter a URL to analyze its category, safety, and other attributes.

{{ csrf_token() }}

Batch Analysis

Upload a CSV or Excel file containing URLs for batch analysis.

{{ csrf_token() }}
File must contain a column named "Domain_name" or "URL"

Recent Analyses

{% if analyses %}
{% for analysis in analyses %} {% endfor %}
Date Type URLs Analyzed Status Actions
{{ analysis.created_at|format_date('%Y-%m-%d %H:%M') }} {{ analysis.type }} {{ analysis.url_count }} {{ analysis.status }} View Report
{% else %}
No analyses have been performed yet.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}