This bot scrapes profile activity when profile URL is given in the input.
*Enter valid email address
We have sent you an email with the setup. Please install DataKund on your windows and run the bot
Download Datakund to run this Bot on your Desktop If already downloaded , please run datakund on your desktop Then hit the Run Button which will show Above You can also run the bot in Telegram
Decription
How to make this Bot
Output
Code
LinkedIn - Scrape Activities
This LinkedIn Bot will go to the profile given and scrape all the activity details, like activity, post date, post description....
How to get the activities of profile on LinkedIn using DataKund?
As this bot will run from a windows PC, You need to install DataKund on your pc before you can run this bot.
After installing DataKund, open DataKund. Click on the run button.
Enter the post URL in the input box below or go to google sheets from the DK extension and enter inputs in the sheets and click on Submit/Run button.
Inputs: Profile URL.
In an opened LinkedIn profile, this bot goes to the profile URL given and goes to activities section and scrapes all the activities details like activity, post date, post description....
Download the sample output for the bot in XLSX and JSON format.
curl -X POST https://api.datakund.com:5000/run_bot -H "Content-Type: application/json" -d "{"bot":"linkedin-activities-extractor","user":"user_id","outputdata":{"profile_link": "profile_link"}}"
Bot Studio
from bot_studio import *
dk=bot_studio.new()
res=dk.linkedin-activities-extractor(profile_link='profile_link')
#res={"body":{data},"errors":{},"success_score":100}
DataKund
var datakund=require("datakund");
datakund.linkedin-activities-extractor('profile_link',function(response){
console.log(response);
})
Please login to run the bot
Enter the Inputs and Hit Submit
0 credits left. Please recharge to continue
Click on Switch to the automated browser to see bot runing.