Google About This Result Scraper
Pricing
from $5.00 / 1,000 results
Go to Apify Store
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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | String | Yes | "OpenAI" | Search term to look up on Google |
maxItems | Integer | No | 10 | Maximum number of results to extract (1–100) |
gl | String | No | "us" | Country code for localized results (e.g., us, uk, in) |
hl | String | No | "en" | Language code (e.g., en, es, fr) |
proxyConfiguration | Object | No | Apify Residential | Proxy 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
| Field | Type | Description |
|---|---|---|
position | Integer | Result position in the search |
title | String | Page title of the search result |
link | String | Full URL of the search result |
domain | String | Domain name of the result |
sourceDescription | String | Google's description of who runs this website |
firstIndexed | String | Approximate date Google first indexed this page |
connectionSecure | String | Whether 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"}