Rquest
Createdxxxbrian
Enables realistic browser-like HTTP requests with accurate TLS fingerprints for bypassing anti-bot measures and converts documents to Markdown.
About
Rquest is an HTTP request server designed to provide Large Language Models (LLMs) with advanced HTTP request capabilities, enabling them to interact with websites more naturally and bypass common anti-bot measures. Built on the rquest library, it accurately emulates browser behavior through TLS/JA3/JA4 fingerprinting. Additionally, it supports converting PDF and HTML documents to Markdown, facilitating easier processing by LLMs, with complete HTTP method support, authentication, and request customization.
Key Features
- Accurate TLS/JA3/JA4 browser fingerprinting
- HTML and PDF to Markdown conversion
- Complete HTTP method support (GET, POST, PUT, DELETE, etc.)
- Automatic handling of large responses
- Support for Basic, Bearer, and custom authentication
Use Cases
- Bypassing anti-bot measures for web scraping
- Converting web content into LLM-readable Markdown format
- Enabling LLMs to interact with websites like a real browser