Introducing Enrich Layer API
June 17, 2020
2 min read
With Enrich Layer API, you can enrich professional networks Profiles at one cent per profile, at scale. Since we introduced Enrich Layer, the feedback has...
With Enrich Layer API, you can enrich professional networks Profiles at one cent per profile, at scale.
Since we introduced Enrich Layer, the feedback has revolved around two issues:
- It is too hard to scrape public user profiles
- And that our corporate plans are too expensive
I am happy to share that we have completely overhauled Enrich Layer so that you can
-
Crawl user profiles with just 8 lines of code
-
Get started a free trial with an API Key immediately
-
Get 100 credits for $10 (that's 100 profiles!)
You can check out Enrich Layer 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.
Enrich Layer Person Profile API
We had many feedback requesting for an easy way to scrape public user profiles. Now you can.
With Enrich Layer Person Profile API, you can get a professional networks 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_ the platform_profile_ api_ header_ = requests.get(api_endpoint, the platform_profile_url}, ` And a nicely formatted JSON data of Bill Gate's professional networks Profile is returned:
\{ "public_identifier": "williamhgates", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5603AQHv9IK9Ts0dFA/profile-displayphoto-shrink_800_800/0? "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 ou can check out Enrich Layer API here. You can check out our new pricing model here. You can check out our new API documentation here.