An open API service indexing awesome lists of open source software.

https://github.com/browserbase/quickstart-puppeteer-js

Clone this repository to get started with Puppeteer and Browserbase.
https://github.com/browserbase/quickstart-puppeteer-js

headless-chrome puppeteer puppeteer-screenshot

Last synced: 2 months ago
JSON representation

Clone this repository to get started with Puppeteer and Browserbase.

Awesome Lists containing this project

README

          




Browserbase logo


Documentation
 · 
Playground



## Puppeteer with Browserbase
A web browser for your AI. Browserbase is the developer platform to reliably run, manage, and monitor headless browsers.

Get complete control over browsers and leverage Browserbase's Infrastructure, Stealth Mode, and Session Debugger to power your automation, test suites, and LLM data retrievals.

**Get started in under one minute** with Puppeteer.

## Setup

### 1. Install dependencies and launch TypeScript in watch mode:

```bash
npm install
```

### 2. Get your Browserbase API Key and Project ID:

- [Create an account](https://www.browserbase.com/sign-up) or [log in to Browserbase](https://www.browserbase.com/sign-in)
- Copy your API Key and Project ID [from the Dashboard](https://www.browserbase.com/overview)

### 3. Run the script:

```bash
npm start
```

## Further reading

- [See how to leverage the Session Debugger for faster development](https://docs.browserbase.com/fundamentals/manage-browser-session#debugging-completed-sessions)
- [Explore the Sessions API](https://docs.browserbase.com/reference/api/create-a-session)