Use this endpoint to stop the interactive browser session for a scrape job. Stopping the session releases browser resources and finalizes billing.
Credits are billed based on session duration: 7 credits per browser minute if the session used a prompt, or 2 credits per browser minute if it did not. Duration is prorated by the second, with a minimum charge of one browser minute.
Path Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string (UUID) | Yes | The scrape job ID associated with the browser session |
Response#
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the session was successfully destroyed |
sessionDurationMs | number | Total session duration in milliseconds |
creditsBilled | number | Number of credits billed for the session |
error | string | Error message (only present on failure) |
Example Request#
Example Response#
Error Codes#
| Status | Description |
|---|---|
403 | Session belongs to a different team |
404 | No browser session found for this scrape job |
For detailed usage with examples, see the Interact feature guide.

