Nasa: Search
Nasa via Parse · government_public
Search the NASA media library by keyword with optional filtering by media type, year range, keywords, and center. Returns paginated results with metadata and preview links. Pagination uses a page counter; each item carries data (title, nasa_id, media_type, date_created, description, keywords) and links (preview thumbnails). Server-side filtering covers query text, media type, year range, keywords, and center. Total hits are in metadata.total_hits. Search and retrieve media from the NASA Image and Video Library, including trending items, high-resolution assets, metadata, and captions. Fulfilled by Parse from images.nasa.gov.
- education
- government-public
- images-nasa-gov
- nasa
- news-media
- parse
- platform-key
- streaming-video
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/d4074a66-699d-4314-ad64-6f0c3c2f25e2/search
- Interface artifact
- sha256:68f821ed88c9ef05b5e6f3bdaa5d2b56ba7f17ab01877bf609c77d11caf0b4c3
- Manifest digest
- sha256:dc5c14648efca1965a96269049a57760db240a5b18e0893df54e6242cc6c847b
Request fields
- page (integer): Page number for pagination (1-based).
- query (string): Search query text (e.g. 'Mars', 'Apollo 11'). If omitted, returns all items matching other filters.
- center (string): NASA center that published the item (e.g. 'JPL', 'GSFC', 'JSC').
- keywords (string): Comma-separated keywords to filter results.
- year_end (string): Filter results to items created on or before this year (4-digit year, e.g. '2025').
- page_size (string): Number of results per page (max 100).
- media_type (string): Comma-separated media types to include. Accepted values: image, video, audio.: Allowed values: image, video, audio, image,video,audio
- year_start (string): Filter results to items created on or after this year (4-digit year, e.g. '2020').
Example queries
- {"page":"1","query":"Mars","center":"JPL","keywords":"Moon","year_end":"2025","page_size":"5","media_type":"image","year_start":"2020"}