# Latest / Top Stories MarketWatch | Stock News and

**Use case:** 

Extract MarketWatch | Stock News and Financial Data data filtered by Latest / Top Stories. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "section": "latest",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "📰 Title",
    "format": "text"
  },
  "articleUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "section": {
    "label": "📂 Section",
    "format": "text"
  },
  "publishedAt": {
    "label": "📅 Published",
    "format": "date"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "tickers": {
    "label": "📈 Tickers",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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