OSF Projects Scraper
Pricing
from $7.50 / 1,000 results
OSF Projects Scraper
Scrapes public OSF project listings by search query or research category and returns each project as a flat row with title, description, contributors, and tags.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
OSF Projects Scraper
Scrape OSF project metadata by search term or category, up to a million per run. Each project comes with its title, description, contributors, tags, and date created. No API key required. Export to CSV, JSON, Excel, or XML.
The OSF (Open Science Framework) is a public research repository, but browsing it manually page by page is slow when you need a structured list of projects. This actor reads the public project listings directly, filtered by a free-text query or a predefined research category, and returns each match in one fixed schema.
| Who uses it | What they scrape OSF for |
|---|---|
| Research analysts | Discover which labs are working on a specific methodology this quarter. |
| Librarians | Build a catalog of open-access projects in a discipline for their institution. |
| Grant officers | Find preliminary data and active projects before issuing a call for proposals. |
| Meta-scientists | Collect a corpus of pre-registrations to study research practices over time. |
What it does
This Actor collects OSF project records by search term or category and returns each one as a flat row.
- ๐ Free-text search: supply a query and the actor returns matching projects, same as typing into the OSF search bar.
- ๐ Category filter: restrict results to a single research phase, such as Data, Analysis, or Hypothesis.
- ๐ Flat structured output: every project is a row with a consistent schema, ready for pivot tables or a database.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with OSF data
๐ Monitor a research field.
A research analyst runs the actor weekly with a query like "gut microbiome" to track new pre-registrations and open datasets in that niche.
๐๏ธ Populate an institutional repository.
A university librarian scrapes all projects tagged with their institution's name to create a searchable index of faculty output.
๐ Audit pre-registrations.
A meta-scientist collects every project in the Hypothesis category for a given year to compare planned analyses with published papers.
๐ฌ Find potential collaborators.
A principal investigator searches for a novel technique to identify labs that have already built the relevant instrumentation.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Reads the public OSF project feed without registration or OAuth. |
| Fixed schema | Every project lands in your dataset with the same columns, no matter the category. |
| Bulk collection | Collect up to a million projects in a single run for large-scale meta-research. |
How it compares
No other Store actor targets OSF the same way, so the honest comparison is with the alternatives teams actually weigh.
| OSF Projects Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When OSF changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor with a search term, a category, or both together, and set a ceiling on the number of projects collected. 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
- Create a free Apify account with $5 in credit.
- Open the OSF Projects Scraper.
- Set your inputs and any filters, then click Start.
- 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 OSF 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/osf-projects-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 term is spelled correctly and is not too narrow. Try running the same query directly on osf.io to confirm that projects exist. Also verify that the category filter is not excluding all matches.
The actor stopped before reaching my maxItems.
This happens when OSF has no more projects matching your filters. The actor returns every publicly available match. Try broadening your search term or setting the category to "Any".
Some projects seem to be missing from the results.
Only public projects are returned. Private, draft, or embargoed projects are not accessible. Also, OSF search indexing may have a slight delay for very recently created projects.
The run is taking a long time.
Large maxItems values mean the actor must follow many pages of results. Reduce the maximum or narrow your filters to speed up the run.
I see an error about the website being unreachable.
OSF may be experiencing downtime. Wait a few minutes and retry the run. If the problem persists, check status.osf.io for incident reports.
FAQ
| Question | Answer |
|---|---|
| Do I need an OSF account or API token? | No. This actor reads the public project listings that are visible to anyone on the web, so no login or token is required. |
| What is the maximum number of projects I can scrape? | You can set the maximum up to 1,000,000 projects per run. The actual number returned depends on how many projects match your filters on OSF. |
| Can I scrape private or embargoed OSF projects? | No. This actor only accesses public project metadata. Private, draft, and embargoed projects are not visible in the public feeds. |
| What does the category filter do? | It restricts results to a single OSF category, such as Data, Analysis, or Hypothesis. Leave it on "Any" to search across all categories. |
| How does the search query work? | The query is a free-text term that OSF matches against project titles, descriptions, and tags. It works the same way as typing into the search box on osf.io. |
| Can I combine a search term and a category? | Yes. When both are provided, the actor returns only projects that match the search term and belong to the selected category. |
| What export formats are supported? | You can export your dataset in CSV, JSON, Excel, or XML from the Apify platform. |
| Does this actor follow pagination? | Yes. It automatically follows the paginated project listings on OSF until it reaches your requested maximum or the end of the results. |
| Can I schedule this actor to run automatically? | Yes. Apify supports scheduled runs, so you can set this actor to collect new OSF projects daily, weekly, or on any cron schedule. |
| What data fields does each project row contain? | Each row includes the project title, description, contributors, tags, date created, and other metadata that OSF exposes publicly. |
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 Center for Open Science. 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.
