VOOZH about

URL: https://apify.com/miketheminer96/linkedin-profile-scraper/api/python

⇱ Linkedin Profile Scraper API in Python Β· Apify


Pricing

$30.00/month + usage

Go to Apify Store

Linkedin Profile Scraper

πŸš€ Welcome to LinkedIn Scraper API – Your Gateway to Real-Time Professional Insights! πŸ”₯ Looking to access public data from LinkedIn profiles and posts? You're in the right place! Give it a try and discover how easily you can extract the business intel you need! πŸ”₯

Pricing

$30.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ mike TheMiner

mike TheMiner

Maintained by Community

Actor stats

0

Bookmarked

17

Total users

0

Monthly active users

a day ago

Last modified

Share

You might also like

LinkedIn Posts Scraper

pratikdani/linkedin-posts-scraper

Scrape LinkedIn posts data from LinkedIn Post URLs.

1K

5.0

Linkedin Profile Scraper

saleleads.ai/linkedin-profile-scraper

Linkedin Profile Scraper

Linkedin AI agent

anchor/linkedin-gpt-prompt

Extract LinkedIn profiles, and uses ChatGPT magic automatically on each profile ! Your prompt, the answer you need, the way you want. The ideal LinkedIn AI Agent

Linkedin Posts Scraper

data_link_miner/linkedin-posts-scraper

Extract posts, engagement metrics, and media from LinkedIn profiles & company pages. This actor allows you to scrape LinkedIn posts from personal profiles or company pages.

πŸ‘ User avatar

Data LinkMiner

7

5.0

Linkedin Profile Posts Scraper

scraperoka/linkedin-profile-posts-scraper

πŸ”Ž LinkedIn Profile Posts Scraper extracts post content, engagement metrics, and author details from public LinkedIn profiles. πŸ“ˆ Perfect for B2B research, lead gen, sentiment tracking & competitive insightsβ€”save time and scale your outreach.

Scraperoka

2

Linkedin Profile Finder

scrapers-hub/linkedin-profile-finder

πŸ” LinkedIn Profile Finder helps you discover and verify targeted LinkedIn profiles fast. πŸš€ Great for B2B prospecting, recruiting, and market researchβ€”find the right people with speed, accuracy, and efficiency.

43

1.0

Linkedin Posts Reactions

data_link_miner/linkedin-posts-reactions

Extract posts, engagement metrics, and media from LinkedIn profiles & company pages. This actor allows you to scrape LinkedIn posts from personal profiles or company pages.

πŸ‘ User avatar

Data LinkMiner

1

5.0

LinkedIn Profile Scraper

scraptivo/linkedin-scraper

Scrape LinkedIn Profiles at Scale.

You can access the Linkedin Profile Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"profileUrls":["https://www.linkedin.com/in/thomas-kurian-469b6219"]}
9
10# Run the Actor and wait for it to finish
11run = client.actor("miketheminer96/linkedin-profile-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

Linkedin Profile Scraper API in Python

The Apify API client for Python is the official library that allows you to use Linkedin Profile Scraper API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Linkedin Profile Scraper API in JavaScript

Linkedin Profile Scraper API through CLI

Linkedin Profile Scraper OpenAPI definition

Linkedin Profile Scraper API