Spaces:
Runtime error
Runtime error
File size: 816 Bytes
53b02ca b5339bd 53b02ca b5339bd 53b02ca b5339bd 53b02ca b5339bd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
title: SemRush Domain Analyzer
emoji: 🔍
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
short_description: Analyze domain SEO metrics using SemRush API
---
# SemRush Domain Analyzer
A Gradio app that analyzes domain SEO metrics using the SemRush API.
## Features
- Domain overview with organic traffic trends (last 2 years)
- Organic summary across different databases
- Backlinks summary analysis
## Setup
1. Set your SemRush credentials in Hugging Face Secrets:
- `SEMRUSH_USER_ID`: Your SemRush user ID
- `SEMRUSH_API_KEY`: Your SemRush API key
2. The app will automatically use these credentials to fetch data
## Usage
Simply enter a domain name (with or without protocol) and click "Analyze Domain" to get comprehensive SEO data. |