# ScrapflyScrapeRequest

Model ID: `ScrapflyScrapeRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `asp` | `boolean` | No |  |  | `true` | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `render_js` | `boolean` | No |  |  | `true` | No |  |
| `rendering_wait` | `integer` | No |  |  | `10000` | No |  |
| `url` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
