Nyne.ai
85People 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.
Pros
- + Extremely broad data coverage across 250M+ websites including niche sources (Strava, SoundCloud, GitHub, forums, government records) — agents get a unified person profile from scattered digital footprints
- + Multiple input types accepted (email, phone, LinkedIn URL, name) with confidence scoring and timestamps on every signal, letting agents assess data freshness and reliability
- + Purpose-built for AI agents with structured JSON responses, identity graph resolution, and intent signals (life events, buying signals, brand affinities) that enable sophisticated reasoning
Cons
- - Async enrichment flow (POST then poll GET with request_id) adds complexity for agents compared to synchronous APIs — requires polling logic or webhook handling
- - Credit-based pricing with variable costs per feature (lite vs standard vs social posts) makes budget tracking complex for autonomous agents
Integration
import requestsimport time
headers = { "X-API-Key": "YOUR_API_KEY", "X-API-Secret": "YOUR_API_SECRET", "Content-Type": "application/json"}
# Submit person enrichment requestresp = requests.post( "https://api.nyne.ai/person/enrichment", headers=headers, json={"linkedin_url": "https://linkedin.com/in/example"})request_id = resp.json()["request_id"]
# Poll for resultswhile True: result = requests.get( f"https://api.nyne.ai/person/enrichment?request_id={request_id}", headers=headers ).json() if result.get("status") == "complete": print(result["data"]) break time.sleep(2)Details
- Category
- People Search
- Pricing
- Freemium
- Free Tier
- Free trial available. Credit-based pricing: standard enrichment costs 6 credits when data found, lite mode costs 3 credits. Social posts fetching adds +6 credits when data found.
- Rate Limit
- Not publicly documented. Async API pattern — POST to submit, poll GET for results.
- Verified
- 2026-03-31
Score Breakdown
Related APIs in People Search
Fiber AI
People SearchFreshest 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.
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.
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.