LinkedIn Person Profile
Get the full profile for a LinkedIn member by public handle — name, headline, location, about, experiences, educations, skills, certifications, and follower/connection counts — as JSON. Costs 4 credits.
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonusernamestringrequiredPublic identifier (vanity handle) from the member's profile URL.
Example: williamhgates
include_experiencesbooleanInclude the experiences section. Enabled by default server-side.
include_educationsbooleanInclude the educations section. Enabled by default server-side.
include_skillsbooleanInclude the skills section. Enabled by default server-side.
include_certificationsbooleanInclude the certifications section. Enabled by default server-side.
include_follower_and_connectionbooleanInclude follower and connection counts. Enabled by default server-side.
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
results = client.linkedin.person(username="williamhgates")
print(results)Response