[PR #3251] docs: langchain-mrscraper integration #3311

Open
opened 2026-06-05 18:22:41 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3251
Author: @ai-mrscraper
Created: 3/23/2026
Status: 🔄 Open

Base: mainHead: docs/langchain-mrscraper


📝 Commits (3)

  • 12c5bea docs: langchain-mrscraper
  • bcb8346 fix: broken links
  • 4490a12 Merge branch 'main' into docs/langchain-mrscraper

📊 Changes

10 files changed (+454 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/mrscraper.mdx (+46 -0)
📝 src/oss/python/integrations/tools/index.mdx (+8 -0)
src/oss/python/integrations/tools/mrscraper_bulk_rerun_ai_scraper.mdx (+46 -0)
src/oss/python/integrations/tools/mrscraper_bulk_rerun_manual_scraper.mdx (+46 -0)
src/oss/python/integrations/tools/mrscraper_create_scraper.mdx (+66 -0)
src/oss/python/integrations/tools/mrscraper_fetch_html.mdx (+47 -0)
src/oss/python/integrations/tools/mrscraper_get_all_results.mdx (+52 -0)
src/oss/python/integrations/tools/mrscraper_get_result_by_id.mdx (+37 -0)
src/oss/python/integrations/tools/mrscraper_rerun_ai_scraper.mdx (+63 -0)
src/oss/python/integrations/tools/mrscraper_rerun_manual_scraper.mdx (+43 -0)

📄 Description

Overview

Adds official documentation for MrScraper as a LangChain Python integration: a provider page and one page per tool exposed by the langchain-mrscraper package (built on mrscraper-sdk).

The docs cover installation, MRSCRAPER_API_KEY setup, using MrScraperToolkit, and the eight tools: fetch rendered HTML (unblocker), create AI scraper, rerun AI scraper (single and bulk), rerun manual scraper (single and bulk), list results, and get result by ID. This submission is from the MrScraper integration team to document the published integration for LangChain users.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A — this PR is submitted by the official MrScraper integration team for a new official integration docs page.
  • Feature PR: N/A
  • Linear issue: N/A
  • Slack thread: N/A

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

  • Package: langchain-mrscraper on PyPI; requires MRSCRAPER_API_KEY (or MRSCRAPER_API_TOKEN) for the MrScraper API.
  • Pages in this PR: provider doc under integrations/providers and tool docs under integrations/tools for: mrscraper_fetch_html, mrscraper_create_scraper, mrscraper_rerun_ai_scraper, mrscraper_bulk_rerun_ai_scraper, mrscraper_rerun_manual_scraper, mrscraper_bulk_rerun_manual_scraper, mrscraper_get_all_results, mrscraper_get_result_by_id.
  • Product links: MrScraper, API docs, repository.

🔄 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/3251 **Author:** [@ai-mrscraper](https://github.com/ai-mrscraper) **Created:** 3/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/langchain-mrscraper` --- ### 📝 Commits (3) - [`12c5bea`](https://github.com/langchain-ai/docs/commit/12c5beabedb159ce931c954a42f9eb6d4f093a5f) docs: langchain-mrscraper - [`bcb8346`](https://github.com/langchain-ai/docs/commit/bcb8346f2b4fb5e6942d2987875604e3db006e25) fix: broken links - [`4490a12`](https://github.com/langchain-ai/docs/commit/4490a12bed8f997da641e23e424c2f1adc5645dd) Merge branch 'main' into docs/langchain-mrscraper ### 📊 Changes **10 files changed** (+454 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/mrscraper.mdx` (+46 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+8 -0) ➕ `src/oss/python/integrations/tools/mrscraper_bulk_rerun_ai_scraper.mdx` (+46 -0) ➕ `src/oss/python/integrations/tools/mrscraper_bulk_rerun_manual_scraper.mdx` (+46 -0) ➕ `src/oss/python/integrations/tools/mrscraper_create_scraper.mdx` (+66 -0) ➕ `src/oss/python/integrations/tools/mrscraper_fetch_html.mdx` (+47 -0) ➕ `src/oss/python/integrations/tools/mrscraper_get_all_results.mdx` (+52 -0) ➕ `src/oss/python/integrations/tools/mrscraper_get_result_by_id.mdx` (+37 -0) ➕ `src/oss/python/integrations/tools/mrscraper_rerun_ai_scraper.mdx` (+63 -0) ➕ `src/oss/python/integrations/tools/mrscraper_rerun_manual_scraper.mdx` (+43 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Adds official documentation for MrScraper as a LangChain Python integration: a provider page and one page per tool exposed by the [langchain-mrscraper](https://pypi.org/project/langchain-mrscraper/) package (built on [mrscraper-sdk](https://pypi.org/project/mrscraper-sdk/)). The docs cover installation, MRSCRAPER_API_KEY setup, using MrScraperToolkit, and the eight tools: fetch rendered HTML (unblocker), create AI scraper, rerun AI scraper (single and bulk), rerun manual scraper (single and bulk), list results, and get result by ID. This submission is from the MrScraper integration team to document the published integration for LangChain users. ## Type of change **Type:** New documentation page ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: N/A — this PR is submitted by the official MrScraper integration team for a new official integration docs page. - Feature PR: N/A <!-- For LangChain employees, if applicable: --> - Linear issue: N/A - Slack thread: N/A ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- Any other information that would be helpful for reviewers --> - Package: langchain-mrscraper on PyPI; requires MRSCRAPER_API_KEY (or MRSCRAPER_API_TOKEN) for the MrScraper API. - Pages in this PR: provider doc under integrations/providers and tool docs under integrations/tools for: mrscraper_fetch_html, mrscraper_create_scraper, mrscraper_rerun_ai_scraper, mrscraper_bulk_rerun_ai_scraper, mrscraper_rerun_manual_scraper, mrscraper_bulk_rerun_manual_scraper, mrscraper_get_all_results, mrscraper_get_result_by_id. - Product links: [MrScraper](https://mrscraper.com/), [API docs](https://docs.mrscraper.com/), [repository](https://github.com/mrscraper-com/langchain-mrscraper). --- <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-06-05 18:22:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3311