File size: 551 Bytes
8dc9a1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Browserless

>[Browserless](https://www.browserless.io/docs/start) is a service that allows you to 
> run headless Chrome instances in the cloud. It’s a great way to run browser-based 
> automation at scale without having to worry about managing your own infrastructure.

## Installation and Setup

We have to get the API key [here](https://www.browserless.io/pricing/).


## Document loader

See a [usage example](/docs/integrations/document_loaders/browserless).

```python
from langchain_community.document_loaders import BrowserlessLoader
```