arman-bd/httpmorph
httpmorph is a drop-in replacement for Python's requests library that uses a custom C implementation with BoringSSL instead of Python's standard HTTP stack.
When you need to interact with websites or APIs programmatically without being detected as an automated script, httpmorph helps. It takes your standard web requests and makes them look exactly like requests from a real Chrome browser, complete with specific browser versions and operating systems. This is ideal for developers building tools that need to blend in seamlessly with regular web traffic.
140 stars. Available on PyPI.
Use this if you are a developer building web scrapers, automation tools, or bots and need your HTTP requests to precisely mimic a real Chrome browser's fingerprint to avoid detection.
Not ideal if your primary concern is simple, high-volume web requests without needing advanced browser fingerprinting, or if you prefer a pure Python HTTP client.
Stars
140
Forks
2
Language
Python
License
MIT
Category
Last pushed
Dec 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/arman-bd/httpmorph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.