BUILD YOUR ESCAPE ROUTE · ✦ CURSOR · HOST IT · ◫ SUPABASE · CONNECT IT · ↯ RELAY · BUILD YOUR ESCAPE ROUTE · ✦ CURSOR · HOST IT · ◫ SUPABASE · CONNECT IT · ↯ RELAY ·
← BACK TO DATABASE

QUERY IT / Health And Medicine

🌐

What can you query with PubMed E-utilities?

Biomedical citations, abstracts and publication identifiers

THE DECISIONCONTEXTIMPLEMENTATION PROMPTTRADE-OFFS
GEOGRAPHYGlobal
CONNECTAPI + REST
API KEYfalse
MCPnone

THE DECISION

Source route

# PubMed E-utilities ## What It Contains PubMed E-utilities provides biomedical citations, abstracts and publication identifiers through a documented public interface. It supports reproducible analysis when queries are bounded, source identifiers and retrieval dates are retained, and the publisher's service guidance is followed. Use the official route rather than scraping, and interpret results with the service's coverage, methodology, and update notes. The material is informative data, not an automatic professional conclusion. ## Search With Codex ```text Use PubMed E-utilities only through https://www.ncbi.nlm.nih.gov/books/NBK25501/. Inspect the official documentation before writing a small Python query for a bounded research question. Respect pagination, rate limits, and error responses; return the documented fields in JSON with the source URL and retrieval timestamp. Do not scrape an unofficial site or invent an endpoint. ``` ## Python Starter Script ```python import json from urllib.request import Request, urlopen url = "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=cancer&retmax=1&retmode=json" # Replace with an authorised, documented query. request = Request(url, headers={"User-Agent": "byebuy.ai research (contact: you@example.com)", "Accept": "application/json"}) with urlopen(request, timeout=20) as response: if response.status != 200: raise RuntimeError(f"Unexpected HTTP status: {response.status}") payload = json.load(response) print(json.dumps(payload, indent=2)[:2000]) ``` ## Example Searches - What is the most recent official record for a bounded query? - Which available fields support a reproducible dashboard? - What metadata and retrieval date should accompany an export? ## What You Could Build - A provenance-aware research dashboard using permitted results. - A scheduled alert that records source updates rather than redistributing raw data. - A data-enrichment workflow that preserves the publisher's terms. ## Access and Rights Connect: API + REST. Rights code: M. No API key is required for the documented public route. Follow the official terms and source-specific notices. ## Geography Details Primary coverage is Global; use the publisher's metadata for detailed scope. ## Related Databases - ClinicalTrials.gov API - Europe PMC REST API ## Sources - [https://www.ncbi.nlm.nih.gov/books/NBK25501/](https://www.ncbi.nlm.nih.gov/books/NBK25501/) - [https://www.ncbi.nlm.nih.gov/books/NBK25501/](https://www.ncbi.nlm.nih.gov/books/NBK25501/) ## FAQ - **Is this an official route?** Yes; use the linked publisher documentation. - **Can I redistribute results?** Check the linked rights evidence and source-specific terms. - **Does it need credentials?** See Access and Rights. - **Should I scrape the website?** No; use the documented route. - **How current is it?** Check source metadata and the verification date.

COPYABLE IMPLEMENTATION PROMPT

Design a source-aware query workflow for PubMed E-utilities.

Source context: Biomedical citations, abstracts and publication identifiers

Use the documented access route, record the exact source and retrieval time for every result, respect rate limits and rights, and distinguish source facts from analysis. Do not invent missing data.

Opening an AI app also copies this prompt as a fallback.

THE USEFUL CORE

What you can query

WHAT TO VERIFY BEFORE USE

What to verify before use

Confirm the source licence, access rules, update cadence, documentation, and whether the data is complete enough for the decision you need to make.

QUESTIONS

What should I verify first?

Start with the official source, current terms or licence, practical setup requirements, and the limits of the recorded catalogue data.

Is this information current?

Last recorded check: 2026-08-17. Verify time-sensitive details with the linked official source.

Can I save this route?

Yes. Create an account or log in, then use the Save button to keep it in your collection.

ACCOUNT ACCESS

LOG IN
OR REGISTER.

Use a secure email link to save routes and pick up where you left off.

Enter your email and we’ll send a secure sign-in link.

NEW ROUTES ADDED WEEKLY · 9,235 CATALOGUE ENTRIES · BUILD · DEPLOY · QUERY · STACK · SAY BYE TO BUY · NEW ROUTES ADDED WEEKLY · 9,235 CATALOGUE ENTRIES · BUILD · DEPLOY · QUERY · STACK · SAY BYE TO BUY ·