GET/v1/results

Get Results

Retrieve scraped Google News articles

Retrieve the scraped news articles from your Google News Search Export runs. Each result represents one news article with its title, source, publication date, and more.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Result Fields

id
integer
Unique identifier for this result
Example: 818292
object
string
Always "result"
Example: result
squid
string
Hash ID of the squid that produced this result
Example: daf6d92ae704469196a14891d8f4b3fd
run
string
Hash ID of the run during which this result was scraped
Example: 27d94c06df7e440d97def631c02261fa
title
string
Headline or title of the news article
Example: The Man Behind Eddie's She-Crab Soup
url
string
Direct link to the full article
Example: https://www.charlottemagazine.com/...
source
string
Name of the news source or publisher
Example: Charlotte Magazine
short_description
string
Brief summary or excerpt of the article
Example: Alberto Toussaint is the mastermind...
image
string
URL of the article's featured image
Example: https://wpcdn.us-midwest-1.vip.tn-cloud.net/...
published_at
timestamp
Publication timestamp (ISO 8601)
Example: 2024-12-02T08:00:00Z
scraping_time
timestamp
When this result was fetched
Example: 2025-07-04T03:59:31.056Z
native_id
integer
Original identifier assigned by the source
Example: 818292

Parameters

squidstring
Required
Hash of the squid to get results from
Example: daf6d92ae704469196a14891d8f4b3fd
runstring
Optional
Hash of a specific run (optional)
Example: 27d94c06df7e440d97def631c02261fa
pageinteger
Optional
Page number (default: 1)
Example: 1
Pro Tip

Pro Tip

Use the `published_at` field to sort articles by publication date.
Note

Note

The `source` field identifies the news publisher for filtering or analysis.