Changelog
Version history and updates for the RankParse API.
v1.3.0 (2026-07)
AI-powered outreach campaigns (Beta)
New: Outreach — an AI agent that finds link-building prospects from your competitors' backlink profiles and runs the outreach for you, end to end.
- 6-step campaign wizard — describe your goal and your domain; an agent researches competitors, mines their referring domains for realistic prospects (mega-platforms and integration directories are automatically excluded), finds the right contact at each domain, writes personalized outreach copy, and pushes everything to your sending platform.
- Choice of AI model — OpenAI or Anthropic, using your own API key.
- Choice of email finder — Apollo or Snov.io for finding and verifying contact emails at each prospect domain.
- Choice of sending platform — Smartlead or Lemlist.
- Nothing sends automatically — every domain, contact, and email is reviewable and editable before you push a campaign live.
Beta — verify results before sending. Find it under Outreach in the dashboard.
v1.2.0 (2026-06)
Platform detection endpoints
Two new BuiltWith-style endpoints for platform and technology lookups across the Common Crawl graph:
/v1/platform-domains— every domain running a given platform (Wix, Shopify, WordPress, Squarespace, Framer, and 14 more), ranked by domain authority, withmin_da/max_da/tld/sortfilters. Billed at 1 credit per domain returned./v1/platform-trends— ranked adoption counts for every detected platform. Costs 1 credit.
Both are also exposed as MCP tools (get_platform_domains, get_platform_trends). Coverage spans the 19 platforms reliably detectable from CDN / image-host signals; for script-tag tools (analytics, CRM, payments) use the real-time /v1/tech-stack.
MCP server reliability
Fixed long-lived MCP connections idle-disconnecting on Cloudflare. The legacy SSE transport (/?apiKey=) lacked keep-alive heartbeats; all clients now connect via the /mcp HTTP streaming transport, which is stateless per request and unaffected by this issue. Update your MCP client config to /mcp if you're still using the old URL.
v1.1.0 (2026-05)
Real-time analysis endpoints
Five new endpoints that fetch live data rather than querying the crawl index:
/v1/page-seo— title, meta description, H1, canonical, OG tags, and robots directives for any URL/v1/tech-stack— server, framework, and CMS detection from live HTTP headers/v1/site-health— HTTPS, redirect chain, robots.txt, and basic crawlability signals/v1/sitemap— sitemap discovery and full URL list parsing/v1/crawl-history— historical crawl frequency and first-seen date
New link analysis endpoints
/v1/competitor-gap— domains that link to a competitor but not to you, ranked by authority/v1/link-audit— health score, risk flags, anchor profile, and top/risky backlinks in one call
Authority scoring
/v1/backlinks and /v1/referring-domains now accept ?score=true to include a normalised authority score (0–100) for each linking domain. Costs 1 extra credit per call.
Official SDKs
- Python SDK —
pip install rankparse - Node.js SDK —
npm install rankparse
Both SDKs cover all live endpoints with typed responses and built-in retry logic.
Zapier and Make.com integrations
All 14 endpoints are now available as actions in Zapier and Make.com — no code required. Find them by searching "RankParse" in each platform's integration directory.
Free SEO tools
Eight tools available with no API key, rate-limited by IP:
- Backlink Checker
- Domain Authority Checker
- Tech Stack Checker
- Similar Websites
- Domain Age Checker
- Meta Tag Analyzer
- Link Intersect
- Page Speed Checker
Agent workflow library
Pre-built prompt templates for common SEO workflows — backlink audit, link gap analysis, competitor research, and more. Each workflow ships with setup instructions, a ready-to-paste agent prompt, and a REST fallback. Browse at /workflows.
Tiered credit packs
Credits now come in volume tiers — the more you buy, the lower the per-credit cost. Guest checkout is supported (no account required to purchase). Unused credits never expire.
Transactional emails
RankParse now sends emails at every meaningful account event:
- Welcome — sent after account creation with your starting credit balance and a first API call example
- Purchase confirmation — sent after every credit top-up with amount charged and new balance
- Payment failed — sent if a card charge is declined, with a link to retry
- Low credits warning — sent when your balance drops below a threshold
- Credits exhausted — sent when an API call is rejected due to zero credits
- API key created / revoked — sent when a key is added or deleted
All emails come from hello@rankparse.com. Reply to any email to reach the team.
Performance
- Repeat lookups for domain authority, tech stack, and page performance now return in under 50ms
- Improved query reliability — transient errors are automatically retried with per-request timeout budgets
v1.0.0 (2026-04)
Initial release of the RankParse API.
Endpoints
- 16 live endpoints covering backlinks, domain authority, anchor text, top pages, outbound links, URL index, page metadata, tech stack, domain rank, crawl history, status codes, content types, language distribution, domain overlap, link intersect, and similar domains
- 2 power endpoints: site explorer and batch lookup
- 4 stub endpoints: link velocity, new links, lost links, schema markup (coming in v2)
Features
- Pay-as-you-go credits (no subscriptions)
- MCP server for AI agent integration
- Batch endpoint for up to 50 domains per request
- Rate limiting at 60 requests per minute
Data
- Q1 2026 web crawl dataset
- Domain authority scores computed from full link graph of 3B+ pages