Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Search…
Welcome to Naas
😎
Templates
AWS
Airtable
AlphaVantage
Bazimo
Boursorama
Bubble
CCXT
CSV
Canny
Celestrak
Cityfalcon
D-Tale
Dask
Data.gouv.fr
Draft Kings
EM-DAT
Elasticsearch
Excel
FAO
FEC
FTP
GitHub
Gmail
Google Analytics
Google Drive
Google Search
Google Sheets
HTML
Healthchecks
HubSpot
Hugging Face
IFTTT
IMDB
INPI
IUCN
Insee
Instagram
Integromat
Johns Hopkins
Jupyter
Jupyter Notebooks
LinkedIn
Get contact from profile
Follow number of connections monthly
Linkedin Follow total content views
Get guests from event
Get invitations sent
Get conversations
Send message to profile
Send weekly post engagement metrics by email
Get resume from profile
Ignore invitation received
Send posts feed to gsheet
Get connections from network
Send invitation to profile
Get stats from post
Send company followers to Google Sheets
Get posts stats from profile
Send likes from post to gsheet
Follow company followers
Get comments from post
Accept invitation received
Get invitations received
Get polls from post
Generate leads from posts
Get messages from profile
Get identity from profile
Get company followers
Send message to profile from post likes
Get network from profile
Get followers from network
Get likes from post
Send invitation to profile from post likes
Update metrics from posts in Notion content calendar
Send connections from network to gsheet
Send invitation to company followers
Send comments from post to gsheet
Linkedin Follow number of content published
Accept all invitations and send first message
Get info from company
Matplotlib
Metrics Store
Microsoft Teams
Microsoft Word
MongoDB
MySQL
NASA
Naas
Naas Auth
Neo
Newsapi
Notion
OpenWeatherMap
OwnCloud
PDF
Pandas
Pillow
Pipedrive
Plaid
Plotly
PostgresSQL
PyPI
Python
Qonto
Quandl
Reddit
Redshift
Remoteok
Remotive
SAP-HANA
SendGrid
Slack
Snowflake
Societe.com
Spotify
Streamlit
Stripe
Telegram
Thinkific
TikTok
Trello
Twilio
Twitter
WSR
WorldBank
Worldometer
XML
YahooFinance
YouTube
Youtube
ZIP
Zapier
spaCy
Google Analytics
Google Drive
Google Search
Google Sheets
Hugging Face
Johns Hopkins
Jupyter Notebooks
Metrics Store
Microsoft Teams
Microsoft Word
Naas Auth
Elastic Search
Excel 365
🔄
Low-code features
🏎
Low-code drivers
🌎
Community
Essentials
Advanced
Best Practices
FAQ
⚡
Naas manager
🔐
Security
Powered By
GitBook
Get contact from profile
Tags:
#linkedin #profile #contact #naas_drivers
Author:
Florent Ravenel
Input
Import library
1
from
naas_drivers
import
linkedin
Copied!
Get your cookies
How to get your cookies ?
1
LI_AT
=
'YOUR_COOKIE_LI_AT'
# EXAMPLE AQFAzQN_PLPR4wAAAXc-FCKmgiMit5FLdY1af3-2
2
JSESSIONID
=
'YOUR_COOKIE_JSESSIONID'
# EXAMPLE ajax:8379907400220387585
Copied!
Enter profile URL
1
PROFILE_URL
=
"PROFILE_URL"
Copied!
Model
Get the information return in a dataframe.
Available columns :
PROFILE_URN : LinkedIn unique profile id
PROFILE_ID : LinkedIn public profile id
EMAIL
CONNECTED_AT
BIRTHDATE
TWITER
ADDRESS
WEBSITES
INTERESTS
1
df
=
linkedin
.
connect
(
LI_AT
,
JSESSIONID
).
profile
.
get_contact
(
PROFILE_URL
)
Copied!
Output
Display result
1
df
Copied!
Previous
LinkedIn
Next
Follow number of connections monthly
Last modified
2mo ago
Copy link
Edit on GitHub
Contents
Input
Model
Output