# Spaceflight News Articles Scraper

**Use case:** 

Scrape the latest spaceflight news articles. Get titles, summaries, news sites, images and publish dates, newest first.

## Input

```json
{
  "contentType": "articles",
  "isFeatured": false,
  "ordering": "-published_at",
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "contentType": {
    "label": "Content Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "news_site": {
    "label": "News site",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "featured": {
    "label": "Featured",
    "format": "text"
  },
  "published_at": {
    "label": "Published at",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "updated_at": {
    "label": "Updated at",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Spaceflight News Scraper](https://apify.com/parseforge/spaceflight-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/spaceflight-news-scraper) to learn more, explore other use cases, and run it yourself.