Responsible use
Understand access boundaries and collect only web content you are permitted to use.
CrawlVolt is intended for legitimate web access and browser workflows.
Customer responsibilities
- Automate only websites and accounts you are authorized to access.
- Respect applicable terms, privacy requirements and target rate limits.
- Keep API keys and login values out of URLs, selectors, idempotency keys and logs.
- Use short-lived sessions and revoke them when a workflow ends.
- Review browser actions before using them on production accounts.
Product limits
Browser actions, selectors, text payloads, request duration and concurrent work
are bounded. A target website can still reject or rate-limit a request. Use the
typed error response and request_id to decide whether a retry is appropriate.
For login workflows, follow Authenticated flows. For retry and quota behavior, see Errors and quotas.