GitHub lead generation API: from developer activity to a named buyer

GitHub is a public record of what developers and companies are building and evaluating. DataForGTM turns that record into leads — intent signals, person-level identity, and ICP scoring — as tools your AI agent can call. Pay only for what you use; no dashboard, no seats.

The four jobs of GitHub lead generation

Most "GitHub lead gen" stops at a star count or a company logo. To actually act on a developer, you need to go the whole way: signal → company → person → fit. DataForGTM exposes each step as a separate callable tool.

StepWhat it answersTool
1. Monitor intentWhich developers and companies are active on the repos, orgs, or tech you sell?developer-intent / company-intent
2. Resolve identityWho is this GitHub user, really? What's their LinkedIn?deanon (GitHub → LinkedIn)
3. Enrich the companyCompany, role, and firmographics behind the developer.enrichment
4. Score fitDoes this lead match my ICP, and how strongly?/api/v1/icp/score

How it compares to other approaches

There are several ways to "get leads from GitHub." They are honestly not the same job, and some are better than DataForGTM at theirs.

ApproachStarts fromPerson-level GitHub → LinkedInWhere it's stronger
DataForGTMGitHub identity / repo signalYesAgent-callable, pay-per-hit, no platform to adopt
reo.devDeveloper activityIn-platform onlyFull dashboard, attribution, web + GitHub blend
ScarfPackage/registry pullsNo (company-only, no PII)Privacy-safe download & usage analytics
Apollo / ZoomInfoDomain or LinkedIn URLNoHuge contact DB, email/phone, sequencing
PhantomBusterLinkedIn scrapingNoBroad automation recipes (LinkedIn ban risk)

Resolve a developer from an agent

The one capability no other API sells: hand it a GitHub username, get the real person's LinkedIn. A miss is free; you pay 2 credits (~$0.30) only on a confirmed hit.

curl -X POST https://dataforgtm.ai/api/v1/deanon \
  -H "Authorization: Bearer $DATAFORGTM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"githubUser":"torvalds"}'

# → { "github_user": "torvalds", "linkedin_url": "...", "confidence": 0.9, "status": "found", ... }

Agent-native by design

Every tool here is exposed over OpenAPI and an MCP server card, authenticated with a bearer API key, billed prepaid pay-per-use. Point Claude or ChatGPT at it and it can run the whole pipeline — find intent, resolve the person, score the fit — without you opening a dashboard.

Start

Self-serve trial via /api/v1/signup, no demo call. Start a trial → · View the OpenAPI →