Reference
Remy Reference/agent/scrapeLinkedInProfile
?

scrapeLinkedInProfile

Scrape public profile data from a LinkedIn profile page.
mindstudio.scrapeLinkedInProfile({ url }) → Result

Scrapes public data from a LinkedIn profile page.

Parameters
url
string
RequiredLinkedIn profile URL (e.g. https://www.linkedin.com/in/username)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.scrapeLinkedInProfile({
  url: /* ... */
});