Zenodo Research Scraper โ€” Datasets, Papers & Software avatar

Zenodo Research Scraper โ€” Datasets, Papers & Software

Pricing

from $0.0005 / record scraped

Go to Apify Store
Zenodo Research Scraper โ€” Datasets, Papers & Software

Zenodo Research Scraper โ€” Datasets, Papers & Software

Search Zenodo (CERN) research outputs in bulk: datasets, publications, software, images and more. Get title, DOI, authors with affiliations, description, keywords, license, access rights, views, downloads and file links. For academic research, lit reviews and n8n.

Pricing

from $0.0005 / record scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Search and export Zenodo โ€” the open research repository built at CERN โ€” into clean JSON, CSV, Excel or XML. Pull research outputs in bulk: datasets, publications, software, images, videos, posters and presentations with their DOIs, authors and affiliations, description, keywords, license, access rights, view and download counts, and downloadable file links.

Built for researchers, data teams, meta-analysts and pipelines that need structured research metadata at scale instead of clicking through the Zenodo site one record at a time.

What does the Zenodo Research Scraper do?

Give it a search query โ€” a topic like climate change, a method like deep learning, or an author or keyword โ€” optionally narrow it to one resource type, and the actor paginates through Zenodo and returns one clean row per record:

  • title, doi and a direct url to the record
  • type (dataset, publication, software, image, video, poster, presentation)
  • publicationDate
  • creators โ€” each with name and affiliation
  • description (plain text, HTML stripped), keywords, license and accessRight
  • views and downloads counts
  • files โ€” each with name, size and a download link

What data can you get?

FieldTypeDescription
idintegerZenodo record ID (unique identifier)
doistringDigital Object Identifier for the record
titlestringRecord title
typestringResource type, e.g. dataset, publication, software
publicationDatestringPublication date (YYYY-MM-DD)
creatorsarrayAuthors, each { name, affiliation }
descriptionstringDescription as plain text (HTML stripped)
keywordsarrayKeywords / tags assigned to the record
licensestringLicense identifier, e.g. cc-by-4.0
accessRightstringAccess level, e.g. open, restricted, closed
viewsintegerNumber of views recorded for the record
downloadsintegerNumber of file downloads recorded
filesarrayAttached files, each { name, size, link }
urlstringLink to the record page

Use cases

  • Literature & data reviews โ€” collect every dataset, paper or software release on a topic with DOIs ready to cite.
  • Meta-analysis โ€” build a structured corpus of research outputs, filtered to one resource type.
  • Research monitoring โ€” track new outputs for a topic sorted by most recent.
  • Dataset discovery โ€” find open datasets and their downloadable file links for reuse.
  • Bibliometrics โ€” analyse views, downloads, licenses and access rights across a field.

How to use it

  1. Add the Zenodo Research Scraper to your Apify account and open the input form.
  2. Enter a Search query (e.g. climate change).
  3. Optionally pick a Resource type to narrow results to datasets, publications, software and so on.
  4. Choose a Sort order โ€” best match or most recent.
  5. Set Max items to cap the export, then Run.
  6. Export the dataset as JSON, CSV, Excel or XML, or pull it via the Apify API.

Input

{
"query": "climate change",
"resourceType": "dataset",
"maxItems": 100,
"sort": "bestmatch"
}
FieldTypeDescription
querystringSearch string matching titles, descriptions, authors and keywords.
resourceTypestringOptional: dataset, publication, software, image, video, poster or presentation. Empty = all types.
maxItemsintegerMaximum records to return (default 100).
sortstringbestmatch (relevance) or mostrecent (newest first).

Output

{
"id": 3461529,
"doi": "10.5281/zenodo.3461529",
"title": "ECMWF ERA5 Monthly surface air temperature anomalies",
"type": "dataset",
"publicationDate": "2019-09-26",
"creators": [
{ "name": "Copernicus Climate Change Service", "affiliation": "ECMWF" }
],
"description": "Monthly global-mean and European-mean surface air temperature anomalies...",
"keywords": ["temperature", "climate", "global", "ECMWF", "ERA5"],
"license": "cc-by-4.0",
"accessRight": "open",
"views": 856,
"downloads": 769,
"files": [
{
"name": "ts_1month_anomaly_Global_ea_2T_201908_v01.csv",
"size": 10761,
"link": "https://zenodo.org/api/records/3461529/files/ts_1month_anomaly_Global_ea_2T_201908_v01.csv/content"
}
],
"url": "https://zenodo.org/records/3461529"
}

FAQ

What is Zenodo? Zenodo is an open research repository operated by CERN. It lets researchers deposit and share datasets, papers, software, figures and other outputs, each assigned a citable DOI.

How many records can I get? As many as your search returns. Use Max items to cap a run and keep it cheap, and Resource type to focus on exactly what you need.

How does billing work? You pay only per record you get, so small, tightly filtered runs stay inexpensive.

What export formats are supported? JSON, CSV, Excel and XML, plus direct access via the Apify API.

Can I use this with n8n? Yes. Run the Zenodo Research Scraper from n8n with the Apify node โ€” trigger a run, wait for it to finish, and read the dataset items straight into your workflow to build reading lists, enrich references or drive alerts. It also works with Make, Zapier and the Apify API.

Can I connect this to other tools? The Zenodo Research Scraper connects with almost any cloud service or web app through integrations on the Apify platform โ€” Make, Zapier, Slack, Google Drive and many more, plus webhooks to trigger an action whenever a run finishes.

Is this only public data? Yes. It returns only openly published research metadata. You are responsible for compliance with Zenodo's terms and the license of each record.

Notes

Original clean-room implementation. Not affiliated with Zenodo or CERN. Records are contributed by Zenodo's users and made available under their respective licenses; cite the original works where required.