NASA Image and Video Library Scraper
Pricing
from $7.50 / 1,000 results
NASA Image and Video Library Scraper
Search the official NASA media library by free text and media type (image, video, or audio). Returns title, description, keywords, photographer, location, and NASA center. Useful for creative projects, science communication, educational content, and historic space mission research.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

π NASA Image and Video Library Scraper
π Export images and videos from the NASA Image and Video Library in seconds. NASA IDs, titles, descriptions, dates, photographers, locations, and asset URLs β direct from the public NASA images API.
π Last updated. 2026-06-05 Β· π 12 fields per record Β· hundreds of thousands of public-domain NASA images, videos, and audio assets Β· Public API Β· No login required
The NASA Image and Video Library Scraper turns the NASA Image and Video Library API public endpoint into a clean, structured dataset. It queries the source live, normalizes the response into one row per record, and pushes the result into an Apify dataset you can download or pipe to your warehouse.
Hundreds of thousands of public-domain NASA images, videos, and audio assets are covered in a single run, with stable field names and null-safe parsing.
| π― Target Audience | π‘ Primary Use Cases |
|---|---|
| π¬ Filmmakers | Source public-domain NASA footage |
| π° Journalists | Find verified mission imagery for stories |
| π Educators | Build space science slide decks |
| π€ ML teams | Train vision models on labelled space imagery |
π What the NASA Image and Video Library Scraper does
- Calls the public NASA Image and Video Library API endpoint with the parameters you supply.
- Parses the response and flattens each record into a single dataset row.
- Casts numeric fields to numbers where applicable for clean spreadsheet imports.
- Surfaces rate-limit or upstream errors as a single-row
errorrecord instead of crashing. - Exports to every Apify dataset format supported in the UI.
π‘ Why it matters. The raw NASA Image and Video Library API response is great for API consumers but awkward for spreadsheets and BI tools. This actor normalizes the shape so the data drops straight into pandas, BigQuery, or a Google Sheet.
π¬ Full Demo
π§ Coming soon.
βοΈ Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | No | Free-text NASA library search. Example. apollo 11. |
mediaType | string | No | Restrict by media type. |
maxItems | integer | No | Free users. 10. Paid users. up to 1,000,000. Prefill. 10. |
Example 1.
{"query": "example","mediaType": "image","maxItems": 10}
Example 2.
{"query": "example","mediaType": "image","maxItems": 50}
β οΈ Good to Know. This actor calls the public NASA Image and Video Library API endpoint with no authentication required. Upstream rate limits apply; if the source returns a limit notice, you will see it as a single
errorrecord in your dataset.
π Output
Each record is a flat object. error is always last.
| Field | Type | Description |
|---|---|---|
πΉ nasa_id | string | Field from the NASA Image and Video Library API response. |
πΉ title | string | Field from the NASA Image and Video Library API response. |
πΉ description | string | Field from the NASA Image and Video Library API response. |
πΉ keywords | string | Field from the NASA Image and Video Library API response. |
πΉ date_created | string | Field from the NASA Image and Video Library API response. |
πΉ media_type | string | Field from the NASA Image and Video Library API response. |
πΉ photographer | string | Field from the NASA Image and Video Library API response. |
πΉ location | string | Field from the NASA Image and Video Library API response. |
πΉ center | string | Field from the NASA Image and Video Library API response. |
πΉ asset_url | string | Field from the NASA Image and Video Library API response. |
πΉ scrapedAt | string | Field from the NASA Image and Video Library API response. |
πΉ error | string | Set if the upstream response was an error or rate-limit. |
Sample record.
{"nasa_id": "sample_nasa_id","title": "sample_title","description": "sample_description","keywords": "sample_keywords","date_created": "sample_date_created","media_type": "sample_media_type","photographer": "sample_photographer","location": "sample_location","center": "sample_center","asset_url": "sample_asset_url","scrapedAt": "sample_scrapedAt","error": null}
β¨ Why choose this Actor
| π | Works with the public NASA Image and Video Library API endpoint. No API key, no signup. |
| π§Ή | Clean field names, ready for BI tools. |
| π’ | Numeric strings cast to real numbers where it makes sense. |
| π | Upstream errors and rate limits surface as a clean error record. |
| π | One-click export to every Apify dataset format. |
| πΎ | Push to dataset, then pipe to BigQuery, Snowflake, Postgres, or Google Sheets. |
π How it compares to alternatives
| Approach | Setup time | Clean shape | Pagination | Error handling |
|---|---|---|---|---|
Roll your own fetch | 30 min + | β | manual | manual |
| Copy-paste from the browser | 5 min, fragile | β | β | β |
| This Actor | 5 sec, no install | β | β | β |
π How to use
- Click Try for free.
- Fill in the input (or leave defaults).
- Click Start.
- Within seconds, the dataset is ready for download or integration.
πΌ Business use cases
π Analytics. Pipe records into your warehouse and join against internal data for cross-source dashboards.
π€ Automation. Trigger this actor on a schedule, then push results to Slack, Airtable, or Google Sheets.
π§ͺ Research. Snapshot the public state of NASA Image and Video Library API on a date and archive it for reproducible studies.
π° Editorial. Verify quotes, numbers, or records cited in stories with a one-click fresh pull.
π Automating NASA Image and Video Library Scraper
- Make / Zapier. Trigger this actor on a schedule, push results to Slack, Airtable, Google Sheets, or anywhere else.
- Cron schedule. Use the native Apify scheduler to run on any cadence.
- Webhooks. Get a POST to your endpoint the moment a run finishes.
- Pipe to BigQuery / Snowflake / Postgres. Native Apify integrations move datasets straight into your warehouse.
π Beyond business use cases
π Education. Build classroom datasets without paying for a commercial feed.
π§ͺ Personal research. Track changes in the source over time on your own schedule.
π€ Non-profit and open data. Build public dashboards without writing client code.
π§° Tinkering and prototyping. Wire up a fresh data feed in seconds to test a new chart or model.
π€ Ask an AI assistant about this scraper
Pop this README into ChatGPT, Claude, or any AI assistant and ask it to map your specific workflow to the actor's inputs. The schema, examples, and field list above contain everything an LLM needs to design a working pipeline.
β Frequently Asked Questions
β Do I need an API key? No. This actor calls the public NASA Image and Video Library API endpoint with no authentication required.
β Is there a rate limit? The upstream source may rate-limit aggressive use. If you hit a limit, the actor pushes a single error record rather than crashing.
β Which formats can I download? Every format Apify's dataset UI supports.
β Are values cast to numbers? Where the source returns numeric strings for numeric fields, yes.
β How do you handle upstream errors? A single record with a populated error field is pushed, then the actor exits cleanly.
β Can I schedule runs? Yes. Use Apify's native scheduler, Make, Zapier, or cron.
β Is this scraping or API? API. The NASA Image and Video Library API endpoint is fully public; this actor only normalizes the response.
β Will the schema change? Core fields are stable. Optional fields surface as null when the source omits them.
β How fresh is the data? Each run hits the live endpoint, so the data is as fresh as the source allows.
β Can I filter the output? Yes. The input fields above let you narrow the result set before it lands in your dataset.
π Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
π Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Alpha Vantage Scraper | Stocks, FX, crypto, and indicators. |
| ParseForge CurseForge Mods Scraper | Public mod metadata from CurseForge. |
| ParseForge NBA Stats Scraper | Player and team stats from NBA.com. |
π‘ Pro Tip. Browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.