Wikidata Entity Scraper - Q-IDs, Labels & Claims API
Pricing
from $0.50 / 1,000 results
Wikidata Entity Scraper - Q-IDs, Labels & Claims API
$0.5/1K ๐ฅ Fast Wikidata scraper! Entities โ labels, descriptions, aliases & claims in any language. No key. JSON, CSV, Excel or API in seconds. Search or list Q-IDs & pull thousands for knowledge graphs & AI enrichment โก
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Wikidata Entity Scraper ๐
Scrape Wikidata at scale โ search the world's largest free knowledge graph or fetch structured entity data (labels, descriptions, aliases, "instance of" types and claim counts) for any Q-ID. Clean JSON output, no API key, ready for AI training pipelines, data enrichment and research.
Wikidata is the structured-data backbone behind Wikipedia, Google's Knowledge Graph, Siri, Alexa and thousands of apps. This actor turns it into a simple, paginated, machine-readable feed.
โจ What it does
Two modes, one actor:
| Mode | Input | Output |
|---|---|---|
| search | A text query (e.g. albert einstein) | Matching entities: id, label, description, url |
| entities | A list of Q-IDs (e.g. ["Q42","Q64"]) | Full records: label, description, aliases, instance_of (P31), claim_count, url |
Every item is timestamped (scraped_at) and links straight to wikidata.org.
๐ Example input
Search mode:
{"mode": "search","query": "albert einstein","language": "en","maxItems": 50}
Entities mode:
{"mode": "entities","entityIds": ["Q42", "Q64", "Q937"],"language": "en","maxItems": 100}
๐ฆ Example output
Search result:
{"id": "Q937","label": "Albert Einstein","description": "German-born theoretical physicist (1879โ1955)","url": "http://www.wikidata.org/entity/Q937","scraped_at": "2026-07-03T00:00:00Z"}
Entity result:
{"id": "Q42","label": "Douglas Adams","description": "English writer and humorist (1952โ2001)","aliases": ["Douglas Noel Adams", "Douglas Noรซl Adams"],"instance_of": ["Q5"],"claim_count": 305,"url": "https://www.wikidata.org/wiki/Q42","scraped_at": "2026-07-03T00:00:00Z"}
๐ฏ Use cases
- Knowledge graphs โ build or enrich your own graph with canonical entity IDs, types and relationships.
- AI / LLM training โ harvest clean, licensed, structured facts for grounding, RAG and fine-tuning datasets.
- Data enrichment โ resolve messy names to stable Q-IDs, then attach descriptions, aliases and categories.
- Research & journalism โ pull structured facts about people, places, organisations and works at scale.
๐ธ Pricing & cost
This actor is lightweight and runs on 512 MB. Wikidata's API is free, so your only cost is compute.
- ~$1 per 1,000 items (search results or entities) as a rough guide.
- Fetching entities is batched 50 per request, keeping runs fast and cheap.
- No proxies required โ the Wikidata API is datacenter-friendly.
Actual cost depends on maxItems and the Apify plan you run on.
โ๏ธ Input reference
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | search | search or entities |
query | string | albert einstein | Text query (search mode) |
language | string | en | Language code for labels/descriptions/aliases |
entityIds | array | โ | List of Q-IDs (entities mode) |
maxItems | integer | 100 | Max items to return (1โ500) |
๐ How it compares
- vs. raw SPARQL / Query Service โ no query language to learn, no timeouts on big result sets, and output lands directly in an Apify dataset you can export to JSON/CSV/Excel.
- vs. writing your own client โ pagination, batching, retries, curl_cffi impersonation and schema-validated output are handled for you.
- vs. generic scrapers โ purpose-built for Wikidata's entity model (Q-IDs, P31, claims), not brittle HTML parsing.
๐ Related actors
๐ Support
Questions, feature requests or a bug? Open an issue on the actor page and we'll respond quickly. Custom fields, extra properties or bulk plans are available on request.
Keywords: wikidata scraper, knowledge graph api, wikidata entities, q-id lookup, structured data, entity extraction, ai training data, semantic web, wikibase, linked data