> ## Documentation Index
> Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# StructuredData

## Fields

<ParamField path="success" type="bool" default="True">
  Whether the data was extracted successfully
</ParamField>

<ParamField path="error" type="UnionType[str, None]">
  Error message if the data was not extracted successfully
</ParamField>

<ParamField path="data" type="BaseModel | RootModel[Any] | None">
  Structured data extracted from the page in JSON format
</ParamField>

## Module

`notte_core.data.space`
