Enables realistic browser-like HTTP requests with accurate TLS fingerprints for bypassing anti-bot measures and converts documents to Markdown.
Sponsored
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.
主要功能
01Accurate TLS/JA3/JA4 browser fingerprinting
02HTML and PDF to Markdown conversion
03Complete HTTP method support (GET, POST, PUT, DELETE, etc.)
04Automatic handling of large responses
05Support for Basic, Bearer, and custom authentication
使用案例
01Bypassing anti-bot measures for web scraping
02Converting web content into LLM-readable Markdown format
03Enabling LLMs to interact with websites like a real browser