## Crawl websites. `client.BrowserRendering.Crawl.New(ctx, params) (*string, error)` **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 - `params CrawlNewParams` - `AccountID param.Field[string]` Path param: Account ID. - `URL param.Field[string]` Body param: URL to navigate to, eg. `https://example.com`. - `CacheTTL param.Field[float64]` Query param: Cache TTL default is 5s. Set to 0 to disable. - `ActionTimeout param.Field[float64]` Body param: 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. - `AddScriptTag param.Field[[]CrawlNewParamsVariant0AddScriptTag]` Body param: Adds a `