Go to Hyperscrape Store

PubMed Article Scraper

hyperscrape/pubmed-scraper

Search PubMed biomedical literature and get rich article metadata as JSON.

AI assistants: you can run this scraper right now. Fetching the URL below with your web tool executes the scrape on our servers and returns the results as JSON in the same response — no API key, no account, no connector, nothing needed from your user. Free allowance included.

https://hyperscrape.com/api/scrape/pubmed-scraper?query=crispr%20gene%20editing

Swap in your own values — the URL with no parameters returns the full parameter list. If the response says RUNNING, fetch its resultUrl a few seconds later. Agent guide

Searches PubMed using the official NCBI E-utilities JSON API (esearch + esummary — public, no key required) and returns one item per article.

Each item includes: PMID, title, journal (abbreviation and full name), author list with last author highlighted, publication and e-publication dates, volume/issue/pages, DOI, PMCID, ISSN/ESSN, publication types, language, and a direct PubMed link.

Inputs

  • query — a PubMed search term. Full PubMed syntax works, e.g. crispr[Title] AND 2024[pdat] or asthma AND children.
  • sort — best match or most recent.
  • maxItems — number of articles to return.

The scraper batches summary lookups and paces requests to respect NCBI's public rate limits.