Skip to main content

Get Site Audit

X-NearIQ-Key
string
required
Your API key
curl https://neariq.io/api/v1/site-audit \
  -H "X-NearIQ-Key: niq_live_xxx"

Response

{
  "audit": {
    "id": "uuid",
    "url": "https://example.com",
    "overallScore": 78,
    "seoScore": 82,
    "aeoScore": 71,
    "performanceScore": 85,
    "issues": [...],
    "meta": {...},
    "links": {...},
    "performance": {...},
    "schemaOrg": {...},
    "contentAnalysis": {...},
    "aiReadiness": {...},
    "createdAt": "2026-05-31T..."
  },
  "monthlyLimit": 5,
  "_receipt": {...}
}

Fields

FieldTypeDescription
overallScorenumberCombined SEO + AI readiness score (0-100)
seoScorenumberTechnical SEO score (0-100)
aeoScorenumberAI Engine Optimization score (0-100)
performanceScorenumberCore Web Vitals performance score (0-100)
issuesarrayList of SEO issues found with severity
metaobjectTitle, description, canonical, robots analysis
linksobjectInternal/external link analysis, broken links
performanceobjectLCP, CLS, TTFB, Speed Index metrics
schemaOrgobjectStructured data analysis
contentAnalysisobjectHeading structure, keyword density, readability
aiReadinessobjectAI search engine optimization factors

Plan requirements

  • Starter: 1 audit/month
  • Growth: 5 audits/month
  • Beta: 10 audits/month
  • Agency+: 30+ audits/month