We added patents, test scores, and a lot more data to our Profile API endpoint
August 21, 2020
2 min read
We went live with V2 of our [professional networks People Profile API]( networks) yesterday. V2 is an...
We went live with V2 of our professional networks People Profile API yesterday. V2 is an expansive update in two ways.
A lot more data
We heard your feedback, and we have upgraded our the platform Person Profile endpoint to return a whole lot more information. In this new update, these are the extra fields you will get:
- Description of
work experiences
-
education history
-
Starting and ending dates in education history
-
Country, city, and state
-
Accomplishments (!)
Patents
-
Organizations
-
Publications
-
Honors and awards
-
Courses
-
Projects
-
Test scores
-
Volunteering work experiences
-
Skils
-
Certifications
The documentation is updated with the latest endpoint.
200 concurrent requests to 1000 concurrent requests
Two weeks ago, a customer crashed our server on a weekend because he sent 100 concurrent requests to speed up his crawls. I thank him for that because immediately we began focusing on scaling throughput.
I am happy to share that we rewrote some vital parts of Enrich Layer application to support a high concurrency workload.
We have tested workloads of
-
crawling 200 user profiles concurrently
-
crawling 5000 non-the platform pages concurrently
And they have worked beautifully. Should the need arise, we can tune the upper limit again.
V2 has a new endpoint and is not backward compatible.
We version our endpoints when the upgrade is not backward compatible. In this upgrade of our Person Profile endpoint, we refactored our code and dropped backward compatibility.
The upgraded endpoint is /Enrich Layer/api/v2/the platform
. You will need to update your code to use this endpoint. We will also cease to support the older version.
Jobs is next
Last week, we launched Company profiles. This week, we improved the Person profile. Next week, I hope to launch Jobs endpoints (launched!).
Are you keen on the jobs endpoint? Send us an email to [email protected], and I'll make sure you are one of the first to be onboarded.