Proxycurl LinkedIn API scrapes and enriches people and companies profiles with structured data.

/ proxycurl

Introducing Proxycurl API

Steven Goh
Share:

Subscribe to our newsletter

Get the latest news from Proxycurl

With Proxycurl API, you can enrich LinkedIn Profiles at one cent per profile, at scale.

Since we introduced Proxycurl, the feedback has revolved around two issues:

  1. It is too hard to scrape public LinkedIn profiles
  2. And that our corporate plans are too expensive

I am happy to share that we have completely overhauled Proxycurl so that you can

  1. Crawl Linkedin profiles with just 8 lines of code
  2. Get started a free trial with an API Key immediately
  3. Get 100 credits for $10 (that's 100 profiles!)

You can check out Proxycurl API here.
You can check out our new pricing model here.
You can check out our new API documentation here.

Let's dive into the major changes.

Proxycurl Person Profile API

We had many feedback requesting for an easy way to scrape public Linkedin profiles. Now you can.

With Proxycurl Person Profile API, you can get a LinkedIn Profile fully parsed into a nicely formated JSON result. All you have to do is to submit a request to our API with the Person Profile API.

This is how the request looks like:

import requests

api_endpoint = 'https://nubela.co/proxycurl/api/linkedin'
linkedin_profile_url = 'https://www.linkedin.com/in/williamhgates'
api_key = 'YOUR_API_KEY'
header_dic = {'Authorization': 'Bearer ' + api_key}

response = requests.get(api_endpoint,
                        params={'url': linkedin_profile_url},
                        headers=header_dic)

And a nicely formatted JSON data of Bill Gate's Linkedin Profile is returned:

{
    "public_identifier": "williamhgates",
    "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5603AQHv9IK9Ts0dFA/profile-displayphoto-shrink_800_800/0?e=1595462400&v=beta&t=a8bHoijlawfi-pTEW0Uzwesu3pswEg3XbQEC29p4jp0",
    "first_name": "Bill",
    "last_name": "Gates",
    "occupation": "Co-chair, Bill & Melinda Gates Foundation",
    "headline": "Co-chair, Bill & Melinda Gates Foundation",
    "summary": "Co-chair of the Bill & Melinda Gates Foundation. Microsoft Co-founder. Voracious reader. Avid traveler. Active blogger.",
    "country": "us",
    "birth_date": null,
    "experiences": [
        {
            "company": "Bill & Melinda Gates Foundation",
            "title": "Co-chair",
            "starts_at": {
                "month": null,
                "year": 2000
            },
            "ends_at": null,
            "url": null
        },
        {
            "company": "Microsoft",
            "title": "Co-founder",
            "starts_at": {
                "month": null,
                "year": 1975
            },
            "ends_at": null,
        }
    ],
    "education": [
        {
            "school": "Lakeside School, Seattle",
            "degree_name": null,
            "field_of_study": null,
        },
        {
            "school": "Harvard University",
            "degree_name": null,
            "field_of_study": null,
        }
    ],
    "languages": [],
    "organisations": []
}

API Credits with volume discounts

Instead of charging $1250 for the smallest plan, we changed the minimum amount to get started to $10.

Instead of rate limits, we changed the way we charged to be based on credits available with no rate limits.


How about that? Let's get started then!

You can check out Proxycurl API here.
You can check out our new pricing model here.
You can check out our new API documentation here.

Subscribe to our newsletter

Get the latest news from Proxycurl

Steven Goh
Share:

Featured Articles

Here’s what we’ve been up to recently.