# NASA SpaceX News Monitor

**Use case:** 

Scrape the latest articles on NASA missions and SpaceX launches. Get real-time news data in CSV or JSON format, including article URLs and thumbnails.

## Input

```json
{
  "queries": [
    "NASA space mission",
    "SpaceX launch",
    "space exploration"
  ],
  "topic": "SCIENCE",
  "geoLocation": "",
  "topHeadlines": false,
  "language": "en-US",
  "country": "US",
  "maxArticles": 200,
  "timeWindow": "",
  "fromDate": "",
  "toDate": "",
  "includeSources": [],
  "excludeSources": [],
  "resolveUrls": true,
  "extractThumbnails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "originalUrl": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Snippet",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google News Scraper - Articles by Keyword, Real URLs](https://apify.com/logiover/google-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/google-news-scraper) to learn more, explore other use cases, and run it yourself.