Aviato
85People and company intelligence API with 700M+ people records and 8M+ company profiles — funding, employees, founders, LinkedIn data, financials, web traffic, tech stack, and market maps.
Pros
- + Massive dataset (700M+ people, 8M+ companies) with deep enrichment — agents get financials, web traffic, tech stack, social metrics, acquisitions, and legal compliance in structured JSON
- + Rich DSL-based query language for person/company search lets agents construct precise, filtered queries programmatically
- + Broad endpoint coverage (25 endpoints) spanning people, companies, funding, market maps, geocoding, and social data — a single API replaces multiple data vendors
Cons
- - No public pricing or self-serve signup — agents/developers must contact sales to get API access, creating friction for rapid prototyping
- - No OpenAPI spec available, so agents cannot auto-discover endpoints or generate typed clients without manual configuration
Integration
import requests
headers = { "Authorization": "Bearer YOUR_API_KEY", "Content-Type": "application/json"}
# Search for people using Aviato DSLresp = requests.post( "https://data.api.aviato.co/person/search", headers=headers, json={ "filters": [ {"field": "current_company.name", "operator": "eq", "value": "Stripe"} ], "limit": 10 })results = resp.json()for person in results.get("data", []): print(person["name"], person.get("title"), person.get("linkedin_url"))Details
- Category
- Company Search
- Pricing
- Pay-as-you-go
- Free Tier
- No public free tier. Contact sales for API access and pricing. Trial access available upon request.
- Rate Limit
- Not publicly documented. Rate limiting enforced server-side (429 errors returned when exceeded).
- Verified
- 2026-03-31
Score Breakdown
Related APIs in Company Search
Openmart
Company SearchLocal business search API covering 30M+ US, CA, and AU businesses — returns 40+ data points per listing including decision-maker contacts, tech stacks, and revenue estimates.
PredictLeads
Company SearchCompany intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.
Ocean.io
Company SearchB2B lookalike search and enrichment API with 230M+ contacts and 35M+ company profiles — company/people enrichment, lookalike search, and email/phone reveal via REST endpoints.
Coresignal
Company SearchB2B data API with 3B+ records on companies, employees, and jobs — bulk search, collect, and enrich with multi-source firmographic and professional data.
Crustdata
Company SearchReal-time B2B data API with 340+ firmographic and people datapoints for company discovery, enrichment, people search, and live change monitoring via webhooks.
Fundable
Company SearchVC deal and startup intelligence API — 90K+ startups, 60K+ investors, funding rounds, AI-powered semantic search, and natural language deal alerts with 13 REST endpoints.