Can scrape up to 100 profiles data in a go Request Body Example: { "links": [ "http://www.linkedin.com/in/luke-sharp-b3838719a", "http://www.linkedin.com/in/hollie-smith-96ab44b5" ] }
Can scrape up to 100 companies data in a go Request Body Example: { "links": [ "https://www.linkedin.com/company/huzzle-app/", "http://www.linkedin.com/company/aep-energy" ], "count": 1 }
Can scrape 100 posts of 50 linkedin companies Request Body Example: { "links": [ "https://www.linkedin.com/company/huzzle-app/", "http://www.linkedin.com/company/aep-energy" ], "count": 1 }
Scrapes all data of a person from linkedin Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
Scrapes all data from a person's page using his profile URN NOTE: This tool failed during testing (status 400, error: Failed to scrape profile). The API documentation is unclear if this expects a URN string or a full profile link with URN. Request Body Example: { "link": "https://www.linkedin.com/in/ACoAACeIPPkBUymOGNvgfbBL_uhKc32Hg_g_haU" }
Scrapes all skills of a linkedin user Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
Search for people from linkedin using all filters as per linkedin Request Body Example: { "keyword": "ingmar", "page": 1, "title_free_text": "CEO", "company_free_text": "Huzzle", "first_name": "Ingmar", "last_name": "Klein" }
Scrapes all data from a provided company url Request Body Example: { "link": "https://www.linkedin.com/company/huzzle-app" }
Scrapes jobs of a specific linkedin company Request Body Example: { "company_url": "https://www.linkedin.com/company/google", "starts_from": 0, "count": 10 }
Search for companies as per linkedin search engine Request Body Example: { "keyword": "G", "page": 1, "company_size_list": "A,D", "hasJobs": false, "location_list": "", "industry_list": "" }
Scrapes post data by a person/company using its linkedin url Request Body Example: { "link": "https://www.linkedin.com/feed/update/urn:li:activity:7219434359085252608" }
Search posts as per linkedin.com search engine (with filters) Request Body Example: { "page": 1, "query": "Top 10", "filters": [ { "key": "datePosted", "values": "past-week" } ] }
Scrapes updates posted by a linkedin user NOTE: API doc specifies profile_url and page as required GET parameters. Get Request Parameters: - profile_url: LinkedIn profile URL (paramType: STRING, required) (e.g....
Scrapes comments posted by a person as per his recent activity NOTE: API doc specifies profile_url and page as required GET parameters. Get Request Parameters: - profile_url: LinkedIn profile URL (paramType: STRING, required) (e.g....
Scrapes updates of a given company NOTE: API doc specifies company_url and page as required GET parameters. Get Request Parameters: - company_url: LinkedIn company URL (paramType: STRING, required) (e.g....
Get employee count with specific skill at a company NOTE: API doc example uses camelCase 'companyUrl' in the request body. Request Body Example: { "keyword": "java", "companyUrl": "https://www.linkedin.com/company/google" }
Returns alumni count of a school/university NOTE: API doc example uses camelCase 'schoolUrl' in the request body. NOTE: This tool failed during testing with 400 Bad Request. Request Body Example: { "keyword": "", "schoolUrl": "https://www.linkedin.com/school/abertay-university", "skillExplicits": "260" }
Scrapes 12 people from a company (People Tab) NOTE: API doc specifies company_id and page as required GET parameters. NOTE: This tool failed persistently during testing (status 400, error: Couldn't recognize the parameter keys provided), unable to recognize parameters even when matching doc. Get Request Parameters: - company_id: LinkedIn company ID (paramType: STRING, required) (e....
Data of the people who reacted to a particular post NOTE: Obtain 'reactionsUrn' from 'Company Updates' or 'Profile Updates' endpoints. Get Request Parameters: - reactionsUrn: URN for the post reactions (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/reactions") - paginationToken: For pagination (paramType: STRING, optional)
Scrapes all commenters data who commented below a post NOTE: Obtain 'commentsUrn' from 'Company Updates' or 'Profile Updates' endpoints. Get Request Parameters: - commentsUrn: URN for the post comments (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/comments") - paginationToken: For pagination (paramType: STRING, optional)
Scrapes all Reposters data who reposted a post NOTE: Obtain 'repostsUrn' from 'Company Updates' or 'Profile Updates' endpoints. Get Request Parameters: - repostsUrn: URN for the post reposts (paramType: STRING, required) (e.g., "urn:li:activity:7219434359085252608/reposts") - paginationToken: For pagination (paramType: STRING, optional)
Search for posts as per linkedin using all the available filters NOTE: API doc shows this endpoint uses different parameter names than previously implemented. Get Request Parameters: - query: Search term (paramType: STRING, optional) (e.g....
Search for jobs with filters as per linkedin NOTE: API doc shows this endpoint uses different parameter names than previously implemented. Get Request Parameters: - query: Job search keywords (paramType: STRING, required) (e.g....
Get detailed information about a specific job Get Request Parameters: - jobId: LinkedIn job ID (paramType: STRING, required) (e.g., "3862806121" - obtain from search results)
Returns similar profiles to a given linkedin profile url Get Request Parameters: - profileUrl: LinkedIn profile URL (paramType: STRING, required) (e.g., "https://www.linkedin.com/in/williamhgates/")
Suggestions per query Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "California")
Suggestions per query Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "Google")
Suggestions per query Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "Stanford")
Suggestions per query Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "Technology")
Suggestions as per query Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "Consulting")
Returns a list of people suggestion from linkedin. Get Request Parameters: - query: Search query (paramType: STRING, required) (e.g., "Bill Gates")
Suggestions per query NOTE: Failed during testing when keyword contained spaces (e.g., "New York")....
Gets suggestions for Job Function Get Request Parameters: - query: Search query (paramType: STRING, optional) (e.g., "Engineering")
Suggestions for company size filter
Suggestions for language filter
Scrape 100 profiles in a single API call NOTE: Marked as private/premium in documentation. Request Body Example: { "links": [ "http://www.linkedin....
This is a private endpoint for our premium user NOTE: Marked as private/premium in documentation. Request Body Example: { "links": [ "http://www.linkedin....
Scrapes person data with open to work flag Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
Search for posts as per linkedin using all the available filters NOTE: Marked as private/premium in documentation. Get Request Parameters: - query: Search query (paramType: STRING, optional) - author_company: Filter by author's company (paramType: STRING, optional) - author_job_title: Filter by author's job title (paramType: STRING, optional) - author_industry: Filter by author's industry (paramType: STRING, optional) - from_member: Filter by member (paramType: STRING, optional) - from_organization: Filter by organization (paramType: STRING, optional) - mentions_member: Filter by mentioned member (paramType: STRING, optional) - mentions_organization: Filter by mentioned organization (paramType: STRING, optional) - content_type: Filter by content type (paramType: STRING, optional) - sort_by: Sort results by (paramType: STRING, optional) - page: Page number (paramType: STRING, optional)
Private endpoint to scrapes company insights NOTE: Marked as private/premium in documentation. Get Request Parameters: - link: Company LinkedIn URL (paramType: STRING, required)
Private NOTE: Marked as private/premium in documentation. Get Request Parameters: - repostsUrn: URN for the post reposts (paramType: STRING, required) - page: Page number (paramType: STRING, required)
Private NOTE: Marked as private/premium in documentation. Get Request Parameters: - profile_url: LinkedIn profile URL (paramType: STRING, required) - page: Page number (paramType: STRING, required)
Original data NOTE: Marked as private/premium in documentation. Get Request Parameters: - company_url: LinkedIn company URL (paramType: STRING, required) - page: Page number (paramType: STRING, required)
This endpoint scrapes all posts posted by a user at linkedin.com since joined. NOTE: Marked as private/premium in documentation....
Scrapes all linkedin profile data alongwith all the experiences. Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
Scrapers person data with all languages data Request Body Example: { "link": "https://www.linkedin.com/in/matiss-brunavs/" }
Scrapers person data along with all the educations data. Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
LinkedIn API Key
LinkedIn API Host
LinkedIn API User
Access and manage servers by signing in.