# Iex-cloud Stock Market Research Pack 6-in-1 Equities

**Use case:** 

Extract Stock Market Research Pack 6-in-1 Equities data filtered by iex-cloud. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "AAPL",
  "sources": [
    "iex-cloud"
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "📡 Source",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Stock Market Research Pack 6-in-1 Equities Scraper](https://apify.com/parseforge/stock-market-research-pack-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/stock-market-research-pack-scraper) to learn more, explore other use cases, and run it yourself.