Google Knowledge Panel Scraper
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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.
| Field | Type | Required | Default / example | Description |
|---|---|---|---|---|
query | string | Yes | "Albert Einstein" | The entity name to look up (e.g. 'Albert Einstein', 'Eiffel Tower', 'Microsoft') |
gl | string | No | "us" | Two-letter country code (e.g. 'us', 'uk', 'in') |
hl | string | No | "en" | Two-letter language code (e.g. 'en', 'es', 'de') |
proxyConfiguration | object | No | {"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.
| Field | Type | Description |
|---|---|---|
entityName | string | Entity Name |
description | string | Description |
entityType | string | Entity Type |
website | string | Website |
subtitle | string | Subtitle |
searchQuery | string | Search Query |
scrapedAt | string | Scraped At |
type | string | Type |
entityId | string | Entity ID |
entityUrl | string | Entity URL |
attributes | object | Attributes |
imageUrl | string | Image URL |
officialWebsite | string | Official Website |
wikipediaUrl | string | Wikipedia URL |
coordinates | object | Coordinates |
aliases | array | Aliases |
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.