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

Pricing

$5.00 / 1,000 profiles

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

Linkedin Profile Details Batch Scraper (No Cookies)

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 (5)

Pricing

$5.00 / 1,000 profiles

39

Total users

640

Monthly users

313

Runs succeeded

>99%

Issues response

1.5 hours

Last modified

8 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 (1000 profiles):
{
"usernames": [
"profile1",
"profile2",
...
"profile500"
]
}

Limitations

  • Maximum 1000 profiles per batch