# Market News Seeking Alpha | Stock Analysis and News

**Use case:** 

Extract Seeking Alpha | Stock Analysis and News data filtered by Market News. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "feedType": "market-news",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  },
  "tickers": {
    "label": "Tickers",
    "format": "text"
  },
  "articleUrl": {
    "label": "Article URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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