# ScrapflyScrapeResponse

Model ID: `ScrapflyScrapeResponse`

A full Scrapfly ``GET /scrape`` response.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `config` | `unknown|null` | No |  |  | `null` | Yes |  |
| `context` | `unknown|null` | No |  |  | `null` | Yes |  |
| `result` | [`ScrapflyResult`](./ScrapflyResult.md) | No |  |  | `null` | Yes |  |
| `uuid` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
