VOOZH about

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

⇱ Linkedin Profile Scraper API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "profileUrls": [
< "https://www.linkedin.com/in/thomas-kurian-469b6219"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/miketheminer96~linkedin-profile-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Linkedin Profile Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Linkedin Profile Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/miketheminer96~linkedin-profile-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/miketheminer96~linkedin-profile-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/miketheminer96~linkedin-profile-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Linkedin Profile Scraper API programmatically via the Apify API.

You can choose from:

Linkedin Profile Scraper API in Python

Linkedin Profile Scraper API in JavaScript

Linkedin Profile Scraper API through CLI

Linkedin Profile Scraper OpenAPI definition

You can start Linkedin Profile Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Linkedin Profile Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Linkedin Profile Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.