Google About This Result Scraper avatar

Google About This Result Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Google About This Result Scraper

Google About This Result Scraper

Scrape Google 'About This Result' panel data including source info, web presence, and related context for search results.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Features

  • Source Information: Extracts detailed source descriptions explaining what each website is and who runs it
  • First Indexed Date: Captures when Google first indexed each result URL
  • Security Status: Records whether the connection to each site is secure (HTTPS)
  • Web Presence: Extracts web presence data linked to each search result
  • Domain Details: Collects domain name and title for every organic result
  • Localization Support: Supports country (gl) and language (hl) codes for localized results
  • Proxy Support: Built-in Apify Proxy support with residential proxies to avoid blocks

Input Parameters

ParameterTypeRequiredDefaultDescription
queryStringYes"OpenAI"Search term to look up on Google
maxItemsIntegerNo10Maximum number of results to extract (1–100)
glStringNo"us"Country code for localized results (e.g., us, uk, in)
hlStringNo"en"Language code (e.g., en, es, fr)
proxyConfigurationObjectNoApify ResidentialProxy settings for the scraper

Input Schema Example

{
"query": "Wikipedia",
"maxItems": 5,
"gl": "us",
"hl": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output Schema

The scraper outputs structured JSON data for each search result with its "About This Result" panel information.

Main Fields

FieldTypeDescription
positionIntegerResult position in the search
titleStringPage title of the search result
linkStringFull URL of the search result
domainStringDomain name of the result
sourceDescriptionStringGoogle's description of who runs this website
firstIndexedStringApproximate date Google first indexed this page
connectionSecureStringWhether the page connection is secure (HTTPS)

Result Example

{
"position": 1,
"title": "Wikipedia - The Free Encyclopedia",
"link": "https://www.wikipedia.org/",
"domain": "wikipedia.org",
"sourceDescription": "Wikipedia is a free online encyclopedia, created and edited by volunteers around the world.",
"firstIndexed": "First indexed more than 10 years ago",
"connectionSecure": "Yes, your connection is secure"
}