Wikidata — Structured Knowledge & Entity Search
Pricing
$1.00 / 1,000 entities
Wikidata — Structured Knowledge & Entity Search
Search 100M+ Wikidata entities into clean JSON: label, description, aliases, statements (properties and values), Wikipedia link and Wikidata URL. Powered by the public MediaWiki/Wikidata API. No API key.
Pricing
$1.00 / 1,000 entities
Rating
0.0
(0)
Developer
Marouane Oulabass
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Wikidata — Structured Knowledge & Entity Search to JSON
Search millions of Wikidata entities — as clean JSON. Pass names of people, places, organizations or concepts and get back a tidy row per entity: label, description, aliases, statements (properties and values), Wikipedia link and Wikidata URL. Powered by the public MediaWiki / Wikidata API — no API key.
The easy way to pull structured facts into knowledge graphs, apps and AI pipelines.
Who uses this
- 🤖 AI / LLM & knowledge-graph builders — ground models in structured facts.
- 🔎 Researchers & data teams — build entity datasets across domains.
- 🌐 Content & search tools — enrich pages with facts and links.
- 🧩 Data enrichment — resolve names to canonical IDs (QIDs).
- 🧑💻 Developers — a clean Wikidata endpoint by name.
What you get — one clean row per entity
| Field | Description |
|---|---|
id | Wikidata QID |
label | Entity label |
description | Short description |
aliases + aliasCount | Alternative names |
statements | Properties and their values |
propertyCount | Number of properties |
wikipediaUrl + wikipediaTitle | Linked Wikipedia article |
wikidataUrl | Wikidata entity page |
sitelinkCount | Linked wiki sites |
query, scrapedAt | Provenance |
Example
Input
{ "queries": ["Douglas Adams", "Mount Everest"], "language": "en", "maxResultsPerQuery": 10 }
Output (one item)
{"id": "Q42","label": "Douglas Adams","description": "English writer and humorist (1952–2001)","aliases": ["Douglas Noël Adams", "DNA"], "aliasCount": 2,"propertyCount": 120,"wikipediaUrl": "https://en.wikipedia.org/wiki/Douglas_Adams","wikidataUrl": "https://www.wikidata.org/wiki/Q42"}
Why this actor
- ✅ Structured facts — properties and values, not just text.
- 🌐 Any language — labels, descriptions and Wikipedia links localized.
- 🔗 Canonical IDs — resolve names to Wikidata QIDs.
- 📚 Wikipedia links — jump from entity to article.
- ⚡ Fast & affordable — pay only per entity returned. No API key.
Input options
queries(required) — entity names to look up.language— language code for labels/descriptions (defaulten).maxResultsPerQuery— cap entities per query.
FAQ
What are statements? Property→value facts (e.g. "instance of → human"), returned as a structured list.
Do I get the Wikidata QID? Yes — id is the canonical QID (e.g. Q42).
Which languages? Any Wikidata language — set language.
How fresh is the data? Live from the MediaWiki/Wikidata API on every run.
Can I export to CSV/Excel/Google Sheets? Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.
What does it cost? Pay-per-entity — you're only charged for entities actually returned.
Tip: pair this with the Wikipedia actor — resolve a name to a QID here, then pull the article summary there.