GET/v1/results

Get Results

Retrieve scraped Google Search results

Retrieve the scraped search results from your Google Search Scraper runs. Results include page titles, URLs, descriptions, and metadata about each search result.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes

Result Fields

id
integer
Unique identifier for this result
Example: 706594
object
string
Always "result"
Example: result
squid
string
Hash ID of the squid that produced this result
Example: c3744f29e3b740feaae2c628da82680c
run
string
Hash ID of the run during which this result was scraped
Example: 5227fec5bd4a43ecabb22f52654f76c0
page
integer
Search results page number (1-based)
Example: 1
title
string
Page title as shown in Google's results
Example: Crab
url
string
Canonical URL of the result
Example: https://en.wikipedia.org/wiki/Crab
displayed_url
string
Pretty URL shown beneath the title
Example: https://en.wikipedia.org
description
string
Snippet or meta-description from the page
Example: Crabs are decapod crustaceans...
date
string
Publication date if detected
Example: 2024-11-11
is_organic
boolean
True for non-paid (organic) results
Example: true
is_paid
boolean
True for ad or paid listings
Example: false
is_question_answer
boolean
True for 'People also ask' or Q&A snippets
Example: false
is_related_query
boolean
True for related search suggestions
Example: false
answer
string
Direct answer snippet if Google provided one
Example: null
question
string
Original query for featured Q&A results
Example: null
total_results
string
Google's reported total matching results
Example: 1,234
scraping_time
timestamp
When this result was scraped
Example: 2025-06-30T08:16:53.273Z

Parameters

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

Pro Tip

Filter by `is_organic: true` to get only organic (non-paid) results.
Note

Note

The `page` field indicates which Google search results page the result came from.