pubmed.ncbi.nlm.nih.gov API: search_pubmed_ncbi_eutils
pubmed.ncbi.nlm.nih.gov via Parse · healthcare
Direct wrapper for NCBI E-utilities API. Passes parameters directly to the specified utility endpoint and returns the raw response. For advanced users who need access to the full E-utilities interface. Search and retrieve biomedical literature from PubMed. Supports full metadata extraction, clinical queries, advanced search syntax, citation matching, and direct E-utilities access. Fulfilled by Parse from pubmed.ncbi.nlm.nih.gov.
- education
- government-public
- healthcare
- parse
- platform-key
- pubmed-ncbi-nlm-nih-gov
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/7ddf510a-9bab-463f-8e03-f25423a326e3/search_pubmed_ncbi_eutils
- Interface artifact
- sha256:12eaf0f237d44ccac628c1a846b0d4f332cffd8e20114b4a7213ef9a0c2f230d
- Manifest digest
- sha256:b41656ebafb075b796a195ff3285463217ffbb03e2de7ece9af839a1deb1e83f
Request fields
- params (string, required): JSON string of parameters for the utility (e.g., '{"db": "pubmed", "term": "BRCA1", "retmode": "json", "retmax": "5"}')
- utility (string, required): E-utility name: esearch, esummary, efetch, elink, einfo, egquery, espell, ecitmatch: Allowed values: esearch, esummary, efetch, elink, einfo, egquery, espell, ecitmatch
Example queries
- {"params":"{\"db\": \"pubmed\", \"term\": \"BRCA1\", \"retmode\": \"json\", \"retmax\": \"5\"}","utility":"esearch"}