BioMedQA REST API � Verified Biomedical Q&A Dataset avatar

BioMedQA REST API � Verified Biomedical Q&A Dataset

Under maintenance

Pricing

Pay per usage

Go to Apify Store
BioMedQA REST API � Verified Biomedical Q&A Dataset

BioMedQA REST API � Verified Biomedical Q&A Dataset

Under maintenance

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

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

EndpointDescription
GET /API info and available endpoints
GET /statsDataset statistics (total, gold %, domains)
GET /qa/random?count=10Random Q&A pairs
GET /qa/gold?count=10&page=1GOLD tier only (score ≥ 0.75)
GET /qa/search?q=cancer&tier=goldSearch by keyword
GET /qa/:idSingle 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.