LinkedInRecruiter_Suite
One-click recruiter Mind that fuses the Browserbase cloud Chrome layer with LinkedIn public-page scraping. Recruiter provides a Browserbase API key. All scraping runs through Stagehand REST API. Search LinkedIn jobs, fetch postings, search people, fetch profiles, search companies, fetch company pages, search posts, fetch post detail, and fetch company post streams. Authenticated LinkedIn (feed, authenticated-mode people/profile/post) available via Browserbase Context. Read-only — no messaging, connection requests, follows, likes, comments, or posts. Bundles Browserbase tooling internally — do not equip BrowserbaseDevTools_Suite alongside.
Create a persistent browser context to preserve cookies and auth state.
Create a cloud browser session. Use Stagehand_StartSession for scrapes. Reserve this for Context provisioning.
Delete a browser context. Permanently removes saved LinkedIn auth.
Execute a bundled LinkedIn DOM-extraction script. Requires 'apiKey' and 'functionId'.
Lightweight page fetch without a full browser session. Useful for quick URL validation.
Retrieve a browser context's metadata.
Poll for a Browserbase Function invocation result.
Get session details. Used for polling status during Context provisioning.
Get live debugger URLs for a session. Recruiter uses the fullscreen URL for manual login.
List files downloaded during a browser session.
Retrieve CDP request/response logs for a session. Useful for diagnostics.
Retrieve session recording data (rrweb DOM replay events).
Get project usage statistics. Call only when requested or for large operations.
Invoke a deployed Browserbase Function. Requires 'apiKey' and 'functionId'.
List browser sessions. Filter by status (PENDING, RUNNING, ERROR, TIMED_OUT, COMPLETED).
End a Browserbase REST session early. Use Stagehand_EndSession for Stagehand sessions.
Capture a screenshot of any URL via cloud Chrome. Requires 'apiKey' and 'functionId'.
Perform a web search via Browserbase's token-efficient search API.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a company page's firmographics.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch recent posts from a company page.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch the LinkedIn main feed. REQUIRES authenticated Context.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch full detail of a single job posting.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a single post by URL with reactions and comments.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a single profile by URL. useAuthenticatedContext=true recommended for full history.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Search for companies by keywords and filters.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Follow the LinkedIn_Recruiter_Research skill playbook to execute. Search jobs by keywords and filters.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Search for people with filters. Authenticated mode recommended for results beyond ~100.
COMPOSITE TOOL: Composed of Stagehand REST primitives. Search public posts.
Perform a natural-language action in the Stagehand session. e.g. "Click See more". Read-only actions only.
Run a multi-step autonomous Stagehand agent. Used for compound flows like scrolling for results.
End a Stagehand session to stop browser-minute metering.
Extract structured data from the current page using natural-language instructions and a JSON Schema.
Navigate the Stagehand session to a URL. Use waitUntil filters for optimal loading.
Preview actionable elements on the current page. Read-only observation.
Retrieve per-action metrics for a Stagehand session. Debugging only.
Start a Browserbase-managed Stagehand session with an AI natural-language layer.