Back to catalog
📝

Analyse Keywords API

API Key

This API lets you extract high-frequency keywords, key phrases and latent semantic keywords from any URL

📝Text AnalysisHTTPSCORS enabled

Keyword Analysis

Analyse Keywords API

UrlHttps://example.com/blog/machine-learning-guide
Top KeywordMachine learning
Frequency47
Density3.2%
Related TermsNeural networks, deep learning, AI

Sample Response

response.json
1{
2 "url": "https://example.com/blog/machine-learning-guide",
3 "topKeyword": "machine learning",
4 "frequency": 47,
5 "density": "3.2%",
6 "relatedTerms": "neural networks, deep learning, AI"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/analyse-keywords" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs