# Extract MarketWatch market correction indicator article

**Use case:** 

Scrape MarketWatch story on elite market timing indicator with analyst quotes and chart context for investment research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.marketwatch.com/story/think-the-rally-is-safe-this-elite-market-timing-indicator-says-a-correction-is-overdue-8049c27f?mod=search_headline"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "headline": {
    "label": "Headline"
  },
  "summary": {
    "label": "Summary"
  },
  "description": {
    "label": "Description"
  },
  "section": {
    "label": "Section"
  },
  "authors": {
    "label": "Authors"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "updatedAt": {
    "label": "Updated at"
  },
  "imageUrl": {
    "label": "Image url"
  },
  "keywords": {
    "label": "Keywords"
  },
  "articleBody": {
    "label": "Article body"
  },
  "paragraphs": {
    "label": "Paragraphs"
  }
}
```

## About this Actor

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