VOOZH about

URL: https://apify.com/parseforge/biorxiv-preprints-scraper

โ‡ฑ bioRxiv Preprints Scraper ยท Apify


Pricing

from $7.50 / 1,000 results

Go to Apify Store

bioRxiv Preprints Scraper

Pull bioRxiv and medRxiv preprints by date range, DOI, or category. Records carry DOI, title, authors, publish date, version, type, license, category, abstract, server, and full text PDF link. Useful for literature reviews, science monitoring, and grant research.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

25 days ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿงฌ bioRxiv Preprints Scraper

๐Ÿš€ Export bioRxiv and medRxiv preprints with DOI, authors, license, and abstract in seconds. Clean tabular records, ready for download.

๐Ÿ•’ Last updated: 2026-06-05 ยท ๐Ÿ“Š 13 fields per record ยท Public API ยท No login required

The bioRxiv Preprints Scraper turns the public bioRxiv details endpoint into a flat tabular dataset of preprints, their DOIs, authors, abstracts, and PDF links.

Filter the source, pick how many rows you want, and download.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
๐Ÿง‘โ€๐Ÿ”ฌ ResearchersPull a clean dataset for downstream analysis
๐Ÿ‘ฉโ€๐Ÿ’ป DevelopersMirror the API into your own database
๐Ÿข Data teamsSnapshot metadata on a schedule
๐Ÿ“ฐ JournalistsVerify claims against the source of record

๐Ÿ“‹ What the bioRxiv Preprints Scraper does

  • Calls the public endpoint with the parameters you supply.
  • Parses each record into a flat row.
  • Casts numeric fields to numbers.
  • Surfaces upstream rate limits as a clean error record.
  • Exports to every Apify dataset download format.

๐Ÿ’ก Why it matters. A flat tabular shape drops straight into pandas, BigQuery, or a Google Sheet without further wrangling.

๐ŸŽฌ Full Demo

๐Ÿšง Coming soon.

โš™๏ธ Input

FieldTypeRequiredDescription
serverenumNobioRxiv or medRxiv.
dateFromstringNoStart date YYYY-MM-DD.
dateTostringNoEnd date YYYY-MM-DD.
doistringNoSpecific DOI.
categorystringNoCategory substring filter.
maxItemsintegerNoFree 10, paid up to 1,000,000.

Example 1, last 7 days of bioRxiv:

{
"server":"biorxiv",
"maxItems":50
}

Example 2, a single DOI:

{
"doi":"10.1101/2024.01.01.000000"
}

โš ๏ธ Good to Know. The upstream public API may rate-limit aggressive callers. The actor surfaces rate-limit notes as a clean error record instead of crashing.

๐Ÿ“Š Output

Each record is a flat object.

FieldTypeDescription
๐Ÿ†” doistringPreprint DOI.
๐Ÿ“ titlestringPreprint title.
๐Ÿ‘ฅ authorsstringComma-separated authors.
๐Ÿ“… datestringPosted date.
๐Ÿ”ข versionstringPreprint version number.
๐Ÿท๏ธ typestringManuscript type.
โš–๏ธ licensestringLicense code.
๐Ÿ—‚๏ธ categorystringSubject category.
๐Ÿ“„ abstractstringAbstract text.
๐Ÿ›๏ธ serverstringSource server (biorxiv or medrxiv).
๐Ÿ“Ž pdfstringPDF URL.
๐Ÿ•’ scrapedAtstringWhen this row was fetched.
โŒ errorstringSet if the upstream response was an error.

โœจ Why choose this Actor

| ๐Ÿ†“ | Free to try, no signup needed. | | ๐Ÿงน | Clean column names ready for BI tools. | | ๐Ÿ”ข | Numeric casting handled for you. | | ๐Ÿ›Ÿ | Rate-limit notes surface as a single error record. | | ๐Ÿ” | Filter the source through the input schema. | | ๐Ÿ’พ | Push to dataset, instant tabular export. |

๐Ÿ“ˆ How it compares to alternatives

ApproachSetup timeClean schemaFiltersRate-limit handling
Roll your own fetch30+ minutesmanualmanualmanual
This Actor5 secondsโœ…โœ…โœ…

๐Ÿš€ How to use

  1. Click Try for free.
  2. Adjust the inputs to match your query.
  3. Click Start. Your dataset is ready in seconds.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Market intelligence. Snapshot the catalog and track new entries week over week.

