## Crawl websites. `browser_rendering.crawl.create(CrawlCreateParams**kwargs) -> CrawlCreateResponse` **post** `/accounts/{account_id}/browser-rendering/crawl` Starts a crawl job for the provided URL and its children. Check available options like `gotoOptions` and `waitFor*` to control page load behaviour. ### Parameters - `account_id: str` Account ID. - `url: str` URL to navigate to, eg. `https://example.com`. - `cache_ttl: Optional[float]` Cache TTL default is 5s. Set to 0 to disable. - `action_timeout: Optional[float]` The maximum duration allowed for the browser action to complete after the page has loaded (such as taking screenshots, extracting content, or generating PDFs). If this time limit is exceeded, the action stops and returns a timeout error. - `add_script_tag: Optional[Iterable[Variant0AddScriptTag]]` Adds a `