UnifyAPI
← Back to catalog

education.pubmed_search

mock data$0.002 / call

PubMed Search (NCBI)

Search 36M+ biomedical and life science articles — clinical trials, reviews, meta-analyses with date and type filters (PubMed/NCBI)

Educationprovider: Education#education#education

Input schema

limit

Number of results to return (1-50). Default: 10.

integer
queryrequired

Search text for biomedical literature (e.g. "COVID-19 vaccine efficacy", "BRCA1 breast cancer").

string
date_to

End date filter in YYYY/MM/DD format (e.g. "2024/12/31").

string
date_from

Start date filter in YYYY/MM/DD format (e.g. "2023/01/01").

string
publication_type

Filter by publication type. Default: "any".

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.