Class | Package | Local | Serializable | JS support |
---|---|---|---|---|
HyperbrowserLoader | langchain-hyperbrowser | ❌ | ❌ | ❌ |
Source | Document Lazy Loading | Native Async Support |
---|---|---|
HyperbrowserLoader | ✅ | ✅ |
langchain-hyperbrowser
integration package, and create a Hyperbrowser account and get an API key.
scrape
. For scrape
, you can provide a single URL or a list of URLs to be scraped. For crawl
, you can only provide a single URL. The crawl
operation will crawl the provided page and subpages and return a document for each page.
params
argument. For more information on the supported params, visit https://docs.hyperbrowser.ai/reference/sdks/python/scrape#start-scrape-job-and-wait or https://docs.hyperbrowser.ai/reference/sdks/python/crawl#start-crawl-job-and-wait.