Introducing Proxycurl API

With Proxycurl API, you can enrich Professional Social Network 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 Professional Social Network 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 Professional Social Network 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](https://nubela.co/proxycurl/Professional Social Network).
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 Professional Social Network profiles](https://nubela.co/blog/the-ultimate-guide-to-Professional Social Network-public-profile-visibility/). Now you can.

With [Proxycurl Person Profile API](https://nubela.co/proxycurl/Professional Social Network), you can get a Professional Social Network 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/Professional Social Network'
Professional Social Network_profile_url = 'https://www.professionalsocialnetwork.com/in/williamhgates'
api_key = 'YOUR_API_KEY'
header_dic = {'Authorization': 'Bearer ' + api_key}

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

And a nicely formatted JSON data of Bill Gate's Professional Social Network 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](https://nubela.co/proxycurl/Professional Social Network).
You can check out our new pricing model here.
You can check out our new API documentation here.