๐Ÿค– ML feature engineering. Build a clean training set from public records.

๐Ÿ“ฐ Newsroom fact-checking. Verify claims in 30 seconds.

๐Ÿข Procurement. Pipe records straight into your warehouse.

๐Ÿ”Œ Automating bioRxiv Preprints Scraper

  • Make and Zapier. Trigger on a schedule, push to Airtable or Google Sheets.
  • Apify scheduler. Run it daily, weekly, or on demand.
  • Webhooks. POST to your endpoint when a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres via native Apify integrations.

๐ŸŒŸ Beyond business use cases

๐ŸŽ“ Education. Use real public datasets for coursework.

๐Ÿงช Personal research. Track topics that matter to you.

๐Ÿค Non-profit and open data. Build public dashboards without writing scrapers.

๐Ÿงฐ Tinkering. Spin up a dataset to test a new chart library or notebook idea.

๐Ÿค– Ask an AI assistant about this scraper

Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your workflow to the actor's inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.

โ“ Frequently Asked Questions

โ“ Do I need an API key. No. The bioRxiv endpoint used here is public.

โ“ Can I filter the source. Yes. See the input schema for the filters available.

โ“ Can I schedule runs. Yes, use the Apify native scheduler.

โ“ Is this scraping or API. API. The endpoint is fully public.

โ“ Will the schema change. Core fields are stable. Optional fields surface as null when the source omits them.

โ“ What format can I download. Every Apify dataset download format from the dataset UI.

โ“ How do you handle rate limits. A clean error record is pushed to the dataset.

โ“ Can I run partial pulls. Yes, set maxItems to the size you need.

โ“ Is it free. Free tier gives you 10 records, paid plans up to 1,000,000.

โ“ Does the actor cache results. No, every run hits the live endpoint.

๐Ÿ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

๐Ÿ”— Recommended Actors

ActorWhat it does
ParseForge OpenAlex Works Scraper250M+ scholarly works.
ParseForge Papers With Code SOTA ScraperState-of-the-art benchmark tracking.
ParseForge Open LLM Leaderboard ScraperHugging Face Open LLM Leaderboard.
ParseForge OurAirports ScraperGlobal airport database.

๐Ÿ’ก Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

bioRxiv and medRxiv Preprints Scraper

parseforge/biorxiv-recent-scraper

Track the latest preprints from bioRxiv or medRxiv inside any date window. Returns DOI, title, authors, posting date, category, abstract, version, server, JATS XML link, and license. Useful for literature surveillance, competitive science intelligence, and rapid biomedical research review.

bioRxiv & medRxiv Preprint Scraper

crawlergang/biorxiv-medrxiv-scraper

Scrape preprints from bioRxiv and medRxiv with the leading open-access preprint servers for biology and medicine. Search by date range, fetch by DOI, or retrieve published journal version information.

2

5.0

bioRxiv & medRxiv Preprint Scraper

crawlerbros/biorxiv-medrxiv-scraper

Scrape preprints from bioRxiv and medRxiv with the leading open-access preprint servers for biology and medicine. Search by date range, fetch by DOI, or retrieve published journal version information.

bioRxiv + medRxiv Scraper for RAG

getascraper/biorxiv-medrxiv-rag-extractor

Scrape bioRxiv and medRxiv preprints by server, category, and date range. Returns RAG-ready JSON with JATS full-text chunks (cl100k_base, 512/50) when available and abstract fallback otherwise. Drop-in for LangChain, LlamaIndex, Qdrant, Pinecone, Weaviate, pgvector. $0.02 per preprint.

arXiv Papers Scraper

crawlerbros/arxiv-papers-scraper

Scrape academic preprints from arXiv.org by keyword, author, or category. Returns clean records with title, authors, abstract, categories, PDF URL, DOI. HTTP-only via the public arXiv API. No login, no proxy.

medRxiv Scraper

parseforge/medrxiv-scraper

Extract comprehensive preprint data from medRxiv, including titles, authors, abstracts, full text, DOIs, citations, and metadata. Automate access to health-science preprints with structured outputs, ideal for researchers and analysts who need reliable, large-scale article data without manual work.

arXiv Scraper

dami_studio/arxiv-scraper

Search arXiv via the official API and return structured paper metadata as JSON: title, abstract, authors, categories, DOI, dates, and abstract + PDF links. Best for literature reviews.

3

5.0