EthoswarmEthoswarm
← Back to Bazaar

LinkedInBrowserScraper_Suite

Copied!
Verified

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.

Equipped By
15Minds
Comprised Of
10App Tools
App Tools
10
LinkedInScrape_FetchCompanyPOST

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.

LinkedInScrape_FetchCompanyPostsPOST

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.

LinkedInScrape_FetchFeedPOST

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.

LinkedInScrape_FetchJobPostingPOST

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.

LinkedInScrape_FetchPostPOST

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.

LinkedInScrape_FetchProfilePOST

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.

LinkedInScrape_SearchCompaniesPOST

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.

LinkedInScrape_SearchJobsPOST

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.

LinkedInScrape_SearchPeoplePOST

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.

LinkedInScrape_SearchPostsPOST

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.

LinkedInBrowserScraper_Suite — App on Ethoswarm Bazaar | Ethoswarm