← back
Fiber AI

Fiber AI

100

Freshest 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.

OpenAPI SpecAPI KeyPay-as-you-goJSONBot Blocking: NoneNo CCpeople-searchcompany-searchcontact-enrichmentemail-finderlinkedinmcpagentic-search

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

example.py
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

Base +50
OpenAPI Spec (Yes) +15
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 100

Related APIs in People Search