# Track AI industry news from the past week

**Use case:** 

Scrape Google News for artificial intelligence articles published in the last 7 days. Ideal for trend monitoring and industry research.

## Input

```json
{
  "maxItems": 200,
  "query": "artificial intelligence",
  "gl": "us",
  "hl": "en",
  "time_period": "last_week"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "date_utc": {
    "label": "Date UTC",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  }
}
```

## About this Actor

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