Interact with LinkedIn through AI assistants to scrape profiles, analyze companies, and search for jobs. Leverage the power of AI to gather insights and recommendations from LinkedIn data effortlessly.
Tools
get_person_profile
Scrape a person's LinkedIn profile. Args: linkedin_url (str): The LinkedIn URL of the person's profile Returns: Dict[str, Any]: Structured data from the person's profile
get_company_profile
Scrape a company's LinkedIn profile. Args: linkedin_url (str): The LinkedIn URL of the company's profile get_employees (bool): Whether to scrape the company's employees (slower) Returns: Dict[str, Any]: Structured data from the company's profile
get_job_details
Scrape job details from a LinkedIn job posting. Args: job_url (str): The LinkedIn URL of the job posting Returns: Dict[str, Any]: Structured data from the job posting
search_jobs
Search for jobs on LinkedIn with the given search term. Args: search_term (str): The job search query Returns: List[Dict[str, Any]]: List of job search results