PubMed & NCBI Databases API
Pricing
from $0.01 / 1,000 results
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.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
8
Total users
2
Monthly active users
11 days ago
Last modified
Categories
Share
PubMed/NCBI API - Biomedical Literature & Citations
Access PubMed and NCBI databases for biomedical literature. Search publications, get article abstracts, citation data, author profiles, and journal metrics. Essential for scientific research and pharma intelligence.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "search_articles","limit": 100}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "search_articles" | Yes* | The operation to perform |
searchQuery | string | - | No | Keywords to search in titles, abstracts, and MeSH terms |
pmid | string | - | No | PubMed article identifier |
authorName | string | - | No | Author name to search (Last FM format) |
journalName | string | - | No | Journal name or ISSN to search |
meshTerm | string | - | No | Medical Subject Heading term |
dateFrom | string | - | No | Start date filter (YYYY/MM/DD) |
dateTo | string | - | No | End date filter (YYYY/MM/DD) |
articleType | string | - | No | Filter by article type |
limit | integer | 100 | No | Maximum number of results to return |
webhookUrl | string | - | No | URL to receive results via webhook |
demoMode | boolean | true | No | Run with sample data (no API required) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Article Found | Each PubMed article retrieved | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal