mdtahseen7/limit-break — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted scraping gateway called limit break.

I want to run it locally or deploy it cheaply, then point my existing scraper or API calls through one gateway URL so blocked requests work more reliably. It should accept normal HTTP requests in a pass through proxy mode, and also have JSON endpoints for fetching a URL and extracting structured data from HTML with CSS, XPath, or regex rules.

The gateway should handle browser like TLS impersonation, retry failed requests, rotate through a proxy pool, keep sticky sessions and cookies per site, cache repeated responses when I ask it to, and fall back to a headless browser or Cloudflare solver when it detects a challenge. I also want a simple dashboard where I can see live requests, success rates, retries, cache hits, and proxy health.

Please make it easy to configure with environment variables, support optional API keys, include Docker and simple deploy files, and add examples for curl, Python, and JavaScript. Look up current docs online if you need to.

Want more depth? Deep Reverse