LinkedInBrowserScraper_Suite
Public-page LinkedIn scraping capabilities layered on the Browserbase DevTools app. Each tool is a convenience wrapper that internally invokes a dedicated Browserbase Function (or falls back to BB_EvaluateScript with an inline LinkedIn extraction script) to navigate to a LinkedIn URL, perform scroll-to-load pagination where required, and return structured records. Auth delegates to the Browserbase app via its API key; this skill holds no LinkedIn credentials of its own and never asks the Steward for them. v1.0.0.
Fetch a single LinkedIn company page by URL or slug. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_company it will be used as a faster alternative.
Fetch recent posts from a LinkedIn company page. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_company_posts it will be used as a faster alternative.
Fetch the LinkedIn main feed. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_feed it will be used as a faster alternative. REQUIRES AUTHENTICATED CONTEXT.
Fetch the full detail of a single LinkedIn job posting. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_job_posting it will be used as a faster alternative.
Fetch a single LinkedIn post by URL with reactions and comments. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_post it will be used as a faster alternative.
Fetch a single LinkedIn profile by URL. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_fetch_profile it will be used as a faster alternative.
Search LinkedIn companies by keywords and filters. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_search_companies it will be used as a faster alternative.
Search LinkedIn jobs by keywords and filters, then return a structured array of job records. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_search_jobs it will be used as a faster alternative.
Search LinkedIn for people matching structured filters. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_search_people it will be used as a faster alternative.
Search LinkedIn public posts by keywords and filters. Execution runs via BB_EvaluateScript against a Browserbase session with the inline LinkedIn extraction script. If an optional precompiled Browserbase Function is registered at TENET.config.browserbase.functions.linkedin_search_posts it will be used as a faster alternative.