## Scrape elements.
`client.BrowserRendering.Scrape.New(ctx, params) (*[]ScrapeNewResponse, error)`
**post** `/accounts/{account_id}/browser-rendering/scrape`
Get meta attributes like height, width, text and others of selected elements.
### Parameters
- `params ScrapeNewParams`
- `AccountID param.Field[string]`
Path param: Account ID.
- `Elements param.Field[[]ScrapeNewParamsVariant0Element]`
Body param
- `Selector string`
- `HTML param.Field[string]`
Body param: Set the content of the page, eg: `
Hello World!!
`. Either `html` or `url` must be set.
- `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[[]ScrapeNewParamsVariant0AddScriptTag]`
Body param: Adds a `