> For the complete documentation index, see [llms.txt](https://daijro.gitbook.io/hrequests/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daijro.gitbook.io/hrequests/home.md).

# Home

<figure><img src="https://i.imgur.com/r8GcQW1.png" alt=""><figcaption></figcaption></figure>

[![](https://img.shields.io/github/license/daijro/hrequests.svg)](https://github.com/daijro/hrequests/blob/main/LICENSE) ![](https://img.shields.io/badge/python-3.8‐3.12-blue) [![PyPI](https://img.shields.io/pypi/v/hrequests.svg) ](https://pypi.org/project/hrequests/)[![PyPI](https://static.pepy.tech/badge/hrequests) ](https://pepy.tech/project/hrequests)[![](https://img.shields.io/badge/code%20style-black-black.svg) ](https://github.com/ambv/black)[![](https://img.shields.io/badge/imports-isort-yellow.svg)](https://github.com/PyCQA/isort)

***

## ✨ Features

* Seamless transition between HTTP and headless browsing 💻
* Integrated fast HTML parser 🚀
* High performance network concurrency with goroutines & gevent 🚀
* Replication of browser TLS fingerprints 🚀
* JavaScript rendering 🚀
* Supports HTTP/2 🚀
* Realistic browser header generation using [BrowserForge](https://github.com/daijro/browserforge) 🚀
* JSON serializing up to 10x faster than the standard library 🚀

## 💻 Browser crawling

* Simple & uncomplicated browser automation
* Human-like cursor movement and typing
* Anti-detect browsing using [Camoufox](https://camoufox.com) and [Patchright](https://github.com/Kaliiiiiiiiii-Vinyzu/patchright) (**new in v0.9.0!**)
* Full page screenshots
* Proxy support
* Headless and headful support
* No CORS restrictions

## ⚡ More

* High performance ✨
* HTTP backend written in Go
* Automatic gzip & brotli decode
* Written with type safety
* 100% threadsafe ❤️

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daijro.gitbook.io/hrequests/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
