
Linkedin Posts Scraper 🍪 No Cookies 🍪
Pricing
$15.00/month + usage

Linkedin Posts Scraper 🍪 No Cookies 🍪
Linkedin post data web scraper, allow you to extract multiple informations from a direct post url. Likes, comments, content, video, image, document, article link, exact date and time of post publication, transcript, SRT subtitles. Saves a lot of manual time and is optimised for less infra costs
0.0 (0)
Pricing
$15.00/month + usage
1
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
2 days ago
You can access the Linkedin Posts Scraper 🍪 No Cookies 🍪 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.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "urls": [10 { "url": "https://www.linkedin.com/posts/crowdstrike_la-mont%C3%A9e-en-puissance-du-cyberadversaire-activity-7315786268276088834-ZfEg?utm_source=share&utm_medium=member_desktop&rcm=ACoAABi6e98BnhfuzL7uraGA7pwpJqUTn4jopfg" },11 { "url": "https://www.linkedin.com/posts/eddysnoussi_donnez-moi-un-arr%C3%AAt-maladie-bordel-cest-ugcPost-7343915353816678400-mtiz/?utm_source=share&utm_medium=member_desktop&rcm=ACoAABi6e98BnhfuzL7uraGA7pwpJqUTn4jopfg" },12 { "url": "https://www.linkedin.com/posts/les-echos_comment-notre-mobilit%C3%A9-a-t-elle-%C3%A9volu%C3%A9-en-activity-7346779882929987584-DLJg/?utm_source=share&utm_medium=member_desktop&rcm=ACoAABi6e98BnhfuzL7uraGA7pwpJqUTn4jopfg" },13 { "url": "https://www.linkedin.com/posts/emer-desay-5727841b8_academieoutboundemer2pdf-ugcPost-7346467743983951872-ht5h/?utm_source=share&utm_medium=member_desktop&rcm=ACoAABi6e98BnhfuzL7uraGA7pwpJqUTn4jopfg" },14 ],15 "proxyConfiguration": {16 "useApifyProxy": True,17 "apifyProxyGroups": [],18 },19}20
21# Run the Actor and wait for it to finish22run = client.actor("saswave/linkedin-posts-scraper-no-cookies").call(run_input=run_input)23
24# Fetch and print Actor results from the run's dataset (if there are any)25print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])26for item in client.dataset(run["defaultDatasetId"]).iterate_items():27 print(item)28
29# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
Linkedin Posts Scraper 🍪 No Cookies 🍪 API in Python
The Apify API client for Python is the official library that allows you to use Linkedin Posts Scraper 🍪 No Cookies 🍪 API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: