Skip to main content
Use Exa to find companies and careers pages, then use Browserbase and Stagehand to inspect and interact with those pages.

Install

Install the packages used by the Browserbase Exa template:
npm

Configure environment variables

Set the API keys used by Exa and Browserbase:
.env

Search and interact with a page

The following example follows the template’s workflow: search for companies, find a careers page, open it in a Browserbase session, extract the job description, and let a Stagehand agent interact with the page.
quickstart.ts
The template includes the complete workflow for extracting job details, generating tailored responses, and filling application forms. See the TypeScript implementation or Python implementation.
Last modified on July 31, 2026