The Scanzie Analyzer API provides programmatic access to SEO analysis features. Submit a website URL and receive structured SEO metrics and actionable recommendations.
https://usesmeal-api.onrender.com
Analyze a website's SEO metrics.
- URL: /analyze
- Method: POST
- Content-Type: application/json
Request body example:
{
"url": "https://example.com"
}Successful response example:
{
"status": "success",
"data": {
"url": "https://example.com",
"on_pahge": {
"pageSpeed": 85,
"metaTags": {
"title": "Example Site",
"description": "A sample website"
},
"keywordDensity": 2.5
},
}
}curl example:
curl -X POST https://usesmeal-api.onrender.com/api/analyze \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'Only authenticated users have the permission to make request to this route.
Currently. No rate limit introduced.
Web interface:
- Visit https://scanzie.vercel.app
- Enter a website URL and click "Analyze" to view SEO metrics and recommendations.
API integration:
- POST to /api/analyze with a JSON body containing the "url" field.
- Use returned metrics and recommendations to automate optimization workflows.
Contributions are welcome.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add your feature" - Push the branch:
git push origin feature/your-feature - Open a pull request.
For support or inquiries:
- Email: olufisayobadina@gmail.com
- X (Twitter): @fisayocoder