---
title: "Content"
method: GET
path: "/browser"
---

# Content

`GET /browser`

Retrieve web content or queue a request for later retrieval; connect to `wss://render.joinmassive.com/browser` for CDP interaction.

## Query parameters

- `id` string, uuid
- `url` string, uri
- `difficulty` 'low' | 'medium' | 'high'
- `speed` 'light' | 'ridiculous' | 'ludicrous (planned)'
- `device` string
- `country` string
- `subdivision` string
- `city` string
- `captcha` 'solved' | 'ignored' | 'rejected'
- `readiness` 'load' | 'domcontentloaded'
- `delay` number
- `format` 'rendered' | 'raw' | 'markdown'
- `expiration` integer
- `mode` 'sync' | 'async'
- `callback` string

## Response `200`

The page content.

## Other responses

- `202` — A job identifier or the request status.
- `401` — The authorization header was missing.
- `402` — No more credits are available.
- `403` — The content was captcha’d.
- `404` — One or more resources is nonexistant.
- `422` — One or more parameters were invalid.
- `429` — The rate limit was exceeded.
- `500` — An unknown error occurred.
- `503` — The service is unavailable.
- `504` — The operation timed out.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2026-07-06** `bfddf5b2c698` — 3 breaking, 1 warning, 3 info
  - added `subschema #1, subschema #2` to the response body `oneOf` list for the response status `202`
  - the response's body type/format changed from `object`/`` to ``/`` for status `202`
  - removed the required property `id` from the response with the `202` status
  - for the `query` request parameter `url`, the maxLength was set to `2047`
  - …3 more
- **2026-06-29** `bbfea328162f` — 1 breaking, 1 info
  - removed the enum value `high (planned)` from the `query` request parameter `difficulty`
  - added the new enum value `high` to the `query` request parameter `difficulty`

[Change history](https://skmtc.dev/joinmassive/apis/massive/changes/browser/get.md)

---

[API](https://skmtc.dev/joinmassive/apis/massive.md) · [All operations](https://skmtc.dev/joinmassive/apis/massive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinmassive/massive/revisions/3a9f7769563f/schema)
