VOOZH about

URL: https://apify.com/crawlerbros/icite-scraper

โ‡ฑ iCite NIH Research Publications Scraper ยท Apify


๐Ÿ‘ iCite NIH Research Publications Scraper avatar

iCite NIH Research Publications Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store

iCite NIH Research Publications Scraper

Scrape NIH iCite - search PubMed biomedical publications, fetch by PubMed IDs, or browse by year. Returns citation counts, relative citation ratios, abstracts, DOIs, and full PubMed links.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

Extract biomedical research publications from the NIH iCite database โ€” the authoritative source for PubMed citation metrics used by the National Institutes of Health. Search by keyword, retrieve specific papers by PubMed ID, or browse publications by year. Every record includes citation counts, relative citation ratios, DOIs, abstracts, and direct PubMed links.

What You Can Do

  • Search publications โ€” find research papers matching any keyword or phrase (e.g., "CRISPR", "machine learning", "COVID-19 vaccine")
  • Lookup by PubMed ID โ€” retrieve specific papers using their PMID numbers
  • Browse by year โ€” collect all publications from a given year or date range
  • Filter by year โ€” narrow search results to a specific publication period

Input

FieldTypeDescription
ModeSelectsearchPublications, getByPmids, or browseByYear
Search queryTextKeyword or phrase (required for searchPublications)
PubMed IDsJSON arrayList of PubMed IDs to look up (required for getByPmids)
Year fromIntegerEarliest publication year (required for browseByYear, optional filter for other modes)
Year toIntegerLatest publication year (optional)
Max itemsIntegerCap on total records returned (1โ€“1000, default 20)

Example Inputs

Search for machine learning papers:

{
"mode":"searchPublications",
"query":"machine learning",
"maxItems":50
}

Retrieve specific papers by PubMed ID:

{
"mode":"getByPmids",
"pmids":[28212749,30049766,32907876],
"maxItems":100
}

Browse publications from a specific year:

{
"mode":"browseByYear",
"yearFrom":2022,
"yearTo":2023,
"maxItems":200
}

Output

Each record represents one biomedical research publication:

FieldTypeDescription
pmidIntegerPubMed ID (unique identifier)
pubmedUrlStringDirect link to the paper on PubMed
doiStringDigital Object Identifier (when available)
titleStringFull publication title
authorsArray of stringsAuthor names
yearIntegerPublication year
journalStringJournal name
citationCountIntegerNumber of times this paper has been cited
referencesCountIntegerNumber of references in this paper
relativeCitationRatioFloatNIH field-normalized citation metric (1.0 = average)
isResearchArticleBooleanWhether classified as a primary research article
abstractStringPublication abstract (when available)
scrapedAtStringISO 8601 timestamp of when the record was scraped

Example Output Record

{
"pmid":28212749,
"pubmedUrl":"https://pubmed.ncbi.nlm.nih.gov/28212749/",
"doi":"10.1038/nature21349",
"title":"A deep learning approach to antibiotic discovery",
"authors":["Stokes JM","Yang K","Swanson K"],
"year":2020,
"journal":"Cell",
"citationCount":1842,
"referencesCount":56,
"relativeCitationRatio":28.4,
"isResearchArticle":true,
"abstract":"Due to the rapid emergence of antibiotic-resistant bacteria...",
"scrapedAt":"2024-01-15T10:30:00+00:00"
}

Data Source

Data is sourced from the NIH iCite API (https://icite.od.nih.gov/api/pubs), a free public API maintained by the National Institutes of Health with no authentication required. iCite provides citation metrics for all articles indexed in PubMed โ€” over 35 million biomedical publications.

Use Cases

  • Literature reviews โ€” systematically collect papers on a research topic
  • Citation analysis โ€” identify highly cited papers using the Relative Citation Ratio (RCR)
  • Research trend analysis โ€” track publication volume and impact over time
  • Academic research โ€” build datasets for scientometric studies
  • Grant writing โ€” find and cite relevant prior art efficiently

FAQs

Is this API free to use? Yes. The NIH iCite API is a public, open-access service with no API key required.

How many records can I retrieve? Up to 1,000 records per run using the maxItems setting. For larger datasets, run the actor multiple times with different year ranges or queries.

What is the Relative Citation Ratio (RCR)? RCR is a field-normalized citation metric developed by NIH. A value of 1.0 means the paper is cited at the average rate for its field. Papers with RCR > 2.0 are considered highly impactful.

Are all PubMed articles available? The iCite database covers the majority of PubMed articles with citation data. Some very recent or specialized articles may not yet have citation metrics.

Can I search for a specific author? Use mode=searchPublications with a query like "author name" or search by a known PubMed ID.

How current is the data? NIH updates iCite citation metrics weekly.

You might also like

Pubmed Citation Scraper

parseforge/pubmed-citation-scraper

Automate collection of detailed citation information from the world's largest biomedical literature database. Extract complete citation data including titles, authors, abstracts, publication dates, journals, DOIs, MeSH terms, and more from NCBI's PubMed database.

14

5.0

PubMed Scraper - Biomedical Literature & Citations

benthepythondev/pubmed-scraper

PubMed Scraper for the official NCBI PubMed API. Search 37M+ biomedical citations; extract title, authors, journal, publication date, DOI, PMID, article type and links. Supports PubMed field tags and sorting. For systematic reviews, medical research and bibliometrics. Keyless and fast.

Europe PMC Scraper

crawlerbros/europe-pmc-scraper

Scrape Europe PMC, 42M+ biomedical literature records including PubMed, PubMed Central, patents, and preprints. Search publications, get article details by PMID or DOI, and retrieve citation/reference lists.

Europe PMC Scraper

crawlergang/europe-pmc-scraper

Scrape Europe PMC, 42M+ biomedical literature records including PubMed, PubMed Central, patents, and preprints. Search publications, get article details by PMID or DOI, and retrieve citation/reference lists.

2

5.0

PubMed Search Scraper

easyapi/pubmed-search-scraper

Scrape research papers and academic articles from PubMed based on search terms. Extract comprehensive article metadata including titles, authors, citations, abstracts, and more. Perfect for medical research and literature reviews.

PubMed & NCBI Databases API

alizarin_refrigerator-owner/pubmed-ncbi-databases-api

Access PubMed and NCBI databases for biomedical literature. Search 36+ million citations, get article abstracts, citation metrics, author profiles, and journal data. Essential for scientific research and pharma market intelligence.

PubMed Scraper โ€” Bulk Abstracts API for Pharma R&D

azureblue/pubmed-abstract-scraper

Scrape PubMed abstracts by keyword with optional date filtering. Returns title, authors, DOI, abstract, journal, and publication date as structured JSON.