Linkedin Profile Batch Scraper (No Cookies Required) avatar

Linkedin Profile Batch Scraper (No Cookies Required)

Try for free

No credit card required

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

Linkedin Profile Batch Scraper (No Cookies Required)

apimaestro/linkedin-profile-batch-scraper-no-cookies-required
Try for free

No credit card required

(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. Only Minimum configuration is needed to run the actor

LinkedIn Profile Batch Detail Scraper (No Cookies Required)

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

Our LinkedIn Scraping Suite

Get comprehensive LinkedIn data with our specialized actors:

Each actor is designed to work independently or in combination for advanced use cases.

Features

  • Process multiple profiles in one run (up to 50 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:
    1{
    2  "usernames": [
    3    "neal-mohan",                                    // Username only
    4    "https://www.linkedin.com/in/williamhgates/",   // Full URL
    5    "linkedin.com/in/jenhsunhuang"                 // URL without https://
    6  ]
    7}

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:

1{
2    "results": {
3        "neal-mohan": {
4            "basic_info": {
5                "location": {
6                    "country": "United States",
7                    "city": "San Francisco",
8                    "full": "San Francisco Bay Area"
9                }
10            },
11            "experience": [
12                {
13                    "title": "CEO",
14                    "company": "YouTube",
15                    "duration": "2023 - Present"
16                }
17            ],
18            "education": [
19                {
20                    "school": "Stanford University",
21                    "degree": "Electrical Engineering"
22                }
23            ]
24        }
25    },
26    "failedUsernames": [],
27    "totalProcessed": 1,
28    "totalFailed": 0
29}

Usage Examples

  1. Basic batch request:
1{
2    "usernames": ["neal-mohan", "jenhsunhuang"]
3}
  1. Maximum batch (25 profiles):
1{
2    "usernames": [
3        "profile1",
4        "profile2",
5        ...
6        "profile25"
7    ]
8}

Limitations

  • Maximum 50 profiles per batch
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Dec 2024

  • Modified 4 days ago