Google Knowledge Panel Scraper avatar

Google Knowledge Panel Scraper

Pricing

Pay per usage

Go to Apify Store
Google Knowledge Panel Scraper

Google Knowledge Panel Scraper

Extracts public entity names, descriptions, structured attributes, websites, images, social profiles, and related entities from Google Knowledge Panels.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Search API

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extracts public entity names, descriptions, structured attributes, websites, images, social profiles, and related entities from Google Knowledge Panels.

What this Actor collects

The Actor converts Google Knowledge Panels into clean entity records containing the public name, description, structured attributes, website, images, social profiles, related entities, locale, and retrieval provenance when available.

  • Uses the input limits and filters below to control the crawl.
  • Stores source-backed fields defined by the 24-field dataset schema.
  • Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.

Use cases

  • Entity research
  • Search-result verification
  • Knowledge-graph enrichment

Input

Provide input in JSON. Fields marked required must be supplied. The Default / example column shows a schema default when one exists; otherwise it shows a documented prefill or fixture value.

FieldTypeRequiredDefault / exampleDescription
querystringYes"Albert Einstein"The entity name to look up (e.g. 'Albert Einstein', 'Eiffel Tower', 'Microsoft')
glstringNo"us"Two-letter country code (e.g. 'us', 'uk', 'in')
hlstringNo"en"Two-letter language code (e.g. 'en', 'es', 'de')
proxyConfigurationobjectNo{"useApifyProxy":true,"apifyProxyGroups":["GOOGLE_SERP"]}Proxy settings for the scraper.

Example input

{
"query": "Albert Einstein",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"countryCode": "US"
},
"gl": "us",
"hl": "en"
}

Output

The default dataset contains one item per extracted Knowledge Panel entity. The following are the most useful fields; attributes, social profiles, images, and related entities vary by panel type.

FieldTypeDescription
entityNamestringEntity Name
descriptionstringDescription
entityTypestringEntity Type
websitestringWebsite
subtitlestringSubtitle
searchQuerystringSearch Query
scrapedAtstringScraped At
typestringType
entityIdstringEntity ID
entityUrlstringEntity URL
attributesobjectAttributes
imageUrlstringImage URL
officialWebsitestringOfficial Website
wikipediaUrlstringWikipedia URL
coordinatesobjectCoordinates
aliasesarrayAliases

Example dataset item

No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.