Find the right people from LinkDB consisting of 473+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 19+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'
/ result returned
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