# Stock Market Financial News Overview from GDELT

**Use case:** 

Monitor the latest financial news on the stock market. Get detailed information on articles, dates, tones, and images related to the S&P 500 and Wall Street.

## Input

```json
{
  "query": "stock market S&P 500 Wall Street economy recession",
  "mode": "articles",
  "maxResults": 1000,
  "timespan": "1w",
  "language": "english",
  "country": "US",
  "sortBy": "hybridrel",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "seendate": {
    "label": "Seen Date",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "sourcecountry": {
    "label": "Source Country",
    "format": "string"
  },
  "socialimage": {
    "label": "Social Image",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "retrievalSource": {
    "label": "Retrieval Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GDELT News Scraper — Articles, Timeline & Images](https://apify.com/logiover/gdelt-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gdelt-news-scraper) to learn more, explore other use cases, and run it yourself.