GET
/v1/resultsGet Results
Retrieve scraped Google News articlesRetrieve 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
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
id
integer
Example: 818292
object
string
Example: result
squid
string
Example: daf6d92ae704469196a14891d8f4b3fd
run
string
Example: 27d94c06df7e440d97def631c02261fa
title
string
Example: The Man Behind Eddie's She-Crab Soup
url
string
Example: https://www.charlottemagazine.com/...
source
string
Example: Charlotte Magazine
short_description
string
Example: Alberto Toussaint is the mastermind...
image
string
Example: https://wpcdn.us-midwest-1.vip.tn-cloud.net/...
published_at
timestamp
Example: 2024-12-02T08:00:00Z
scraping_time
timestamp
Example: 2025-07-04T03:59:31.056Z
native_id
integer
Example: 818292
Parameters
squidstring
RequiredExample:
daf6d92ae704469196a14891d8f4b3fdrunstring
OptionalExample:
27d94c06df7e440d97def631c02261fapageinteger
OptionalExample:
1Pro Tip
Use the `published_at` field to sort articles by publication date.
Note
The `source` field identifies the news publisher for filtering or analysis.