Writing
Surfer SEO
Free
Don't leave your SEO strategy up to chance. Surfer will give you a SEO workflow to boost your organic traffic, increase your visibility, and improve your rank.
KeywordTool
Premium
Keyword Tool is free online keyword research instrument that uses Google Autocomplete to generate hundreds of relevant long-tail keywords for any topic.
curl \
--request POST 'https://api.keywordtool.io/v2/search/suggestions/google' \
--data-raw '{
"apikey": "[APIKEY]",
"keyword": "apple",
"category": "web",
"country": "US",
"language": "en",
"type": "suggestions",
"exclude": [],
"metrics": true,
"metrics_location": [
2840
],
"metrics_language": [
"en"
],
"metrics_network": "googlesearchnetwork",
"metrics_currency": "USD",
"output": "json"
}'
var request = require('request');
var options = {
'method': 'POST',
'url': 'https://api.keywordtool.io/v2/search/suggestions/google',
'body': JSON.stringify({
"apikey": "[APIKEY]",
"keyword": "apple",
"category": "web",
"country": "US",
"language": "en",
"type": "suggestions",
"exclude": [],
"metrics": true,
"metrics_location":[
2840
],
"metrics_language":[
"en"
],
"metrics_network": "googlesearchnetwork",
"metrics_currency": "USD",
"output": "json"
})
};
request(options, function (error, response) {
if (error) {
throw new Error(error);
}
console.log(response.body);
});
import requests
url = "https://api.keywordtool.io/v2/search/suggestions/google"
data = {
"apikey": "[APIKEY]",
"keyword": "apple",
"category": "web",
"country": "US",
"language": "en",
"type": "suggestions",
"exclude": [],
"metrics": "true",
"metrics_location": [
2840
],
"metrics_language": [
"en"
],
"metrics_network": "googlesearchnetwork",
"metrics_currency": "USD",
"output": "json"
}
response = requests.post(url, json = data)
print(response.text.encode('utf8'))
Jasper
Free
Jasper is the best AI writer and AI marketing co-pilot for teams with over 3,000 5-star reviews. Create blog posts, marketing copy, and AI-generated images fast.
curl --request POST \
--url https://api.jasper.ai/v1/command \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"options": {
"outputCount": 1,
"outputLanguage": "English",
"inputLanguage": "English",
"languageFormality": "default",
"completionType": "performance"
}
}
'
const options = {
method: 'POST',
headers: {accept: 'application/json', 'content-type': 'application/json'},
body: JSON.stringify({
options: {
outputCount: 1,
outputLanguage: 'English',
inputLanguage: 'English',
languageFormality: 'default',
completionType: 'performance'
}
})
};
fetch('https://api.jasper.ai/v1/command', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
import requests
url = "https://api.jasper.ai/v1/command"
payload = { "options": {
"outputCount": 1,
"outputLanguage": "English",
"inputLanguage": "English",
"languageFormality": "default",
"completionType": "performance"
} }
headers = {
"accept": "application/json",
"content-type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text)
ProRankTracker
Premium
Keep yourself, your teammates, and your clients happy with the most accurate, up-to-date rank tracking data available!
Ink
Free
Create content at a scale faster than ever before with INK’s industry-leading SEO Optimization and Semantic Intelligence. Skyrocket your SEO with the first and only patented AI-powered SEO assistant.
SEO.ai
Premium
SEO.ai uncovers valuable keywords and produces optimized content via proprietary algorithms and Google SERP analysis. With minimal human effort and maximum boost in organic traffic. Works in +50 languages.
CanIRank
Free
Forget data, this new SEO software finds keywords you can rank for, links you can get, & on-page optimizations guaranteed to increase rankings.
Scalenut
Premium
From identifying keywords clusters, creating content briefs to optimzing content for higher search rankings, Scalenut helps you manage your entire content lifecycle.