Wikidata Entities & Knowledge Graph Scraper
Search Wikidata and export matching entities as clean structured data. Get each entity's label, description, aliases, type, country, official website, inception date and industry, plus the Wikidata URL. Great for research and KYB enrichment. Export to JSON, CSV or Excel.
{ "qid": "Q312", "label": "Apple Inc.", "description": "American multinational technology company base…", "aliases": ["Apple (company)"], "instanceOf": "enterprise", "country": "United States", "industry": "software industry", "headquarters": "Cupertino", "website": "https://apple.com/at/" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Qid | Label | Description | Aliases |
|---|---|---|---|
| Q312 | Apple Inc. | American multinational technology… | ["Apple (company)"] |
| Q62033032 | Apple media event | type of periodical livestreamed s… | ["Apple spring conference","Apple… |
| Q1048090 | history of Apple Inc. | aspect of history | ["history of Apple","history of A… |
| Q4781184 | Apple Inc. litigation | overview about the litigation of … | ["Apple litigation","litigation o… |
| Q2935440 | Apple Inc. advertising | overview about the advertising of… | [] |
{ "qid": "Q312", "label": "Apple Inc.", "description": "American multinational technology company base…", "aliases": ["Apple (company)"], "instanceOf": "enterprise", "country": "United States", "industry": "software industry", "headquarters": "Cupertino", "website": "https://apple.com/at/" }
常见问题
What is a QID?
A QID is the permanent identifier Wikidata gives every entity (for example `Q95` for Google). It is the safest way to link records across data sets.
Why are some fields empty?
Wikidata is community maintained, so not every entity has a website, country or inception date. Missing facts are returned as null while label and description are always present.
Can I search for people, places or products?
Yes. Any entity type works. The type is returned in the `instanceOf` field so you can filter to companies, humans, cities and more.
What language are the results in?
Labels and descriptions are returned in English. Aliases are the English aliases recorded for the entity.