← Back to catalog
education.pubmed_search
mock data$0.002 / callPubMed Search (NCBI)
Search 36M+ biomedical and life science articles — clinical trials, reviews, meta-analyses with date and type filters (PubMed/NCBI)
Input schema
limit
integerNumber of results to return (1-50). Default: 10.
queryrequired
stringSearch text for biomedical literature (e.g. "COVID-19 vaccine efficacy", "BRCA1 breast cancer").
date_to
stringEnd date filter in YYYY/MM/DD format (e.g. "2024/12/31").
date_from
stringStart date filter in YYYY/MM/DD format (e.g. "2023/01/01").
publication_type
stringFilter by publication type. Default: "any".
Call via REST
curl -X POST https://unifyapi.pro/api/call/education.pubmed_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"query":"<query>","date_to":"<date_to>","date_from":"<date_from>","publication_type":"<publication_type>"}'