Scrapers.lat logo scrapers.lat
开发者工具

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.

29 每条记录的字段 JSON · CSV · Excel · API 按用量付费
wikidata-entities-scraper.json 200 OK
{
  "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 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
QidLabelDescriptionAliasesInstance OfCountryIndustryHeadquartersWebsiteInceptionPhoneTwitterFacebookInstagram
示例输出

一条真实的示例记录,正是你收到的结构。

QidLabelDescriptionAliases
Q312Apple Inc.American multinational technology…["Apple (company)"]
Q62033032Apple media eventtype of periodical livestreamed s…["Apple spring conference","Apple…
Q1048090history of Apple Inc.aspect of history["history of Apple","history of A…
Q4781184Apple Inc. litigationoverview about the litigation of …["Apple litigation","litigation o…
Q2935440Apple Inc. advertisingoverview about the advertising of…[]
GET /wikidata-entities-scraper
{
  "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.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。