[PR #1934] Crawleo: Privacy-First Search & Crawling Integration for LangChain #1988

Open
opened 2026-02-17 17:22:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1934
Author: @Crawleo
Created: 12/16/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

  • a34dd3a Add documentation for Crawleo Crawler and Search
  • 5dbe84c Add documentation for Crawleo Crawler and Search
  • b83327c Update index.mdx
  • 65f9c41 Merge branch 'main' into main
  • ab2f2f9 Merge branch 'main' into main
  • c775048 Merge branch 'main' into main
  • 184c687 Update src/oss/python/integrations/providers/crawleo_crawler.mdx
  • e38be81 Update src/oss/python/integrations/providers/crawleo_crawler.mdx
  • ca7b151 Update src/oss/python/integrations/providers/crawleo_crawler.mdx
  • 3df8583 Merge branch 'langchain-ai:main' into main

📊 Changes

5 files changed (+1259 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/crawleo_crawler.mdx (+315 -0)
src/oss/python/integrations/providers/crawleo_search.mdx (+313 -0)
src/oss/python/integrations/tools/crawleo_crawler.mdx (+315 -0)
src/oss/python/integrations/tools/crawleo_search.mdx (+313 -0)
📝 src/oss/python/integrations/tools/index.mdx (+3 -0)

📄 Description

This PR adds documentation for Crawleo, a privacy-first, real-time web search and crawling provider for LangChain users.

Crawleo provides:

  • Real-time web search and deep crawling APIs
  • Multiple AI-ready output formats (clean HTML, raw HTML, Markdown, plain text)
  • Subscription-based access with no usage-content retention
  • No training on user data and no selling of usage data
  • Fast setup via a standalone LangChain package

Integration details:

The integration exposes LangChain tools for:

  • Web search (CrawleoSearch)
  • Multi-URL crawling (CrawleoCrawler)

No core LangChain code is modified.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1934 **Author:** [@Crawleo](https://github.com/Crawleo) **Created:** 12/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`a34dd3a`](https://github.com/langchain-ai/docs/commit/a34dd3a6558b800e45cfdfbf6392e35810ae8e03) Add documentation for Crawleo Crawler and Search - [`5dbe84c`](https://github.com/langchain-ai/docs/commit/5dbe84ce356ed741eb9faac9139c41a6484e4fc1) Add documentation for Crawleo Crawler and Search - [`b83327c`](https://github.com/langchain-ai/docs/commit/b83327c02b8d338552bdb7d880e65d6ad31e6d76) Update index.mdx - [`65f9c41`](https://github.com/langchain-ai/docs/commit/65f9c4123727f33afb79ef4d52409506f1ab9fca) Merge branch 'main' into main - [`ab2f2f9`](https://github.com/langchain-ai/docs/commit/ab2f2f96e2251f250aae265e65ab2df79b5f596e) Merge branch 'main' into main - [`c775048`](https://github.com/langchain-ai/docs/commit/c775048ed1e22f24dc2516157fa9cacd73ae6eda) Merge branch 'main' into main - [`184c687`](https://github.com/langchain-ai/docs/commit/184c687e0d6ce56f87366b05ad8ef96f156d9924) Update src/oss/python/integrations/providers/crawleo_crawler.mdx - [`e38be81`](https://github.com/langchain-ai/docs/commit/e38be81042346450867a7553660b2a1fd4712d70) Update src/oss/python/integrations/providers/crawleo_crawler.mdx - [`ca7b151`](https://github.com/langchain-ai/docs/commit/ca7b151837fb2f84d91424de8ee82a9102207990) Update src/oss/python/integrations/providers/crawleo_crawler.mdx - [`3df8583`](https://github.com/langchain-ai/docs/commit/3df8583faafa50d300ba4bd2dcdb1872b8d5a21c) Merge branch 'langchain-ai:main' into main ### 📊 Changes **5 files changed** (+1259 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/crawleo_crawler.mdx` (+315 -0) ➕ `src/oss/python/integrations/providers/crawleo_search.mdx` (+313 -0) ➕ `src/oss/python/integrations/tools/crawleo_crawler.mdx` (+315 -0) ➕ `src/oss/python/integrations/tools/crawleo_search.mdx` (+313 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+3 -0) </details> ### 📄 Description This PR adds documentation for **Crawleo**, a privacy-first, real-time web search and crawling provider for LangChain users. Crawleo provides: * Real-time web search and deep crawling APIs * Multiple AI-ready output formats (clean HTML, raw HTML, Markdown, plain text) * Subscription-based access with no usage-content retention * No training on user data and no selling of usage data * Fast setup via a standalone LangChain package **Integration details:** * PyPI: `langchain-crawleo` * GitHub: [https://github.com/Crawleo/langchain-crawleo](https://github.com/Crawleo/langchain-crawleo) * Docs: [https://crawleo.dev/](https://crawleo.dev) The integration exposes LangChain tools for: * Web search (`CrawleoSearch`) * Multi-URL crawling (`CrawleoCrawler`) No core LangChain code is modified. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1988