Sentrion
Signals APIPricing
Sign inBook a strategy call
Programmatic · Data APIs

Sentrion as a layer in your stack.

Programmatic access to 230+ job boards, 7 years of historical signals, and your custom scoring model. Built for GTM engineers, RevOps, and outbound automation. Pipe scored accounts straight into your Clay, Salesforce, or Outreach workflow.

analyze-batch.ts
// Score accounts against your closed-won model
const response = await fetch("https://api.sentrion.ai/api/v1/analyze-batch", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.SENTRION_API_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    accounts: pipeline.map((a) => ({ domain: a.domain })),
    model_id: "your_custom_model",
    return: ["score", "signals", "velocity", "expected_speed"],
  }),
});

const { results } = await response.json();
// → [{ domain, score: 92, signals: [...], velocity: "accelerating" }]

Full API reference →

Endpoints, built for outbound automation.

REST + webhooks. JSON in, JSON out. Pipe Sentrion data wherever your pipeline lives.

POST/api/v1/company-jobs/search

Company Jobs

Search job postings at a specific company by LinkedIn URL. Returns enriched company details plus every matching role.

POST/api/v1/jobs-search/search

Jobs Search

Search jobs across all companies. Filter by location, industry, keyword, job board, seniority, and salary.

POST/api/v1/analyze-batchComing soon

Score accounts in bulk

Run up to 5,000 accounts against your custom closed-won model. Returns scored, ranked results with stacked signals.

POST/api/v1/analyze-executivesComing soon

Decision-maker intelligence

Executive movement data, role mandates, and verified contact info per account.

GET/api/v1/signals/streamComing soon

Webhooks for live signals

Subscribe to real-time signal events on accounts you watch. Push to your CRM, Slack, anywhere.

GET/api/v1/accounts/{domain}Coming soon

Deep account intelligence

Full account profile: hiring patterns, exec moves, tech stack, funding, signal stacks, score.

Plugs into the stack you already run.

Push scored accounts into your CRM, sequencer, or enrichment tool. Pipe live signals into Slack via webhooks.

ClayClay
SalesforceSalesforce
HubSpotHubSpot
OutreachOutreach
ApolloApollo
Webhooks

Build with Sentrion.

Sign up, generate an API key, and start piping scored accounts into your stack. Scale up as your volume grows.

Get API accessRead the docs