Partner Spotlight

Aviato: The World's Intelligence Engine

Christian Pickett

Christian Pickett

Co-founder

Good data is the foundation of every great sales, recruiting, and investment workflow. But most data providers give you stale records, missing fields, and incomplete profiles. You end up stitching together three or four vendors just to get a usable picture of a single person.

Today we're highlighting Aviato, the intelligence layer for people and companies, now available on Orthogonal.

What is Aviato?

Aviato is a comprehensive intelligence platform with deep coverage of people and company data. Rich person profiles (name, work history, education, skills, compensation, vesting schedules, certifications, investor activity, social profiles, and 90+ more datapoints) and extensive company records (headcount growth, web traffic, financing history, tech stack, product reviews, competitor mapping, industry tags, news, valuations, and 240+ more datapoints).

Trusted by teams at top companies like Uber, Aviato's data quality consistently outperforms other people and company datasets.

Key Features

Person Enrichment

Start with a LinkedIn URL, email, Twitter handle, or any identifier and get back a complete profile: work history, education, skills, compensation, vesting schedules, certifications, languages, investor activity, phone numbers, and social profiles.

Company Enrichment

Look up any company by website, LinkedIn, or other identifiers and get back headcount growth, web traffic trends, financing history, tech stack, product reviews, competitor mapping, industry tags, recent news, and 240+ more datapoints.

Company Search

Find companies matching specific criteria with Aviato's powerful search and DSL query language. Filter by industry, funding stage, headcount, location, and more.

Person Search

Search for people across Aviato's database with filters for title, company, location, skills, and experience.

Funding & Investment Data

Access complete financing histories, funding rounds, investor details, acquisitions, and outbound investments for any company.

Employee Data

Get current and historical employee lists for any company, including titles, departments, and tenure.

Using Aviato with Orthogonal

Enrich a Person

// Using @orth/sdk // Install: npm install @orth/sdk import Orthogonal from "@orth/sdk"; const orthogonal = new Orthogonal({ apiKey: process.env.ORTHOGONAL_API_KEY, }); // Enrich a person by LinkedIn URL const output = await orthogonal.run({ api: "aviato", path: "/person/enrich", query: { linkedinURL: "https://linkedin.com/in/satyanadella" } }); console.log(output); // Returns: name, work history, education, skills, certifications, investor activity, and more

Enrich a Company

// Enrich a company by website const output = await orthogonal.run({ api: "aviato", path: "/company/enrich", query: { website: "https://stripe.com" } }); console.log(output); // Returns: headcount, web traffic, funding data, tech stack, product reviews, news, and 240+ more datapoints

Search for Companies

// Search for companies using Aviato's DSL query language const output = await orthogonal.run({ api: "aviato", path: "/company/search", body: { dsl: { industry: "fintech", location: "San Francisco", fundingStage: "Series B" } } }); console.log(output); // Returns matching companies with full enrichment data

Get Company Employees

// Get employees at a company (paginated) const output = await orthogonal.run({ api: "aviato", path: "/company/employees", query: { website: "https://openai.com", page: "1", perPage: "10" } }); console.log(output); // Returns current employees with titles, departments, and profiles

Get Funding Rounds

// Get a company's funding history (paginated) const output = await orthogonal.run({ api: "aviato", path: "/company/funding-rounds", query: { website: "https://anthropic.com", page: "1", perPage: "10" } }); console.log(output); // Returns all funding rounds with amounts, investors, and dates

Available Endpoints

EndpointMethodDescription
/person/enrichGETEnrich a person by LinkedIn, email, Twitter, etc.
/person/searchPOSTSearch for people with DSL queries
/company/enrichGETEnrich a company by website, LinkedIn, etc.
/company/bulk-enrichPOSTBulk enrich multiple companies
/company/searchPOSTSearch for companies with DSL queries
/company/employeesGETGet company employees (paginated)
/company/foundersGETGet company founders
/company/funding-roundsGETGet company funding history (paginated)
/company/investmentsGETGet company investments
/company/fundsGETGet company funds
/company/acquisitionsGETGet company acquisitions

Use Cases

Sales Intelligence

Enrich your pipeline with complete profiles. Know a prospect's work history, skills, and compensation before the first call. Find decision-makers at target accounts instantly.

Recruiting

Identify top talent with detailed skill profiles, work history, and education data. Understand candidate backgrounds before reaching out.

Investment Research

Map entire markets with company enrichment. Track funding rounds, headcount trends, web traffic spikes, and competitive landscapes across your portfolio.

Account-Based Marketing

Build precise target account lists with company search. Filter by funding stage, headcount, tech stack, and industry to find your ideal customer profile.

CRM Enrichment

Fill in missing data across your CRM automatically. Transform sparse contact records into rich intelligence profiles with a single API call.

Competitive Intelligence

Track headcount trends, funding activity, and web traffic changes across companies in your space.

Why Agents Need Deep Intelligence

Autonomous agents handling outreach, research, and analysis need more than basic contact info:

  1. Depth matters: Rich person profiles (90+ datapoints) and company records (240+ datapoints) mean agents can make informed decisions without follow-up queries
  2. Freshness counts: Stale data leads to wrong emails, old titles, and missed opportunities
  3. Coverage wins: A single API for people and company data means fewer integrations and simpler agent workflows
  4. Context enables personalization: Work history, skills, funding data, and tech stacks give agents the context to craft relevant outreach

Try It Today

Sign up for Orthogonal and get $10 free credits to try Aviato and dozens of other APIs. No API keys to manage, no accounts to create.

Get Started | View on Orthogonal | Aviato Website