# Nasdaq Today: MarketWatch Articles

**Use case:** 

Collect MarketWatch articles about the Nasdaq today. Get headlines, dates, authors, article text, and stock tickers.

## Input

```json
{
  "target": "searchPages",
  "sectionUrls": [
    {
      "url": "https://www.marketwatch.com/latest-news"
    }
  ],
  "searchPageUrls": [
    {
      "url": "https://www.marketwatch.com/search?q=nasdaq%20today"
    }
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "articleUrl": {
    "label": "Article URL",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "section": {
    "label": "Section",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "imageUrl": {
    "label": "Lead image URL",
    "format": "string"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "tickers": {
    "label": "Stock tickers",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [MarketWatch Scraper](https://apify.com/maximedupre/marketwatch) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/marketwatch) to learn more, explore other use cases, and run it yourself.