Nasa: Search Citations
Nasa via Parse · government_public
Full-text search over NASA technical reports. `query` matches title, abstract, and keywords; results can be narrowed by NASA center code and publication year range. Returns paginated results. Each Citation carries enough metadata for triage (title, abstract snippet, authors, STI type, center); use get_citation for full detail including meetings, funding, and download status. Search and retrieve NASA technical reports, preprints, conference papers, and other scientific publications from the NASA Technical Reports Server. Fulfilled by Parse from ntrs.nasa.gov.
- education
- government-public
- nasa
- news-media
- ntrs-nasa-gov
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b52eae0a-bc7f-413a-9031-f8f00bcff8da/search_citations
- Interface artifact
- sha256:0bf06e0446545be7bf81aac49698beddd09469dedb771eecc22751862107553a
- Manifest digest
- sha256:dd327cbcfc3458d2e2ac837f5503a3ffd1a1cdb7382993b6da95cdcab3a70ebd
Request fields
- page (integer): Page number (1-based).
- query (string): Search query text (e.g., 'mars rover', 'climate change'). Empty string returns all results.
- center (string): Filter by NASA center code (e.g., 'JPL', 'GSFC', 'KSC', 'ARC', 'LaRC'). Empty string means no filter.
- year_end (string): Filter by end year in YYYY format (e.g., '2024'). Empty string means no upper bound.
- page_size (integer): Results per page, between 1 and 100.
- year_start (string): Filter by start year in YYYY format (e.g., '2020'). Empty string means no lower bound.
Example queries
- {"page":"1","query":"mars","center":"GSFC","page_size":"5"}