# PubMed API Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/pubmed-api
> Markdown URL: https://aitinkerers.org/technologies/pubmed-api.md
> Technology record last updated: 2026-04-15T09:36:44Z
> Generated: 2026-09-22T01:44:41Z

Programmatic access to the 39+ million biomedical literature citations in the NCBI's PubMed database via the Entrez Programming Utilities (E-utilities).

The PubMed API is officially the NCBI's Entrez Programming Utilities (E-utilities): a suite of eight server-side programs for the Entrez database system. It uses a fixed URL syntax to execute search, link, and retrieval operations against PubMed and 38 other NCBI databases (e.g., Gene, Protein). Developers typically use ESearch to retrieve a list of unique identifiers (PMIDs) from the 39+ million citations, then use EFetch to download full records, often in XML format. Usage requires specifying `tool` and `email` parameters; limit your requests to three per second.

- Official technology site: https://www.ncbi.nlm.nih.gov/books/NBK25501/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Agentic Paper Verifier: Citing, Fact-Checking, and Contradicting Drafts with Hybrid Agents](https://poland.aitinkerers.org/talks/rsvp_SKAYDVw8sLY)

I'll demo a an agent that scans a user-drafted paper for uncited statements, inserts "Citation needed" comments, and spins up background jobs for verification. The TS Vercel AI SDK agent does quick scanning and RAG on user library; unsolved claims trigger Python LangGraph workflows for PubMed searches, relevance scoring, and factuality check. Outputs: inline citations, "couldn't find," or "contradicting evidence [citation]."

- Event context: AI Tinkerers Poland &amp; GDG #1 - Meetup in Wrocław — 2025-10-14 — Poland
- Public talk page: https://poland.aitinkerers.org/talks/rsvp_SKAYDVw8sLY

## Related Technologies

- [LangGraph](https://aitinkerers.org/technologies/langgraph) ([Markdown](https://aitinkerers.org/technologies/langgraph.md)) — 67 public demos
- [RAG](https://aitinkerers.org/technologies/rag) ([Markdown](https://aitinkerers.org/technologies/rag.md)) — 147 public demos
- [TypeScript](https://aitinkerers.org/technologies/typescript) ([Markdown](https://aitinkerers.org/technologies/typescript.md)) — 205 public demos
- [Vercel AI SDK](https://aitinkerers.org/technologies/vercel-ai-sdk) ([Markdown](https://aitinkerers.org/technologies/vercel-ai-sdk.md)) — 32 public demos
