VOOZH about

URL: https://apify.com/cloud9_ai/nasa-data-scraper

โ‡ฑ NASA Space Data Scraper ยท Apify


Pricing

from $1.50 / 1,000 results

Go to Apify Store

NASA Space Data Scraper

Extract space data from NASA APIs. Get Astronomy Picture of the Day, Mars Rover photos, near-Earth asteroids, and Earth imagery.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

19 days ago

Last modified

Categories

Share

Extract space data from NASA APIs. Get Astronomy Picture of the Day, Mars Rover photos, near-Earth asteroids, and Earth imagery.

Features

  • Extract data from https://api.nasa.gov
  • Multiple scraping modes: apod, asteroids, marsPhotos
  • Automatic rate limiting (1000 req/hour)
  • Proxy support via Apify Proxy
  • API authentication support

Input Configuration

Modes

  1. apod: /planetary/apod?count={count}
  2. asteroids: /neo/rest/v1/feed?start_date={startDate}&end_date={endDate}
  3. marsPhotos: /mars-photos/api/v1/rovers/curiosity/photos?sol={sol}&page={page}

Example Input

{
"apiKey":"DEMO_KEY",
"mode":"apod",
"query":"example search",
"maxResults":10
}

Authentication

Free API key from api.nasa.gov (or use DEMO_KEY)

Output

The actor stores results in the Apify dataset. Each item contains:

  • date
  • title
  • explanation
  • url
  • hdurl
  • media_type
  • copyright

Usage Example

const input ={
"apiKey":"DEMO_KEY",
"mode":"apod",
"query":"example search",
"maxResults":10
};
const run =await ApifyClient.actor('nasa-data-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 100
  • Rate limiting: 1000 req/hour

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

NASA Space Data Scraper

gentle_cloud/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.

๐Ÿ›ฐ๏ธ 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 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.

NASA Near-Earth Object (Asteroid) Scraper

compute-edge/nasa-neo-scraper

Extract near-Earth asteroid data from NASA NeoWs API including size, orbital data, hazard status, and close approach distances.

NASA Near-Earth Asteroids (NeoWs) Scraper

parseforge/nasa-neows-asteroids-scraper

Pull near-earth asteroid data from NASA NeoWs (Near Earth Object Web Service). Returns asteroid name, designation, hazardous flag, estimated diameter, close-approach date, miss-distance, relative velocity, orbiting body, and orbital data. Filter by date range or browse catalog.