ビジネス
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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
IdDoiTitlePublication YearPublication DateTypeCited By CountAuthorsVenueHost OrganizationIs Open AccessOpen Access StatusOpen Access UrlLanguage
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| 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).