返回 Skill 列表
extension
分类: 安全与合规需要 API Key

RankForge

通过RankForge API进行SEO分析和优化——网站审计、关键词研究、竞争对手分析、排名报告。当用户需要SEO分析时使用。

person作者: jbennett111hubclawhub

RankForge

AI SEO analysis API by Voss Consulting Group.

Setup

Set RANKFORGE_API_KEY or RANKFORGE_EMAIL for auto-signup (free, no credit card).

curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"you@example.com"}'

Usage

curl -X POST https://anton.vosscg.com/v1/seo/analyze \
  -H "Authorization: Bearer $RANKFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "analysis_type": "full_audit"}'

Capabilities

  • full_audit — Complete site SEO audit
  • keyword_research — Keyword discovery and difficulty scoring
  • competitor_analysis — Compare against competitor domains
  • backlink_check — Backlink profile analysis

API Reference

  • POST /v1/seo/analyze — Run SEO analysis (requires API key)
  • POST /v1/keys — Get API key (email-only for free tier)
  • GET /v1/health — Health check
  • GET /v1/openapi.json — Full OpenAPI spec