Need company data that goes beyond basic firmographics? Surface-level profiles won't cut it when you're building lead scoring, market intelligence, or competitive analysis tools.
Today we're highlighting MixRank, a company intelligence platform now available on Orthogonal with 25 endpoints covering LinkedIn data, company intelligence, people search, employee analytics, email prospecting, and advanced segmentation.
What is MixRank?
MixRank is a data platform that tracks millions of companies and people across the web. They combine LinkedIn data, web technology detection, app store intelligence, and more into a unified company graph. Their data powers sales teams, investors, and product builders who need accurate, up-to-date business intelligence.
Key Features
LinkedIn Intelligence (Live Scan)
Pull full LinkedIn profiles, company pages, posts, and job listings on demand. MixRank's "Live Scan" feature can fetch fresh data directly from LinkedIn or serve from cache for speed. Get work history, education, skills, recommendations, funding rounds, company posts, and job details.
Company Search and Matching
Search a directory of 10M+ companies by name, or match companies by domain URL, LinkedIn URL, or company name. Get detailed profiles including employee counts, LinkedIn data, industry classifications, Fortune/Inc rankings, and headquarters info.
People Search and Enrichment
Look up any person by ID, email, phone, social URL, or name+company. Get back a unified profile spanning LinkedIn, Twitter, GitHub, Facebook, Indeed, plus B2B/B2C emails and direct dial phone numbers.
Employee Trend Analytics
Track how companies grow over time. Get headcount timeseries data broken down by job function, seniority, employment type, country, and more. Spot hiring surges, layoffs, and talent shifts before they hit the news.
Email Prospecting and Validation
Find email addresses for any person at any company with fuzzy name matching. Validate deliverability with support for catch-all domains and multiple caching strategies.
Advanced Segmentation
Build complex boolean queries to find companies and people matching specific criteria. Combine filters like industry, employee size, location, job titles, and more using AND/OR/NOT operators. Preview results instantly or run async queries for large result sets.
Using MixRank with Orthogonal
Get a LinkedIn Profile
// Using @orth/sdk
// Install: npm install @orth/sdk
import Orthogonal from "@orth/sdk";
const orthogonal = new Orthogonal({
apiKey: process.env.ORTHOGONAL_API_KEY,
});
// Pull a full LinkedIn profile (cached or live scan)
const output = await orthogonal.run({
api: "mixrank",
path: "/linkedin/profile",
query: {
url: "https://www.linkedin.com/in/rbranson",
strategy: "besteffort",
maxage: "2592000" // 30 days
}
});
console.log(output);
// Returns full profile: experience, education, skills, recommendations, etc.Look Up a Person by Email
// Find a person and get their full profile
const output = await orthogonal.run({
api: "mixrank",
path: "/person/match",
query: {
email: "dana@asana.com",
enable: "twitter,b2b_emails,directdials"
}
});
console.log(output);
// Returns LinkedIn, Twitter, GitHub, emails, phone numbers, and moreSearch for Companies
// Search for companies by name
const output = await orthogonal.run({
api: "mixrank",
path: "/companies",
query: {
search: "Stripe",
page_size: "10"
}
});
console.log(output);
// Returns company profiles with LinkedIn data, rankings, and moreTrack Employee Trends
// Get employee headcount over time
const output = await orthogonal.run({
api: "mixrank",
path: "/companies/91408393/timeseries",
query: {
since: "2024-01-01",
page_size: "12"
}
});
console.log(output);
// Returns monthly employee count, LinkedIn followers, etc.Find Email Addresses
// Find someone's email at a company
const output = await orthogonal.run({
api: "mixrank",
path: "/email/prospect",
query: {
first_name: "Sam",
last_name: "Altman",
domain: "openai.com",
limit: "3"
}
});
console.log(output);
// Returns matched email addresses with validity statusAvailable Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /linkedin/profile | GET | Full LinkedIn profile with live scan |
| /linkedin/profile/posts | GET | Posts from a LinkedIn profile |
| /linkedin/company | GET | LinkedIn company page with funding and posts |
| /linkedin/company/posts | GET | Posts from a LinkedIn company |
| /linkedin/job | GET | LinkedIn job posting details |
| /companies | GET | Search the company directory |
| /companies/{company_id} | GET | Get detailed company profile |
| /companies/match | GET | Match by name, URL, or LinkedIn |
| /companies/{company_id}/timeseries | GET | Employee and follower trends |
| /companies/{company_id}/employee-metrics | GET | Headcount by type |
| /companies/{company_id}/employee-metrics/{job_tag_id}/timeseries | GET | Employee trends by type |
| /jobtags | GET | Job tag ontology for filtering |
| /companies/segment-preview | GET | Company segmentation (instant) |
| /companies/segment-query | POST | Company segmentation (async) |
| /segment-features/companies | GET | Feature IDs for company queries |
| /person/{id} | GET | Full person record |
| /person/match | GET | Match person by email, phone, social URL, or name |
| /person/search | GET | Search people by keywords |
| /person/social-url-lookup | GET | Look up person by social media URL |
| /email/prospect | GET | Find email by name and domain |
| /email/validate | GET | Validate email deliverability |
| /person/segment-preview | GET | Person segmentation (instant) |
| /person/segment-query | POST | Person segmentation (async) |
| /segment-features/persons | GET | Feature IDs for person queries |
| /segment-result | GET | Download async query results |
Use Cases
Sales Intelligence
Enrich your pipeline with deep company and people profiles. Know a prospect's full background, find their email, and understand their company's growth trajectory before reaching out.
Market Research
Track employee trends across industries. Spot companies scaling up in specific functions, identify talent migration patterns, and monitor competitive landscapes with headcount analytics.
Recruiting and Talent Intelligence
Search for people by skills, title, and company. Get full LinkedIn profiles with live scan, find direct contact info, and track where top talent is moving.
Lead Generation
Build targeted prospect lists using advanced segmentation. Combine industry, headcount, location, and job title filters to find your ideal customer profile, then enrich with emails and phone numbers.
Competitive Intelligence
Monitor competitors' hiring patterns, LinkedIn activity, and employee growth. Timeseries data lets you spot strategic shifts months before they're announced.
Why Agents Need Deep Company Intelligence
Autonomous agents building pipelines, researching markets, and qualifying leads need more than basic company lookups:
- LinkedIn on demand: Live scan means agents get fresh profiles without managing LinkedIn credentials or scraping infrastructure
- Unified people graph: One API call returns LinkedIn, Twitter, GitHub, email, and phone, so agents don't need to stitch together multiple data sources
- Segmentation at scale: Boolean queries let agents build complex prospect lists programmatically, not just one-off lookups
- Trend data: Headcount timeseries gives agents signals that point-in-time snapshots miss, like whether a company is growing or shrinking
Try It Today
Sign up for Orthogonal and get $10 free credits to try MixRank and dozens of other APIs. No API keys to manage, no accounts to create.