Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
npm install @langchain/community @langchain/core cheerio
import { IMSDBLoader } from "@langchain/community/document_loaders/web/imsdb"; const loader = new IMSDBLoader("https://imsdb.com/scripts/BlacKkKlansman.html"); const docs = await loader.load();