Wikidata Entity Scraper avatar

Wikidata Entity Scraper

Pricing

from $0.75 / 1,000 entity scrapeds

Go to Apify Store
Wikidata Entity Scraper

Wikidata Entity Scraper

Extract structured knowledge-graph data from Wikidata — labels, descriptions, aliases, statements/claims (properties and values) and Wikipedia sitelinks — for any entity, by search or by Q-ID. Official API, no key, no proxy.

Pricing

from $0.75 / 1,000 entity scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Wikidata Entity Scraper 🧩

Extract structured knowledge-graph data from Wikidata — the free database behind Wikipedia. Get labels, descriptions, aliases, statements (properties → values) and Wikipedia sitelinks for any entity, by search or by Q-ID.

Perfect for data enrichment, entity resolution, knowledge graphs, RAG / AI training data, and building structured datasets about people, companies, places and concepts.

What it extracts (one row per entity)

  • id, label, description, aliases
  • claims — property IDs (P-numbers) mapped to their values (claim_count)
  • sitelinks — Wikipedia pages in every language (sitelink_count)
  • wikipedia_url, url

Input

{
"searchQueries": ["Apple Inc", "Albert Einstein"],
"entityIds": ["Q312", "Q42"],
"language": "en",
"includeClaims": true,
"maxResultsPerQuery": 5
}
  • searchQueries — find entities by name.
  • entityIds — exact Q-IDs (e.g. Q312 = Apple Inc.).
  • includeClaims — include the entity's statements (properties → values).

Output example

{
"type": "entity",
"id": "Q312",
"label": "Apple Inc.",
"description": "American multinational technology company",
"aliases": ["Apple", "Apple Computer"],
"claim_count": 256,
"claims": { "P159": ["Q16552"], "P452": ["Q880071"], "P1128": ["164000"] },
"sitelink_count": 183,
"wikipedia_url": "https://en.wikipedia.org/wiki/Apple_Inc.",
"url": "https://www.wikidata.org/wiki/Q312"
}

Notes

  • Uses the official Wikidata API — free, no key.
  • Property IDs (P-numbers) and entity values (Q-numbers) follow the Wikidata data model.
  • No proxy required.