surfsky

Balance

API key

Use this key to authenticate requests to the Surfsky API. Keep it secret.

Host

Your browsers run in this region. Use its URL as your API base. One change per 24 hours.

Usage

Call the API directly. SDK and AI agent integrations are coming soon.

curl -X POST 'https://api-us1.surfsky.io/profiles/one_time' \
  -H 'X-Cloud-Api-Token: YOUR_API_TOKEN' \
  -H 'Content-Type: application/json'

Instructions

  1. 1.Read the docs. Everything is in the docs and the API reference.
  2. 2.Get your credentials. Select your cluster region and copy your API token above.
  3. 3.Start a browser. One-time or persistent, both in the API reference.
  4. 4.Add proxies. Use your own or ours (mobile and residential). For sites with heavy anti-bot, go with high-quality ones.
  5. 5.Act human. Drive page interactions through human_emulation so you stay under behavioral detection.
  6. 6.Handle captchas. If they're rare, recreate the browser and retry. If they keep coming, switch on the captcha solver (manual or auto).
  7. 7.See the browser. Watch it live with screencast, or debug a session with debugging.
  8. 8.Customize the fingerprint. The default fingerprint is already well configured. If you need to tweak it, do it in the request body parameters.
  9. 9.Scale up. For more concurrent browsers, change your plan.

If you get stuck, email [email protected] and we'll help you out.