Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.09 KB

File metadata and controls

27 lines (20 loc) · 1.09 KB

Output reference

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.

Run summary

The default Key-Value Store contains a SUMMARY record with:

  • status
  • queries
  • pages_requested, pages_succeeded, pages_failed, pages_remaining
  • results
  • start_page, end_page, language, country
  • spending_limit_reached

The summary is run metadata and is not a Dataset result or serp-result billing event.