# Automate Fox News monitoring

**Use case:** Collect news & articles

Scrape articles from Fox News effortlessly and gather structured data in various formats. Automate your news monitoring. Try it free!

## Input

```json
{
  "startUrls": [
    {
      "url": "http://foxnews.com"
    }
  ],
  "maxArticlesPerCrawl": 100,
  "onlyNewArticlesPerDomain": false
}
```

## Output

```json
{
  "image": {
    "label": "Image"
  },
  "title": {
    "label": "Title"
  },
  "description": {
    "label": "Description"
  },
  "text": {
    "label": "Text"
  },
  "author": {
    "label": "Author"
  },
  "date": {
    "label": "Date"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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