Skip to main content
This guide shows how to scrape your first URL using Web Unlocker.

Prerequisites


Authentication

All requests require your API key in the apikey header:
The base URL for all API requests is:

Make your first request

Send a GET request with the target URL as a query parameter. The response is the fully rendered HTML of the page.

cURL

Python

JavaScript (Node.js / Browser)


What you get back

The response body is the raw rendered HTML of the page — the same content you’d see if you opened the URL in a browser. No JSON wrapper, no parsing needed.

Handling errors

Check the HTTP status code before processing the response:

Quick start with CLI

You can also scrape pages using the Gologin CLI tools without writing code:

Web Unlocker CLI

Gologin Web Access CLI (unified)

See Web Unlocker SDK and CLI and Web Access CLI for full details.