PubMed Article Metadata Scraper
Pricing
from $3.62 / 1,000 results
PubMed Article Metadata Scraper
Pricing
from $3.62 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

π¬ PubMed Article Metadata Scraper
π Search PubMed and export clean, structured article metadata in seconds.
This Actor runs any PubMed query and returns structured metadata for each matching article, straight from the official NCBI E-utilities API. No login, no API key, no HTML scraping.
PubMed indexes more than 36 million biomedical citations. This scraper turns any search into a tidy dataset you can filter, cite, and analyse.
| For | Use it to |
|---|---|
| Researchers & clinicians | Build reference lists, track a topic, screen literature |
| Bibliometrics & data teams | Analyse authorship, journals, and publication trends |
| Developers | Enrich records with PMIDs, DOIs, and PMCIDs |
π What it does
- Runs any PubMed query (same syntax as the PubMed website, including field tags and MeSH terms).
- Returns one row per article with authors, journal, dates, identifiers, and more.
- Paginates automatically up to your
maxItems, respecting NCBI request limits.
π‘ Why it matters: it reads the same E-utilities API the NIH exposes for programmatic access, so results are complete and stable, not screen-scraped.
π Output
| Field | Description |
|---|---|
π pmid | PubMed identifier |
π url | PubMed article URL |
π title | Article title |
π₯ authors | All author names |
βοΈ firstAuthor / lastAuthor | First and last authors |
π° journal / journalAbbrev | Journal name and abbreviation |
π
pubDate | Publication date |
π’ volume / issue / pages | Citation details |
π doi | Digital Object Identifier |
π pmcid | PubMed Central id (if available) |
#οΈβ£ issn | Journal ISSN |
π·οΈ publicationTypes | Article types (e.g. Review, Clinical Trial) |
π scrapedAt | When this row was collected |
Sample record:
{"pmid": "42633444","url": "https://pubmed.ncbi.nlm.nih.gov/42633444/","title": "Increased Junctional Zone Stiffness in Adenomyosis-Associated Infertility","authors": ["Wang X", "Deng S", "Pan X"],"journal": "International journal of women's health","pubDate": "2026","doi": "10.2147/IJWH.S616756","pmcid": "PMC13499567"}
π How to use
- Create a free account w/ $5 credit.
- Open the Actor, set a
queryandmaxItems. - Run it and download the dataset as JSON, CSV, Excel, or XML.
β FAQ
Do I need an API key? No. The Actor uses the public NCBI E-utilities API.
What query syntax is supported? Exactly what pubmed.ncbi.nlm.nih.gov accepts, including field tags like [au], [dp], and MeSH terms.
How many articles can I get? As many as your query matches, up to maxItems. Large runs are paginated automatically.
How fresh is the data? Every run queries PubMed live.
π Recommended Actors
π‘ Pro Tip: browse the complete ParseForge collection for more research and data Actors.
This Actor is not affiliated with the NIH, NLM, or NCBI. It reads publicly available data from the NCBI E-utilities API for research and analysis. Follow NCBI's usage guidelines.