Retrieving digital assets...
Scrape Google 'About This Result' panel data including source info, web presence, and related context for search results.
99%
30s
500+
gl) and language (hl) codes for localized results| 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 |
{
"query": "Wikipedia",
"maxItems": 5,
"gl": "us",
"hl": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}
The scraper outputs structured JSON data for each search result with its "About This Result" panel information.
| 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) |
{
"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"
}
Explore more automation tools and scrapers to supercharge your data acquisition workflow.