Spotted something off?Report on Discord
guides

Retry

Automatically retry a failed request up to 5 times to improve session reliability against timeouts, verification flows, or network instability.

Updated May 28, 2025

Automatically retry a failed request up to 5 times to improve session reliability against timeouts, verification flows, or network instability.

Command

"retries"

Purpose: Retries the entire request if it fails.

Limits:

  • Maximum retries: 5
  • Max total execution time: 240 seconds (4 minutes)

Parameters

Parameter Type Required Description
retries number No Number of automatic retries (1–5 recommended)

Example

bash7 lines
Want to run this request directly in your browser?to try it live with your own API key.

Notes

  • Retries are only performed if the request fails (e.g., timeout, blocked, crash).
  • Each retry counts against your total scrape usage.
  • If the combined retries exceed 240 seconds, the request will be aborted.

Use automatic retries for session reliability in unstable environments or on sites with browser verification flows, within authorized workflows. Pair it with persistent sessions and a premium proxy for more resilient runs.