unsubbed.co

FlareSolverr

Released under MIT, FlareSolverr provides proxy server to bypass Cloudflare protection on self-hosted infrastructure.

Overview

Proxy server to bypass Cloudflare protection Proxy server to bypass Cloudflare protection. Contribute to FlareSolverr/FlareSolverr development by creating an account on GitHub. The project has 13K+ GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

curl -L -X POST 'http://localhost:8191/v1' \
-H 'Content-Type: application/json' \
--data-raw '\{
  "cmd": "request.get",
  "url": "http://www.google.com/",
  "maxTimeout": 60000
\}'
import requests

url = "http://localhost:8191/v1"
headers = \{"Content-Type": "application/json"\}
data = \{
    "cmd": "request.get",
    "url": "http://www.google.com/",
    "maxTimeout": 60000
\}
response = requests.post(url, headers=headers, json=data)
print(response.text)

Normalized Features

Source: tool-features-normalized.json

apt, docker, docker compose, pip.