# Getting started

***

### Prerequisites

* API Key from your [dashboard](https://hypersolutions.co/keys)
* TLS client that mimics real browsers
* Understanding of TLS fingerprinting and header order

**New to request-based scraping?** Start with [**Request-Based Basics**](https://docs.hypersolutions.co/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](https://docs.hypersolutions.co/api-reference/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
