Skip to content
@ProxyHatCom

ProxyHat

ProxyHat is a premium residential proxy service with AI-filtered traffic, global coverage, and transparent pay-as-you-go pricing
ProxyHat



Residential proxies & open-source tooling for web scraping and AI agents

50M+ residential IPs · 195+ countries · AI-filtered for clean traffic


Website Docs npm License


ProxyHat is residential-proxy infrastructure — plus the open-source SDKs, tools, and framework integrations that make it one line of code to route your scrapers, crawlers, and AI agents through clean residential IPs. Everything below is MIT-licensed and works with any PROXY_URL; first-class support for ProxyHat is the natural fuel.


Tip

Every SDK, tool, and integration here is tested end-to-end against ProxyHat residential proxies — and works great. Drop in your key and route your scrapers, crawlers, and AI agents through clean residential IPs in one line.



Official SDKs

One API client + connection helpers — rotation, geo-targeting (country / region / city), and sticky sessions — for every stack.

Node · proxyhat

npm

npm install proxyhat

Python · proxyhat

PyPI

pip install proxyhat

Go · go-sdk

Go

go get github.com/ProxyHatCom/go-sdk

Tools

HatFetch — MCP server

npm

Give Claude / Cursor / any MCP client scrape · crawl · screenshot → clean Markdown. Fast HTTP first, real stealth browser through residential proxies when a page is blocked.

hatbreak — anti-detect engine

npm

URL → clean Markdown. Auto-escalates HTTP → stealth browser (Patchright) via residential proxies + CAPTCHA solving + humanization, with an SSRF guard.

socks5-bench — proxy benchmarking

Latency (p50/p95), success rates, and IP-rotation metrics for any SOCKS5 proxy, from the command line.

pipx install git+https://github.com/ProxyHatCom/socks5-bench.git

ipvet — IP reputation

Check proxy IP reputation before you burn requests: 12 DNSBLs, datacenter/residential classification, 0–100 scoring.

pipx install git+https://github.com/ProxyHatCom/ipvet.git

Framework & Tool Integrations


21 first-class integrations — route the tools you already use through ProxyHat residential proxies in one line, with country/city geo-targeting and sticky sessions. Not forks: each is a maintained plug-in / middleware that depends on the upstream tool, so its updates reach you automatically and ours track new releases in CI.

Install with npm i <package> · pip install <package> · go get github.com/ProxyHatCom/<package>. Works with any PROXY_URL; ProxyHat is the first-class default.


🕷️ Scraping & crawling

Tool Package Version
Scrapy scrapy-proxyhat python
Crawl4AI crawl4ai-proxyhat python
Colly colly-proxyhat go
Crawlee crawlee-proxyhat node

🌐 Browser automation

Tool Package Version
puppeteer-extra puppeteer-extra-plugin-proxyhat node
Playwright playwright-proxyhat node
Selenium selenium-proxyhat python
Stagehand stagehand-proxyhat node
nodriver/undetected-chromedriver nodriver-proxyhat python

🤖 AI agents & LLM

Tool Package Version
LangChain langchain-proxyhat python
browser-use browser-use-proxyhat python
LlamaIndex llamaindex-proxyhat python
ScrapeGraphAI scrapegraphai-proxyhat python

⚡ HTTP clients

Tool Package Version
axios axios-proxyhat node
requests requests-proxyhat python
httpx httpx-proxyhat python
curl_cffi curl-cffi-proxyhat python

🔎 OSINT & recon

Tool Package Version
Sherlock sherlock-proxyhat python
katana/httpx/subfinder projectdiscovery-proxyhat go

📥 Media & no-code

Tool Package Version
yt-dlp yt-dlp-proxyhat python
n8n n8n-nodes-proxyhat node

Want your tool supported next? Open an issue or watch the org.

Quickstart

# Any HTTP client — point it at the gateway
curl -x http://USER:PASS@gate.proxyhat.com:8080 https://api.ipify.org
// …or go from an API key to a ready proxy URL with the SDK
import { ProxyHat } from "proxyhat";

const proxy = new ProxyHat({ apiKey: process.env.PROXYHAT_API_KEY });
const url = await proxy.connectionUrl({ country: "us" }); // rotating US residential IP



Get started  ·  Pricing  ·  Docs  ·  Locations  ·  support@proxyhat.com

Pay-as-you-go from $3.85/GB · crypto accepted · traffic never expires · 99.9% uptime SLA

Popular repositories Loading

  1. python-sdk python-sdk Public

    The official Python SDK for the ProxyHat residential proxy API. Sync & async clients, typed responses, full API coverage.

    Python 1

  2. node-sdk node-sdk Public

    The official Node.js/TypeScript SDK for the ProxyHat residential proxy API. TypeScript types, native fetch, zero dependencies.

    TypeScript 1

  3. go-sdk go-sdk Public

    ProxyHat Go SDK — official Go client for the ProxyHat API

    Go 1

  4. proxy-checker proxy-checker Public

    Free open-source proxy checker with SOCKS5/HTTP support. Test proxy status, latency, speed, geolocation & anonymity level. Desktop app for Windows, macOS & Linux.

    TypeScript 1

  5. .github .github Public

    JavaScript

  6. socks5-bench socks5-bench Public

    Benchmark and health-check SOCKS5 proxies from the command line.

    Python

Repositories

Showing 10 of 31 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…