NASA Image and Video Library Search avatar

NASA Image and Video Library Search

Pricing

Pay per usage

Go to Apify Store
NASA Image and Video Library Search

NASA Image and Video Library Search

Search NASA's public Image and Video Library for image, video, and audio metadata. Export titles, NASA IDs, dates, keywords, centers, thumbnails, and asset URLs without authentication or a proxy.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mori

Mori

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

Search NASA Image and Video Library metadata via the public images-api.nasa.gov API. Export structured records with titles, NASA IDs, dates, keywords, thumbnails, and asset URLs..

What it does

  • Extracts ITEM_TYPE from URL_LIST
  • Outputs structured JSON (SCHEMA_LINK)
  • Handles pagination, retries, proxy rotation out of the box

Input

FieldRequiredDescription
startUrlsyesList of URLs to scrape
maxRequestsPerRunnoCap on total requests (default 100)
proxyConfigurationnoProxy settings (default: Apify Proxy)

Output

One record per source page:

{
"url": "...",
"title": "...",
"items": [...],
"scrapedAt": "ISO-8601"
}

Pricing

Free tier: 100 runs/month. Pro: $X/mo.

Limitations

  • Static HTML only (no JS rendering — use the playwright template for SPAs).
  • Single-domain by default. Set enqueueLinks globs to crawl.

Changelog

  • 0.1.0 — initial release.