Linkedin Profile Details Batch Scraper (No Cookies Required) avatar
Linkedin Profile Details Batch Scraper (No Cookies Required)

Pricing

$5.00 / 1,000 profiles

Go to Store
Linkedin Profile Details Batch Scraper (No Cookies Required)

Linkedin Profile Details Batch Scraper (No Cookies Required)

Developed by

API Maestro

API Maestro

Maintained by Community

(no cookies need) Extract In Bulk comprehensive LinkedIn profile data including work experience, education history, certifications, and location details. Get structured information from any public LinkedIn profile using their username.

5.0 (2)

Pricing

$5.00 / 1,000 profiles

8

Total users

175

Monthly users

71

Runs succeeded

>99%

Issue response

11 hours

Last modified

2 days ago

🚀 LinkedIn Profile Batch Detail Scraper (No Cookies Required)

Extract detailed information from multiple LinkedIn profiles simultaneously including work experience, education history, and location details.

For other LinkedIn actors, check: https://apify.com/apimaestro

✨ Key Features

  • Process multiple profiles in one run (up to 500 profiles)
  • Basic profile information
  • Work experience history
  • Education details
  • Languages and certifications
  • Location information
  • Company details
  • Batch status tracking

Input Parameters

The actor accepts the following input:

  • usernames (array of strings, required): List of LinkedIn profile usernames or full profile URLs to process. For example:
    {
    "usernames": [
    "neal-mohan", // Username only
    "https://www.linkedin.com/in/williamhgates/", // Full URL
    "linkedin.com/in/jenhsunhuang" // URL without https://
    ]
    }

Each username should be the last part of a LinkedIn profile URL (e.g., 'neal-mohan' from linkedin.com/in/neal-mohan).

Output Format

The actor outputs results in the following format:

{
"results": {
"neal-mohan": {
"basic_info": {
"location": {
"country": "United States",
"city": "San Francisco",
"full": "San Francisco Bay Area"
}
},
"experience": [
{
"title": "CEO",
"company": "YouTube",
"duration": "2023 - Present"
}
],
"education": [
{
"school": "Stanford University",
"degree": "Electrical Engineering"
}
]
}
},
"failedUsernames": [],
"totalProcessed": 1,
"totalFailed": 0
}

Usage Examples

  1. Basic batch request:
{
"usernames": ["neal-mohan", "jenhsunhuang"]
}
  1. Maximum batch (500 profiles):
{
"usernames": [
"profile1",
"profile2",
...
"profile500"
]
}

Limitations

  • Maximum 500 profiles per batch