# ScrapflyResult

Model ID: `ScrapflyResult`

The ``result`` block on a Scrapfly scrape response.

    

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `content` | `string|null` | No |  |  | `null` | Yes |  |
| `content_type` | `string|null` | No |  |  | `null` | Yes |  |
| `duration` | `unknown|null` | No |  |  | `null` | Yes |  |
| `format` | `string|null` | No |  |  | `null` | Yes |  |
| `reason` | `string|null` | No |  |  | `null` | Yes |  |
| `status_code` | `unknown|null` | No |  |  | `null` | Yes |  |
| `success` | `boolean|null` | No |  |  | `null` | Yes |  |
| `url` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
