Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "title": "<string>",
  "url": "<string>",
  "displayed_url": "<string>",
  "description": "<string>",
  "snippet_segments": "<any>",
  "question": "<string>",
  "answer": "<string>",
  "is_question_answer": true,
  "is_related_query": true,
  "is_organic": true,
  "is_paid": true,
  "total_results": "<string>",
  "date": "<string>",
  "emphasized_keywords": "<string>",
  "page": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve scraped data from your Google Search Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

squid
string
required
Hash of the squid to get results from
run
string
Hash of a specific run (optional)
page
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
title
string
Title of the search result page. Example: Coffee
url
string
URL of the search result. Example: https://en.wikipedia.org/wiki/Coffee
displayed_url
string
URL as displayed in the Google search result (may differ from actual URL). Example: https://en.wikipedia.org › wiki › Coffee
description
string
Meta description or snippet shown in the Google search result. Example: Coffee is a beverage brewed from roasted, ground coffee beans. Darkly colored, bitter, and slightly acidic, coffee has a stimulating effect on humans, primarily ...
snippet_segments
json
Individual text segments of the Google search snippet
question
string
Question text from a People Also Ask entry. Example: What is the 15-15-15 coffee rule?
answer
string
Answer text from a People Also Ask entry
is_question_answer
boolean
Whether this result is a People Also Ask (Q&A) entry. Example: false
Whether this result is a related search query suggestion. Example: false
is_organic
boolean
Whether this is an unpaid organic search result. Example: true
is_paid
boolean
Whether this is a paid advertisement in Google search results. Example: false
total_results
string
Total number of search results Google reports for the query. Example: 3190000000
date
date
Publication or indexing date shown in the Google search result
emphasized_keywords
string
Keywords Google highlights in the search snippet. Example: coffee
page
integer
Search results page number (1 = first page of results). Example: 1