Provide seamless integration with LinkedIn data and actions through a standardized protocol. Enable LLM applications to access LinkedIn profiles, posts, and interactions dynamically. Enhance your agents with real-time LinkedIn context and capabilities.
Tools
profiles
Can scrape up to 100 profiles data in a go Request Body Example: { "links": [ "http://www.linkedin.com/in/luke-sharp-b3838719a", "http://www.linkedin.com/in/hollie-smith-96ab44b5" ] }
companies
Can scrape up to 100 companies data in a go Request Body Example: { "links": [ "https://www.linkedin.com/company/huzzle-app/", "http://www.linkedin.com/company/aep-energy" ], "count": 1 }
company_posts
Can scrape 100 posts of 50 linkedin companies Request Body Example: { "links": [ "https://www.linkedin.com/company/huzzle-app/", "http://www.linkedin.com/company/aep-energy" ], "count": 1 }
person
Scrapes all data of a person from linkedin Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }
person_urn
Scrapes all data from a person's page using his profile URN NOTE: This tool failed during testing (status 400, error: Failed to scrape profile). The API documentation is unclear if this expects a URN string or a full profile link with URN. Request Body Example: { "link": "https://www.linkedin.com/in/ACoAACeIPPkBUymOGNvgfbBL_uhKc32Hg_g_haU" }
person_skills
Scrapes all skills of a linkedin user Request Body Example: { "link": "https://www.linkedin.com/in/ingmar-klein" }