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 { HNLoader } from "@langchain/community/document_loaders/web/hn"; const loader = new HNLoader("https://news.ycombinator.com/item?id=34817881"); const docs = await loader.load();