
Build AI agents with live web data
Olostep adds these capabilities to LangChain out of the box.
Extract clean markdown, HTML, or JSON from single URLs or autonomously crawl entire domains — with JS rendering and residential IPs included.
Submit up to 10,000 URLs in a single batch job. Results complete in 5–8 minutes, perfect for large-scale RAG ingestion.
Let your agent search the web and get structured answers with cited sources using the answer_question tool.
Connect Olostep to LangChain in minutes.
pip install langchain-olostep
# Then set your API key
export OLOSTEP_API_KEY="your_olostep_api_key_here"Get your API key from the Olostep dashboard. Free tier includes 500 requests — no credit card required.
Real-world use cases for Olostep + LangChain.
Crawl documentation sites, blogs, or knowledge bases and ingest the results into your vector store for retrieval-augmented generation.
Build agents that look up companies, extract structured data from their websites, and enrich your CRM or spreadsheet automatically.
Combine extract_urls, scrape_batch, and answer_question into a LangGraph workflow that researches any topic end-to-end.
Common questions about using Olostep with LangChain.
Install langchain-olostep via pip, set your OLOSTEP_API_KEY environment variable, and import the tools (scrape_website, answer_question, extract_urls, scrape_batch, crawl_website). Pass them to any LangChain agent or LangGraph workflow using the standard tools interface.
Yes. All Olostep LangChain tools are fully compatible with LangGraph. You can use them as nodes in a StateGraph workflow — for example, a discover → scrape → analyze pipeline that autonomously researches any topic.
The scrape_website and scrape_batch tools support markdown, html, json, and text output formats. Markdown is recommended for LLM consumption, while JSON is useful for structured extraction pipelines.
Yes. Olostep tools are standard LangChain tool objects and work with any LangChain-compatible LLM, including OpenAI models that support function calling or tool use.
500 free credits to get started — no credit card required. Full documentation available in the Olostep docs.
← Back to all integrations