The default Dataset stores one item per delivered organic Google result.
| Field | Type | Always present | Description |
|---|---|---|---|
query |
string | Yes | Search query associated with the result. |
page |
integer | Yes | Google result page from 1 to 10. |
position |
integer or null | Yes | Organic position across the requested page range. |
title |
string or null | Yes | Result title shown by Google. |
url |
string or null | Yes | Organic destination URL. |
description |
string or null | Yes | Result snippet shown by Google. |
Nullable fields remain explicit null values when Google does not provide them. Do not silently convert them to empty strings or zero in downstream processing.
The default Key-Value Store contains a SUMMARY record with:
statusqueriespages_requested,pages_succeeded,pages_failed,pages_remainingresultsstart_page,end_page,language,countryspending_limit_reached
The summary is run metadata and is not a Dataset result or serp-result billing event.