ParseForge Scrapers

Zenodo Research Records Scraper

parseforge/zenodo-records-scraper

AutomationIntegrationsEducation

Scrapes Zenodo research records by free-text search and resource type filter. Each record returns its DOI, title, authors, publication date, and file metadata as a flat row.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
86
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Zenodo Research Records Scraper

Scrape Zenodo research records by search term or resource type, up to a million per run. Every record returns its title, DOI, authors, publication date, and file metadata. No API key required. Export to CSV, JSON, Excel, or XML.

Zenodo's REST API requires pagination handling and rate-limit awareness for large-scale research analysis. This Actor reads the public record feeds directly, filtered by free-text query or resource type, and returns each match in one consistent schema. It is built for researchers, data librarians, and meta-science analysts who need structured access to CERN's open repository without writing API clients.

Who uses it What they scrape Zenodo for
Meta-science researchers Mapping the volume and types of open research output across disciplines.
University librarians Building an institutional bibliography of all datasets and papers deposited by their faculty.
Data journalists Finding publicly funded research datasets on a specific topic for an investigation.
Research software engineers Discovering software packages archived with a DOI for citation in their own tools.

What it does

This Actor collects Zenodo research records by search term and resource type, and returns each one as a flat row with its DOI, authors, title, and file metadata.

  • ๐Ÿ” Free-text search: pass any query string, from broad terms like 'climate' to specific phrases like 'CRISPR gene editing', and the Actor retrieves matching records.
  • ๐Ÿ“‚ Resource type filter: narrow results to publications, datasets, software, posters, presentations, images, videos, lessons, or physical objects.
  • ๐Ÿ“Š Flat row output: each record lands as one row with its DOI, title, authors, publication date, resource type, access rights, and file metadata, ready for analysis.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Zenodo data

๐Ÿ“ˆ Map open science output.

A meta-science researcher runs a broad query like 'machine learning' filtered by 'dataset' to count how many open datasets exist in that field and track growth over time.

๐Ÿ“š Build an institutional bibliography.

A university librarian searches for their institution's name in the author field to collect every Zenodo deposit by their faculty into a single CSV for the annual research report.

๐Ÿ”ฌ Find datasets for a literature review.

A PhD candidate searches for 'Parkinson's disease' filtered by 'dataset' to locate supplementary data they can re-analyze for their systematic review.

๐Ÿ’พ Discover citable software.

A research software engineer searches for 'simulation' filtered by 'software' to find tools with DOIs they can cite in their own paper's methods section.

Why choose this scraper

What you get
No API key Reads Zenodo's public feeds directly, no registration or OAuth flow required.
Fixed schema Every record, whether a dataset, paper, or software entry, arrives in the same flat structure.
Bulk export Collect up to a million records per run and export to CSV, JSON, Excel, or XML.

How it compares

Three other Zenodo scrapers exist on Apify. This Actor focuses on search-based discovery by query and resource type, while others add record-ID lookup, community filtering, or access-rights filtering.

Feature ParseForge Zenodo Scraper ยท Research Records, DOIs, Authors & Files Zenodo Records Scraper - Research Dataset Search Zenodo Scraper
Free-text search query Yes Yes Yes Yes
Resource type filter Yes Not listed Yes Yes
Fetch by record ID or DOI Not listed Not listed Not listed Yes
Access rights filter Not listed Not listed Not listed Yes
Community filter Not listed Not listed Not listed Yes
File metadata in output Yes Yes Yes Not listed

Configure the run

Drive the Actor with a free-text search query and a resource type filter, alone or together, and filtering runs as each record is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Zenodo Research Records Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Zenodo through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/zenodo-records-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your search query is spelled correctly and is not too narrow. Try a broader term first, then add the resource type filter. Also confirm that Zenodo itself returns results for the same query in a browser.

The Actor stopped before reaching my maxItems limit.

This happens when Zenodo has no more matching records. Your query and filter combination may return fewer total records than your limit. Try broadening the query or removing the resource type filter.

Some records are missing fields I expected.

Zenodo records vary by resource type and how the depositor filled them in. A software entry may lack an author field that a publication has. The Actor returns whatever metadata Zenodo provides for each record.

The run is taking a long time.

Large maxItems values mean more HTTP requests. The Actor respects Zenodo's rate limits. Reduce maxItems or narrow your query to speed up the run.

I need file download links but do not see them.

File metadata including download URLs is included in each record. Look for the files array in your output. If a record has no files, the depositor may have only created a metadata entry without uploading data.

FAQ

Question Answer
Do I need a Zenodo account or API key to use this Actor? No. This Actor reads Zenodo's public record feeds directly. No registration, API key, or OAuth flow is required.
What data fields does each record include? Each record returns its DOI, title, authors, publication date, resource type, access rights, description, version, language, and file metadata such as filenames, sizes, and download links.
Can I filter by resource type? Yes. The resource type dropdown lets you limit results to publications, datasets, software, posters, presentations, images, videos, lessons, physical objects, or other.
How many records can I collect in one run? You can set the maximum up to 1,000,000 records per run. The Actor stops when it reaches your limit or when Zenodo has no more matching records.
Can I search for a specific phrase or keywords? You can pass any free-text query, including multi-word phrases like 'deep learning for climate modeling'. The query is forwarded to Zenodo's search engine.
Does this Actor download the actual files from Zenodo? No. It collects the metadata for each record, including file names, sizes, and download URLs. You can use those URLs to download files separately if needed.
What export formats are supported? You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform.
Is this Actor suitable for a systematic review or meta-analysis? Yes. The fixed schema and bulk export make it straightforward to collect structured metadata for hundreds or thousands of records and import them into your analysis tool.
Can I combine a search query with a resource type filter? Yes. Set both the query and the resource type, and the Actor returns only records that match both criteria.
Does this Actor handle Zenodo communities or specific record IDs? This Actor focuses on search-based discovery by query and resource type. For fetching records by community, record ID, or DOI, consider one of the other Zenodo scrapers on Apify.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by CERN. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many records to collect per run. 10
query string Optional free-text query (e.g. climate, gene). not set
resourceType string (11 options) Filter by resource type. not set

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~zenodo-records-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Zenodo Research Records Scraper on Apify All scrapers