| Method | Description |
|---|---|
canvas.linkedin.profiles() | Scrape profile data from LinkedIn URLs |
canvas.linkedin.posts() | Get recent posts from profiles |
canvas.linkedin.findUrls() | Find LinkedIn URLs by name + company |
canvas.linkedin.reactions() | Get people who reacted to posts |
canvas.linkedin.profiles()
Scrape detailed profile information from LinkedIn profile URLs.Parameters
LinkedIn profile URLs to scrape.
Fields to return. Defaults to all. Options:
firstName, lastName, fullName, headline, about, connections, followers, email, profilePic, jobTitle, companyName, companyIndustry, companyWebsite, companySize, jobDuration, jobDurationYears, country, addressFull, addressLocal, mobileNumber, topSkills, totalSkills, recentExperience, totalExperience, educationReturns
| Field | Type | Description |
|---|---|---|
fullName | string | Full name |
headline | string | Profile headline |
jobTitle | string | Current job title |
companyName | string | Current company |
about | string | About section |
topSkills | string[] | Top skills |
email | string | Email (if public) |
mobileNumber | string | Phone (if public) |
canvas.linkedin.posts()
Get recent posts from LinkedIn profiles.Parameters
LinkedIn profile URLs to get posts from.
Posts to fetch per profile (max 100).
Include reposts/shares.
Include top 10 comments per post.
Returns
| Field | Type | Description |
|---|---|---|
postText | string | Post content |
postLink | string | Direct link to post |
postedAgo | string | When posted |
numLikes | number | Like count |
numComments | number | Comment count |
numShares | number | Share count |
isRepost | boolean | Whether it’s a repost |
canvas.linkedin.findUrls()
Find LinkedIn profile URLs for people by name and company.Parameters
People to find URLs for. Each needs
firstName + lastName (or fullName) and company.Returns
Original person data pluslinkedinUrl field.
canvas.linkedin.reactions()
Get people who reacted to LinkedIn posts. Great for finding engaged prospects.Parameters
LinkedIn post URLs to get reactions from.
Max reactions per post (max 500).
Returns
| Field | Type | Description |
|---|---|---|
linkedinUrl | string | Profile URL |
name | string | Person’s name |
headline | string | Profile headline |
reactionType | string | Type of reaction |