Skip to content
ScoutingAPI
Docs

actor_blocked

Upstream anti-bot / block detected with no usable rows.

HTTP 503upstream_unavailableRetryable0 credits
HTTP 503error.type = upstream_unavailable

How to fix it

Retry with backoff. The call is free.

Example response

503 upstream_unavailable
// HTTP 503
{
  "error": {
    "type": "upstream_unavailable",
    "code": "actor_blocked",
    "message": "Upstream anti-bot / block detected with no usable rows.",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": true,
    "docUrl": "https://scoutingapi.com/docs/errors/actor_blocked"
  }
}

This error is free

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/actor_blocked.