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
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
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 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
Get recommended jobs from your LinkedIn homepage. Returns: List[Dict[str, Any]]: List of recommended jobs
Close the current browser session and clean up resources.
Path to the ChromeDriver binary. Optional if ChromeDriver is in PATH.
Email for LinkedIn login
Password for LinkedIn login