Browserless
Browserless is a service that allows you torun headless Chrome instances in the cloud. It’s a great way to run browser-basedautomation at scale without having to worry about managing your own infrastructure.
Installation and Setup
We have to get the API keyhere.
Document loader
See ausage example.
from langchain_community.document_loadersimport BrowserlessLoader
API Reference:BrowserlessLoader