Scrapers.lat logo scrapers.lat
商业

OpenAlex Scholarly Works Scraper

Scrape scholarly works with title, DOI, publication year, type, citation count, authors, venue, open access status and a direct link. Search by keyword. Export to JSON, CSV or Excel.

34 每条记录的字段 JSON · CSV · Excel · API 按用量付费
openalex-scraper.json 200 OK
{
  "id": "https://openalex.org/W2101234009",
  "doi": "10.48550/arxiv.1201.0490",
  "title": "Scikit-learn: Machine Learning in Python",
  "publicationYear": 2012,
  "publicationDate": "2012-01-02",
  "type": "preprint",
  "citedByCount": 63889,
  "authors": ["Fabián Pedregosa","Gaël Varoquaux","Alexan…,
  "venue": "arXiv (Cornell University)"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
IdDoiTitlePublication YearPublication DateTypeCited By CountAuthorsVenueHost OrganizationIs Open AccessOpen Access StatusOpen Access UrlLanguage
示例输出

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

IdDoiTitlePublication Year
https://openalex.org/W210123400910.48550/arxiv.1201.0490Scikit-learn: Machine Learning in…2012
https://openalex.org/W302354031110.5860/choice.27-0936Genetic algorithms in search, opt…1989
https://openalex.org/W2125055259C4.5: Programs for Machine Learni…1992
https://openalex.org/W3120740533UCI Machine Learning Repository2007
https://openalex.org/W157044813310.1016/c2009-0-19715-5Data Mining: Practical Machine Le…2011
GET /openalex-scraper
{
  "id": "https://openalex.org/W2101234009",
  "doi": "10.48550/arxiv.1201.0490",
  "title": "Scikit-learn: Machine Learning in Python",
  "publicationYear": 2012,
  "publicationDate": "2012-01-02",
  "type": "preprint",
  "citedByCount": 63889,
  "authors": ["Fabián Pedregosa","Gaël Varoquaux","Alexan…,
  "venue": "arXiv (Cornell University)"
}

常见问题

What does the search match?

The search looks across titles and full text, so a query like `machine learning` returns the most relevant works ranked by relevance.

Does it include citation counts?

Yes. Each record includes the number of times the work has been cited, plus its authors, venue and open access status.

Can I find free full text?

Where a work is open access, the record includes an open access URL you can follow to the full text.

How fresh is the data?

Records are read live at run time, so each reflects the catalog at the moment of the run (see observedAt).

你准备好,它就就绪。

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