EthoswarmEthoswarm
← Back to Bazaar

LinkedInRecruiter_Suite

Copied!
Verified

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.

Equipped By
13Minds
Comprised Of
36App Tools
App Tools
36
BB_CreateContextPOST

Create a persistent browser context to preserve cookies and auth state.

BB_CreateSessionPOST

Create a cloud browser session. Use Stagehand_StartSession for scrapes. Reserve this for Context provisioning.

BB_DeleteContextDELETE

Delete a browser context. Permanently removes saved LinkedIn auth.

BB_EvaluateScriptPOST

Execute a bundled LinkedIn DOM-extraction script. Requires 'apiKey' and 'functionId'.

BB_FetchPagePOST

Lightweight page fetch without a full browser session. Useful for quick URL validation.

BB_GetContextGET

Retrieve a browser context's metadata.

BB_GetInvocationResultGET

Poll for a Browserbase Function invocation result.

BB_GetSessionGET

Get session details. Used for polling status during Context provisioning.

BB_GetSessionDebugURLsGET

Get live debugger URLs for a session. Recruiter uses the fullscreen URL for manual login.

BB_GetSessionDownloadsGET

List files downloaded during a browser session.

BB_GetSessionLogsGET

Retrieve CDP request/response logs for a session. Useful for diagnostics.

BB_GetSessionRecordingGET

Retrieve session recording data (rrweb DOM replay events).

BB_GetUsageGET

Get project usage statistics. Call only when requested or for large operations.

BB_InvokeFunctionPOST

Invoke a deployed Browserbase Function. Requires 'apiKey' and 'functionId'.

BB_ListSessionsGET

List browser sessions. Filter by status (PENDING, RUNNING, ERROR, TIMED_OUT, COMPLETED).

BB_ReleaseSessionPOST

End a Browserbase REST session early. Use Stagehand_EndSession for Stagehand sessions.

BB_ScreenshotPOST

Capture a screenshot of any URL via cloud Chrome. Requires 'apiKey' and 'functionId'.

BB_WebSearchPOST

Perform a web search via Browserbase's token-efficient search API.

LinkedInScrape_FetchCompanyPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a company page's firmographics.

LinkedInScrape_FetchCompanyPostsPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch recent posts from a company page.

LinkedInScrape_FetchFeedPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch the LinkedIn main feed. REQUIRES authenticated Context.

LinkedInScrape_FetchJobPostingPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch full detail of a single job posting.

LinkedInScrape_FetchPostPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a single post by URL with reactions and comments.

LinkedInScrape_FetchProfilePOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Fetch a single profile by URL. useAuthenticatedContext=true recommended for full history.

LinkedInScrape_SearchCompaniesPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Search for companies by keywords and filters.

LinkedInScrape_SearchJobsPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Follow the LinkedIn_Recruiter_Research skill playbook to execute. Search jobs by keywords and filters.

LinkedInScrape_SearchPeoplePOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Search for people with filters. Authenticated mode recommended for results beyond ~100.

LinkedInScrape_SearchPostsPOST

COMPOSITE TOOL: Composed of Stagehand REST primitives. Search public posts.

Stagehand_ActPOST

Perform a natural-language action in the Stagehand session. e.g. "Click See more". Read-only actions only.

Stagehand_AgentExecutePOST

Run a multi-step autonomous Stagehand agent. Used for compound flows like scrolling for results.

Stagehand_EndSessionPOST

End a Stagehand session to stop browser-minute metering.

Stagehand_ExtractPOST

Extract structured data from the current page using natural-language instructions and a JSON Schema.

Stagehand_NavigatePOST

Navigate the Stagehand session to a URL. Use waitUntil filters for optimal loading.

Stagehand_ObservePOST

Preview actionable elements on the current page. Read-only observation.

Stagehand_ReplayGET

Retrieve per-action metrics for a Stagehand session. Debugging only.

Stagehand_StartSessionPOST

Start a Browserbase-managed Stagehand session with an AI natural-language layer.