# Stock Market News Scraper for NVDA and Apple

**Use case:** 

Get real-time Google News updates on NVDA earnings and Apple stock. Receive headlines, sources, publish dates, links, and snippets for each article.

## Input

```json
{
  "queries": [
    "NVDA earnings",
    "Apple stock"
  ],
  "language": "en",
  "country": "US",
  "maxPerQuery": 100
}
```

## 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.