> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oculusproxies.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Set Up Oculus Proxies With NextCaptcha

> Maximize your CAPTCHA-solving efficiency by integrating Oculus Proxies with NextCaptcha. This setup ensures secure, anonymous, and uninterrupted automation for bypassing CAPTCHA challenges across various platforms.

<img src="https://mintcdn.com/oculus/lbEF8lFbk6EK1YNV/integration-guides/img/oculus_integrations/NextCaptcha.png?fit=max&auto=format&n=lbEF8lFbk6EK1YNV&q=85&s=92245963f22f3ee161a65a7573b24d4c" alt="title" width="720" height="200" data-path="integration-guides/img/oculus_integrations/NextCaptcha.png" />

## What is NextCaptcha?

**NextCaptcha** is a powerful CAPTCHA-solving service designed to automate the process of bypassing CAPTCHA challenges. It is widely used for bulk CAPTCHA-solving, bot automation, and high-security verification workflows. NextCaptcha is trusted across multiple industries, including e-commerce, financial services, social media, and marketing research. By pairing **NextCaptcha with Oculus Proxies**, you can enhance anonymity, maintain stable performance, and access region-specific CAPTCHA solutions without interruptions.

<Tip>
  If you’re using **Oculus** to access search engines like **Google, Bing, or Yandex** and facing connection issues, the proxy type could be the reason. **ISP Premium Proxies** ensure stable and unrestricted access, preventing blocks that standard proxies might encounter. Switching to **ISP Premium Proxies** can help maintain smooth and reliable performance.
</Tip>

## How to Integrate Oculus Proxies with NextCaptcha

<Steps>
  <Step title="Create Account">
    Visit the [NextCaptcha website](https://nextcaptcha.com/) and **sign up** if you haven’t already.

    <Frame as="div">
      <img src="https://mintcdn.com/oculus/wLHiz8O2S_4OIGGs/integration-guides/img/nextcaptcha1.png?fit=max&auto=format&n=wLHiz8O2S_4OIGGs&q=85&s=e2701b7181f5f616f89277874b03056d" alt="" width="662" height="454" data-path="integration-guides/img/nextcaptcha1.png" />
    </Frame>
  </Step>

  <Step title="Your API Key">
    Navigate to your [NextCaptcha dashboard](https://dashboard.nextcaptcha.com/dashboard), find your **API key**, and copy it.

    <Frame as="div">
      <img src="https://mintcdn.com/oculus/wLHiz8O2S_4OIGGs/integration-guides/img/nextcaptcha2.png?fit=max&auto=format&n=wLHiz8O2S_4OIGGs&q=85&s=f91b036d7cb8e06cf4e2e1fc1c95f50c" alt="" width="909" height="491" data-path="integration-guides/img/nextcaptcha2.png" />
    </Frame>
  </Step>

  <Step title="Configure Proxy Credentials">
    Add your **proxy details** to the NextCaptcha API requests, notice that **only RecaptchaV3** supports proxy authentication. Use the following example to set it up:

    ```json Request example theme={null}
    {
    "clientKey":"YOUR API KEY",
    "task": {
        "type":"RecaptchaV3Task",
        "websiteURL":"https://google.com",
        "websiteKey":"6LfD3PIbAAAAAJs_eEHvoOl75_83eXSqpPSRFJ_u",
        "pageAction":"login",
        "proxyType":"http",
        "proxyAddress":"proxy.oculus-proxy.com",
        "proxyPort":YOUR PROXY PORT,
        "proxyLogin":"YOUR PROXY USERNAME",
        "proxyPassword":"YOUR PROXY PASSWORD"
        }
    }
    ```

    Expected response example:

    ```json Response example theme={null}
    {
    "errorId": 0,
    "status": "ready",
    "solution": {
    "gRecaptchaResponse": "03AGdBq26gJ8v3Z3J9z3..."
    },
    "createTime": 1701234567890,
    "endTime": 1701234567890
    }
    ```
  </Step>
</Steps>
