Documentation

Transition Guide

How to migrate from Proxycurl to Enrich Layer API endpoints.

Transition from Proxycurl to Enrich Layer

We have updated our API endpoints to be more consistent and easier to use. Here is a list of the changes you need to make to your code to transition to the new endpoints.

Endpoint Changes

EndpointPrevious Path (Proxycurl)New Path (Enrich Layer)
Base URLhttps://nubela.co/proxycurl/apihttps://enrichlayer.com/api/v2
School Profile/linkedin/school/school
Company Profile/linkedin/company/company
Employee Listing/linkedin/company/employees/company/employees
Employee Count/linkedin/company/employees/count/company/employees/count
Company Profile Picture/linkedin/company/profile-picture/company/profile-picture
Company Lookup/linkedin/company/resolve/company/resolve
Company ID Lookup/private/harmonic-ai/linkedin/company/resolve_id/company/resolve-id
Employee Search/linkedin/company/employee/search/company/employee/search
Person Profile/v2/linkedin/profile
Person Profile Picture/linkedin/person/profile-picture/person/profile-picture
Person Lookup/linkedin/profile/resolve/profile/resolve
Role Lookup/find/company/role/find/company/role (unchanged)
Reverse Email Lookup/linkedin/profile/resolve/email/profile/resolve/email
Reverse Contact Number Lookup/resolve/phone/resolve/phone (unchanged)
Work Email Lookup/linkedin/profile/email/profile/email
Disposable Email Check/disposable-email/disposable-email (unchanged)
Personal Contact Number/contact-api/personal-contact/contact-api/personal-contact (unchanged)
Personal Email/contact-api/personal-email/contact-api/personal-email (unchanged)
Job Profile/linkedin/job/job
Job Search/v2/linkedin/company/job/company/job
Jobs Listing Count/v2/linkedin/company/job/count/company/job/count
Company Search/v2/search/company/search/company
Person Search/v2/search/person/search/person
Credit Balance/credit-balance/credit-balance (unchanged)

Employee Count Endpoint Transition

We've also renamed some URL parameters and response fields for the Employee Count endpoint.

URL Parameters

Previous Value (Proxycurl)New Value (Enrich Layer)
linkedin_employee_countestimated_employee_count

Response

Previous Value (Proxycurl)New Value (Enrich Layer)
total_employee(removed)
linkedin_employee_countestimated_employee_count
linkdb_employee_countverified_employee_count

Transition Tool

Enter your Proxycurl request URL below and we'll generate the corresponding Enrich Layer request.