# Pharmaceutical Drug Approval News Tracker

**Use case:** 

Monitor real-time Google News articles on FDA drug approvals and clinical trials in the US, and get detailed reporting with direct publisher URLs.

## Input

```json
{
  "queries": [
    "FDA drug approval",
    "pharmaceutical clinical trial"
  ],
  "topic": "HEALTH",
  "geoLocation": "",
  "topHeadlines": false,
  "language": "en-US",
  "country": "US",
  "maxArticles": 200,
  "timeWindow": "",
  "fromDate": "",
  "toDate": "",
  "includeSources": [],
  "excludeSources": [],
  "resolveUrls": true,
  "extractThumbnails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Headline",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "originalUrl": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Snippet",
    "format": "string"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "string"
  }
}
```

## About this Actor

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