Fiber AI
100Freshest data APIs for AI agents — 850M+ people, 40M+ companies, verified contacts, reverse email lookup, and real-time LinkedIn data at a fraction of competitor pricing.
Pros
- + First-class agent support — official MCP server, Python/TypeScript SDKs, and dedicated agentic search endpoints that convert natural language to structured filters
- + Comprehensive OpenAPI 3.1 spec (90+ endpoints) makes tool-use integration trivial for LLM function calling
- + Unique endpoints competitors lack: reverse email-to-person lookup, real-time LinkedIn live fetch, kitchen-sink enrichment, and GitHub-to-LinkedIn resolution
Cons
- - No permanent free tier — only a 7-day trial, then minimum $300/mo
- - Auth is non-standard (apiKey in request body for POST, query param for GET) rather than a standard Authorization header, requiring custom handling in generic API clients
Integration
import osfrom fiberai import Clientfrom fiberai.api.search import people_searchfrom fiberai.models import PeopleSearchBody
client = Client(base_url="https://api.fiber.ai")body = PeopleSearchBody.from_dict({ "apiKey": os.environ["FIBERAI_API_KEY"], "searchParams": { "title": ["CTO", "VP Engineering"], "seniority": ["Executive"], "location": {"countries": ["USA"]} }, "pageSize": 10})response = people_search.sync(client=client, body=body)Details
- Category
- People Search
- Pricing
- Pay-as-you-go
- Free Tier
- 7-day free trial on all plans; Prospector starts at $300/mo for 15K credits
- Rate Limit
- Per-endpoint limits (429 on exceed); 2x limits on Growth plan, custom on Enterprise
- Verified
- 2026-03-31
Score Breakdown
Related APIs in People Search
People Data Labs
People SearchWorld's largest people and company dataset with 3B+ person profiles and 70M+ companies — enrich, search, identify, and clean data via REST API with official SDKs.
Apollo
People SearchB2B sales intelligence API with 210M+ contacts and 30M+ companies — people/company enrichment, search, and prospecting via a REST API.
Influencers Club
People SearchCreator discovery and enrichment API with 340M+ profiles across 47 platforms -- search, enrich by email or handle, and get 40+ data points per creator.
Nyne.ai
People SearchPeople intelligence API with 28 endpoints — enrich persons by email/phone/LinkedIn, get social media activity, contacts, company data, event attendees, and intent signals across 250M+ public web sources.
Sixtyfour
People SearchIntelligence-grade enrichment API for people and companies — AI agents do deep research to surface verified contacts, firmographics, and real-time business signals.