# SpaceX - Breaking News

**Use case:** 

Collects clean text from recent SpaceX articles over the last 1 days. Stay informed with up-to-date news directly from Google.

## Input

```json
{
  "topic": "DO_NOT_USE_TOPIC",
  "searchQuery": "SpaceX OR Starship OR Starlink",
  "maxConcurrency": 2,
  "languageAndRegion": [
    "US:en"
  ],
  "maxSites": 2,
  "daysBack": 4,
  "decodeInterval": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "h1s": {
    "label": "H1s",
    "format": "array"
  },
  "h2s": {
    "label": "H2s",
    "format": "array"
  },
  "h3s": {
    "label": "H3s",
    "format": "array"
  }
}
```

## About this Actor

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