VOOZH about

URL: https://apify.com/gentle_cloud/nasa-space-data-scraper

โ‡ฑ NASA Space Data Scraper ยท Apify


Pricing

Pay per usage

Go to Apify Store

NASA Space Data Scraper

Fetch space data from NASA APIs: Astronomy Picture of the Day (APOD), Near Earth Objects (NEO), Mars Rover photos, and Earth images (EPIC). Free, no API key required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Monkey Coder

Monkey Coder

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

3 months ago

Last modified

Categories

Share

๐Ÿš€ NASA Space Data Scraper

Fetch space-related data from NASA's public APIs โ€” Astronomy Pictures, Near Earth Objects, Mars Rover photos, and Earth images.

Free to use. DEMO_KEY provides 30 requests/hour. Get a free API key at api.nasa.gov for 1,000 requests/hour.

๐Ÿ”ฅ Data Sources

ModeDescriptionKey Fields
APODAstronomy Picture of the DayTitle, HD image URL, explanation, date
NEONear Earth Object trackingName, size, distance, velocity, hazard flag
Mars RoverPhotos from Mars roversPhoto URL, camera, sol, Earth date
EPICEarth from space (DSCOVR)Image name, coordinates, positions

๐Ÿ“‹ Input Parameters

ParameterTypeDescription
Data SourceSelectAPOD / NEO / Mars Rover / EPIC
API KeySecretNASA API key (use DEMO_KEY for testing)
DateTextSingle date (YYYY-MM-DD)
Start/End DateTextDate range
Random CountNumberNumber of random APOD images (1-100)
Mars RoverSelectCuriosity, Perseverance, Opportunity, Spirit
Mars SolNumberMartian sol (day) for photos
Camera TypeTextFHAZ, RHAZ, MAST, CHEMCAM, MARDI, NAVCAM
Max ResultsNumberMaximum items to return (1-500)

๐Ÿ“Š Output Examples

APOD Output

{
"source":"APOD",
"date":"2026-03-28",
"title":"Galaxy NGC 3169",
"explanation":"The picturesque galaxy NGC 3169...",
"url":"https://apod.nasa.gov/apod/image/2603/ngc3169.jpg",
"hdurl":"https://apod.nasa.gov/apod/image/2603/ngc3169_big.jpg",
"media_type":"image",
"copyright":"Copyright holder",
"fetched_at":"2026-03-28T12:30:00Z"
}

NEO Output

{
"source":"NEO",
"id":"2468863",
"name":"468863 (2013 BR45)",
"nasa_jpl_url":"https://ssd.jpl.nasa.gov/tools/sbdb_lookup.html#/?sstr=2468863",
"absolute_magnitude_h":18.7,
"estimated_diameter_km_min":0.5,
"estimated_diameter_km_max":1.1,
"is_potentially_hazardous":true,
"close_approach_date":"2026-03-30",
"miss_distance_km":5830000.0,
"relative_velocity_kmh":48500.0,
"fetched_at":"2026-03-28T12:30:00Z"
}

Mars Rover Output

{
"source":"Mars Rover",
"id":12345,
"sol":4000,
"earth_date":"2024-03-15",
"rover_name":"Curiosity",
"rover_status":"active",
"camera_name":"Mast Camera",
"camera_code":"MAST",
"img_src":"https://mars.nasa.gov/msl-raw-images/proj/msl/mslimages/...",
"fetched_at":"2026-03-28T12:30:00Z"
}

๐Ÿ’ก Use Cases

  • Education: Build space-themed visualizations and dashboards
  • Research: Track near-earth objects and potential asteroid threats
  • Mars Exploration: Access raw imagery from active Mars missions
  • Earth Observation: Monitor Earth from space with daily EPIC images

๐Ÿ“Š Data Source

NASA Open APIs โ€” api.nasa.gov

  • APOD: Daily astronomy image since 1995
  • NEO: 30,000+ tracked near-earth asteroids
  • Mars Rover: Photos from Curiosity, Perseverance, Opportunity, Spirit
  • EPIC: Earth images from DSCOVR satellite at L1 point

๐Ÿ”— Related Actors

โš™๏ธ Maintenance

This Actor is actively maintained. For issues or feature requests, please contact the developer.

You might also like

๐Ÿ›ฐ๏ธ NASA Space Intelligence - APOD & Asteroids Data

benthepythondev/nasa-space-intelligence

Extract space data from NASA's public APIs with AI-powered discovery scoring (0-100). Get Astronomy Picture of the Day (APOD) and Near-Earth Asteroid data with intelligent ranking.

NASA Open APIs Scraper

gio21/nasa-scraper

Scrape NASA's open APIs: Astronomy Picture of the Day (APOD), Mars Rover photos (Curiosity), EPIC Earth imagery (DSCOVR), Near-Earth Objects feed. Returns titles, explanations, HD URLs, dates, sizes, hazard flags. For science apps and content creation.

NASA APOD Scraper

devilscrapes/nasa-apod-scraper

Fetch NASA's Astronomy Picture of the Day for any date or date range via the NASA APOD API โ€” title, explanation, image / video URL, HD URL, copyright, media type, date โ€” export to JSON or CSV. A NASA APOD API wrapper; no key needed for small volumes.

NASA Image and Video Library Scraper

crawlerbros/nasa-images-scraper

Search the NASA Image and Video Library - 140,000+ photos, videos, and audio clips from NASA missions, space exploration, astronauts, and Earth science. No API key required.