AI Keyword ResearcherAPI
Deep keyword and domain research with SEO analysis, monetization insights, and strategic recommendations through multi-step AI analysis powered by GPT-5-nano
seo tools~20 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/keyword-researcher
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
keywordstringrequiredOptional
providerenumdetailedbooleanExample Request
curl -X POST https://backend.aaddyy.com/api/ai/keyword-researcher \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "example_keyword"
}'Request Body
{
"keyword": "example_keyword"
}Example Response
{
"success": true,
"message": "AI Keyword Researcher completed successfully",
"timestamp": "2026-04-01T22:35:36.866Z",
"requestId": "req_4ordycqab",
"data": {
"cost": 0.2,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/keyword-researcher', {
"keyword": "example_keyword"
})Install: npm install aaddyy
Pricing
~20 credits (~$0.20) per request
Rate Limits
10 requests per 1m
Burst: 3