Partner Spotlight

MixRank: Company Intelligence and People Data at Scale

Bera Sogut

Bera Sogut

Co-founder

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 more

Search 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 more

Track 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 status

Available Endpoints

EndpointMethodDescription
/linkedin/profileGETFull LinkedIn profile with live scan
/linkedin/profile/postsGETPosts from a LinkedIn profile
/linkedin/companyGETLinkedIn company page with funding and posts
/linkedin/company/postsGETPosts from a LinkedIn company
/linkedin/jobGETLinkedIn job posting details
/companiesGETSearch the company directory
/companies/{company_id}GETGet detailed company profile
/companies/matchGETMatch by name, URL, or LinkedIn
/companies/{company_id}/timeseriesGETEmployee and follower trends
/companies/{company_id}/employee-metricsGETHeadcount by type
/companies/{company_id}/employee-metrics/{job_tag_id}/timeseriesGETEmployee trends by type
/jobtagsGETJob tag ontology for filtering
/companies/segment-previewGETCompany segmentation (instant)
/companies/segment-queryPOSTCompany segmentation (async)
/segment-features/companiesGETFeature IDs for company queries
/person/{id}GETFull person record
/person/matchGETMatch person by email, phone, social URL, or name
/person/searchGETSearch people by keywords
/person/social-url-lookupGETLook up person by social media URL
/email/prospectGETFind email by name and domain
/email/validateGETValidate email deliverability
/person/segment-previewGETPerson segmentation (instant)
/person/segment-queryPOSTPerson segmentation (async)
/segment-features/personsGETFeature IDs for person queries
/segment-resultGETDownload 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:

  1. LinkedIn on demand: Live scan means agents get fresh profiles without managing LinkedIn credentials or scraping infrastructure
  2. Unified people graph: One API call returns LinkedIn, Twitter, GitHub, email, and phone, so agents don't need to stitch together multiple data sources
  3. Segmentation at scale: Boolean queries let agents build complex prospect lists programmatically, not just one-off lookups
  4. 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.

Get Started | View on Orthogonal | MixRank Website