商业
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.
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
示例输出
一条真实的示例记录,正是你收到的结构。
| Id | Doi | Title | Publication Year |
|---|---|---|---|
| https://openalex.org/W2101234009 | 10.48550/arxiv.1201.0490 | Scikit-learn: Machine Learning in… | 2012 |
| https://openalex.org/W3023540311 | 10.5860/choice.27-0936 | Genetic algorithms in search, opt… | 1989 |
| https://openalex.org/W2125055259 | C4.5: Programs for Machine Learni… | 1992 | |
| https://openalex.org/W3120740533 | UCI Machine Learning Repository | 2007 | |
| https://openalex.org/W1570448133 | 10.1016/c2009-0-19715-5 | Data 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).