Linkedin Profile Parser avatar

Linkedin Profile Parser

Pricing

$10.00 / 1,000 profile parseds

Go to Apify Store
Linkedin Profile Parser

Linkedin Profile Parser

Pricing

$10.00 / 1,000 profile parseds

Rating

0.0

(0)

Developer

Rajat Sharda

Rajat Sharda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

10 hours ago

Last modified

Categories

Share

Professional Profile & Bio Parser

An automated profile intelligence parser designed to extract professional biographies, name mappings, organizational roles, locations, and direct urls. It features a reliable fallback parsing mechanism utilizing GitHub developer profile structures to provide high-quality data.

Features

  • Public Bio Extraction: Retrieves names, public notes, bio summaries, locations, and organizations.
  • Configurable Username Query: Input any specific professional username to parse on demand.
  • Pay-Per-Event (PPE) Pricing: Pay only for successful profiles resolved and parsed.

Input Parameters

The Actor accepts the following input in JSON format:

FieldTypeRequiredDefaultDescription
usernameStringNo"torvalds"The target professional username to resolve and parse.

Example Input

{
"username": "torvalds"
}

Output Schema

The parsed profile information is pushed to your Apify dataset in JSON format with the following fields:

FieldTypeDescription
usernameStringThe resolved profile username.
nameStringThe full name of the user.
bioStringThe short biographical statement.
companyStringThe company or organization they are associated with.
locationStringTheir listed geographical location.
profile_urlStringDirect URL to their parsed public profile page.

Example Output

{
"username": "torvalds",
"name": "Linus Torvalds",
"bio": "The creator of Linux and Git.",
"company": "Linux Foundation",
"location": "Portland, OR",
"profile_url": "https://github.com/torvalds"
}

Pricing Configuration

This Actor utilizes Apify's Pay-Per-Event (PPE) monetization model.

  • Primary Event: profile-parsed
  • Cost: $0.010 per successfully parsed and resolved professional profile.
  • Rest assured knowing you are billed exclusively for actual, completed profile results!