[PR #3550] Add ProxyClaw tool integration #3592

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3550
Author: @Ultronprime2026
Created: 4/12/2026
Status: 🔄 Open

Base: mainHead: add-proxyclaw-tool


📝 Commits (1)

  • 378b5aa Add ProxyClaw tool integration docs

📊 Changes

1 file changed (+177 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/proxyclaw.mdx (+177 -0)

📄 Description

This PR adds documentation for the langchain-proxyclaw package.

Overview

ProxyClaw provides residential proxy tools for web scraping with:

  • 10M+ residential IPs across 111+ countries
  • Anti-bot bypass (Cloudflare, Akamai)
  • Three tool classes for different use cases

Package

Tools Added

  1. ProxyClawTool - Single HTTP requests with geo-targeting
  2. ProxyClawSessionTool - Sticky sessions for multi-step workflows
  3. ProxyClawScraperTool - Advanced scraper with retries and link extraction

Checklist

  • Package published to PyPI
  • Tests passing (12/12)
  • Documentation follows template format
  • Example code provided

Ready for review!


🔄 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/3550 **Author:** [@Ultronprime2026](https://github.com/Ultronprime2026) **Created:** 4/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-proxyclaw-tool` --- ### 📝 Commits (1) - [`378b5aa`](https://github.com/langchain-ai/docs/commit/378b5aa70536e6559ef9143d6dc7f23412540e13) Add ProxyClaw tool integration docs ### 📊 Changes **1 file changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/proxyclaw.mdx` (+177 -0) </details> ### 📄 Description This PR adds documentation for the langchain-proxyclaw package. ## Overview ProxyClaw provides residential proxy tools for web scraping with: - 10M+ residential IPs across 111+ countries - Anti-bot bypass (Cloudflare, Akamai) - Three tool classes for different use cases ## Package - PyPI: https://pypi.org/project/langchain-proxyclaw/0.1.0/ - GitHub: https://github.com/Iploop/proxyclaw ## Tools Added 1. **ProxyClawTool** - Single HTTP requests with geo-targeting 2. **ProxyClawSessionTool** - Sticky sessions for multi-step workflows 3. **ProxyClawScraperTool** - Advanced scraper with retries and link extraction ## Checklist - [x] Package published to PyPI - [x] Tests passing (12/12) - [x] Documentation follows template format - [x] Example code provided Ready for review! --- <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:23:36 -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#3592