Find the right people from LinkDB consisting of 475+M person profiles, using 46 data attributes with Boolean search syntax
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/v2/search/person/' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'city=Seattle' \
--data-urlencode 'current_role_title=Co-chair OR founder' \
--data-urlencode 'last_name=Gates' \
--data-urlencode 'first_name=Bill' \
--data-urlencode 'country=US'
Find the right companies from LinkDB consisting of 21+M company profiles, using 21 data attributes with Boolean search syntax
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/v2/search/company' \
--data-urlencode 'type=PRIVATELY_HELD' \
--data-urlencode 'country=US' \
--data-urlencode 'founded_after_year=2019' \
--data-urlencode 'funding_raised_after=2021-04-01' \
--data-urlencode 'funding_amount_min=5000000' \
--data-urlencode 'page_size=10' \
--data-urlencode 'enrich_profiles=enrich'
Find all the jobs from 19+M companies in LinkDB LinkedIn database, using Boolean search syntax
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://nubela.co/proxycurl/api/v2/linkedin/company/job' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'job_type=full-time' \
--data-urlencode 'experience_level=senior' \
--data-urlencode 'when=past-month' \
--data-urlencode 'flexibility=remote' \
--data-urlencode 'geo_id=92000000' \
--data-urlencode 'keyword=software engineer' \
--data-urlencode 'search_id=1441'
Here's what we've been up to recently.
Learn all about the LinkedIn API, with comprehensive Python code demos. Dive into the world of LinkedIn APIs, official and third-party alternatives, and understand how to access and utilize LinkedIn profile data through Python code examples.
13 MIN READ
I'm happy to share that the team behind Proxycurl is launching Accountgram today! Accountgram is a digital B2B debt collection service with a 32.5% success rate from 64 collections, and an average of 12 days to collection. Accountgram is the key that reduced our customer churn rate
2 MIN READ
As the CEO of Accountgram, a B2B debt collection specialist with 92 collections under my belt since June 2024, I want to provide you with a no-nonsense breakdown of everything I know about B2B collections. I’ll also show you exclusive receipts from a collection made by Atradius, a €2.
12 MIN READ