For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting started

Hyper Solutions generates sensor data for bypassing Akamai Bot Manager, Incapsula, DataDome, and Kasada.


Prerequisites

  • API Key from your dashboard

  • TLS client that mimics real browsers

  • Understanding of TLS fingerprinting and header order

New to request-based scraping? Start with Request-Based Basics in the sidebar to learn TLS fingerprinting, header order, and proper HTTP client configuration.

Integration Options

SDKs (Recommended): Python, JavaScript/TypeScript, or Go Direct API: For other languages, see Authentication then the API Reference

Requirements

  • Proper TLS client (standard HTTP libraries won't work)

  • Exact header order matching real browsers

  • Consistent User-Agent, TLS fingerprint, and IP throughout session

Next Steps

  1. Read Request-Based Basics if needed

  2. Choose your anti-bot solution

  3. Follow its Getting Started guide

  4. Install SDK or use API Reference

Last updated