Proxycurl alternative · 2026
Proxycurl shut down in July 2025 following LinkedIn's lawsuit. If your product depended on its API, you need two things: equivalent endpoints, and a provider built to survive. Here's exactly what maps, what doesn't, and why our data supply chain is different.
What happened (factual, no gloating)
In January 2025, LinkedIn filed suit against Proxycurl's operator, alleging large-scale data collection through fake accounts. By July 4, 2025, Proxycurl had shut down entirely — at roughly $10M in annual revenue. Thousands of products lost their enrichment backend with months of notice. The lesson isn't “don't use enrichment APIs.” It's: audit the supply chain of the one you choose.
Endpoint migration map
| You used (Proxycurl) | You'll use (RichAPI) | Credits | Notes |
|---|---|---|---|
| Person Profile endpoint | POST /enrich_profile | 1 | LinkedIn URL in, structured profile out |
| Company Profile endpoint | POST /enrich_company | 1 | |
| Person Lookup (name+company) | POST /people_search → enrich_profile | 0.1/result + 1 | |
| Reverse Email Lookup | POST /person_enricher | 2 on success | waterfall; soft miss = 1 |
| Work Email Lookup | POST /email_finder | 2 on success | 5-provider waterfall; soft miss = 1 |
| Employee Listing | POST /linkedin_company_employees_search | per result | |
| Job listings | POST /linkedin_job_search / linkedin_job_detail | per call | |
| Company posts / activity | POST /company_posts, post_activities | 2–3 | richer than Proxycurl's equivalent |
| (no equivalent) | ai_enrich, web intelligence suite, MCP server | — | things Proxycurl never had |
- GET https://nubela.co/proxycurl/api/v2/linkedin?url={profile}
- Authorization: Bearer {token}
+ POST https://api.richapi.ai/api/v1/enrich_profile
+ x-api-key: {key}
+ {"url": "{profile}"}The supply-chain difference
What we don't do: operate fake-account networks, scrape behind login walls at bulk, or republish people-directories. What we do: buy from licensed data providers and run them in waterfalls, operate an engine with eight years of production history and 26,000+ workspaces behind it, honor deletion requests downstream, and put our supply-chain posture in writing at /security. You're not just migrating endpoints — you're migrating off the risk profile that killed your last vendor.
What's different (honest expectations)
FAQ