# Turkish AI News Feed Scraper

**Use case:** 

Gather the latest news articles about yapay zeka in Turkish from Google News. Get structured data including headlines and publish dates.

## Input

```json
{
  "queries": [
    "yapay zeka"
  ],
  "language": "tr",
  "country": "TR",
  "maxPerQuery": 50
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "pubDate": {
    "label": "Published",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

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