BioMedQA REST API � Verified Biomedical Q&A Dataset
Pricing
Pay per usage
Go to Apify Store
Under maintenance
BioMedQA REST API � Verified Biomedical Q&A Dataset
Persistent REST API serving verified biomedical Q&A pairs from PubMed Central. Use endpoints /qa/random, /qa/search, /qa/gold for LLM fine-tuning datasets. 100% GOLD tier quality. Free to use via Apify Actor Standby.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
tegar dave
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
BioMedQA REST API
A persistent REST API serving verified biomedical Q&A pairs from PubMed Central, ready for LLM fine-tuning.
API Endpoints
| Endpoint | Description |
|---|---|
GET / | API info and available endpoints |
GET /stats | Dataset statistics (total, gold %, domains) |
GET /qa/random?count=10 | Random Q&A pairs |
GET /qa/gold?count=10&page=1 | GOLD tier only (score ≥ 0.75) |
GET /qa/search?q=cancer&tier=gold | Search by keyword |
GET /qa/:id | Single Q&A by index |
Response Format
{"id": "biomedical_0","question": "What role does tumor microenvironment play in cancer progression?","answer": "The tumor microenvironment (TME)...","evidence": "The TME consists of cancer cells, stromal cells...","score": 0.95,"tier": "GOLD","domain": "biomedical","source": "PubMed Central (CC BY)"}
Quality Tiers
- GOLD (score ≥ 0.75): High-quality verified pairs with substantive answers (100+ words) and verbatim evidence quotes
- SILVER (score < 0.75): Standard quality pairs
Use Cases
- Fine-tuning biomedical LLMs
- Building medical Q&A systems
- Training data for clinical AI assistants
- Benchmarking biomedical NLP models
Data License
All Q&A pairs are derived from PubMed Central Open Access articles under CC BY 4.0 license.
Live API
This actor runs in Apify Standby mode — it stays alive and serves requests instantly without cold starts.