Migration Intelligence API

Know where developers are
moving — before they do

We scan GitHub commit history continuously — no surveys, no download counts. See exactly which packages developers are dropping, what they're switching to, and which tool combinations survive production. Ground truth from 4,535 real repositories.

Get API Access
4,535
Repos Scanned
422
Migration Events
189
Unique Paths
93,111
Verified Combos

What is Migration Intelligence?

Package-level market research derived from actual code changes — not download counts, not surveys, not analyst estimates. When a developer removes one package and adds another in the same commit, that's a migration event. Across 422 of those events, a ground-truth picture of where the market is moving emerges.

01 Monitor 4,535 GitHub repos for changes to package.json and requirements.txt
02 Record each package swap as a migration event with direction and confidence level
03 Aggregate across 189 unique migration paths to surface trends before they hit social media

Built for tool makers

Competitive Intelligence

See how many repos migrated FROM your competitor TO you — or the other way around. Real numbers, not surveys.

Market Sizing

How many active repos use your category of tool? What is the total addressable market based on actual adoption data?

Win/Loss Analysis

Which specific repos switched away from you? What did they switch to? Identify patterns in churn before it becomes a trend.

Content Marketing

Publish data-backed migration reports. "73% of repos that left Moment.js chose date-fns." Content that writes itself.

Simple REST API

JSON responses. No SDK required.

// Who's migrating away from express?
GET /api/migrations?package=express

// Response
{
  "package": "express",
  "migrating_from": [
    {
      "to": "fastify",
      "count": 12,
      "confidence": "swap",
      "sample_repos": ["vercel/next.js", "..."]
    },
    {
      "to": "hono",
      "count": 8,
      "confidence": "swap"
    }
  ]
}

// What works with prisma in production?
GET /api/combos?package=prisma

// Full dataset summary and freshness info
GET /api/migrations/stats

Pricing

Explorer
Free
For indie devs and researchers
  • ✓ Browse /migrations page
  • ✓ 50 API queries/day (free key)
  • ✓ Migration data in /analyze results
Get Free Key
RECOMMENDED
Pro
$299/mo
For tool maker marketing teams
  • ✓ Unlimited API queries
  • ✓ Competitive migration tracking
  • ✓ Weekly CSV data exports
  • ✓ Repo-level detail
  • ✓ Combo verification data
Request Access
Enterprise
Custom
For VCs and market intelligence
  • ✓ Everything in Pro
  • ✓ Raw data licensing
  • ✓ Custom scanning targets
  • ✓ CI outcome data feed
  • ✓ Dedicated support
Let's Talk
Data updated continuously from live GitHub repo scans. Currently tracking 4,535 repositories.
Migration paths verified from real git commit history — not surveys or estimates.