# Any SEC Investor Alerts

**Use case:** 

Extract SEC Investor Alerts data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "all"
}
```

## Output

```json
{
  "title": {
    "label": "📌 title",
    "format": "text"
  },
  "category": {
    "label": "📌 category",
    "format": "text"
  },
  "postedDate": {
    "label": "📌 postedDate",
    "format": "text"
  },
  "summary": {
    "label": "📌 summary",
    "format": "text"
  },
  "url": {
    "label": "📌 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Investor Alerts Scraper](https://apify.com/parseforge/sec-investor-alerts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sec-investor-alerts-scraper) to learn more, explore other use cases, and run it yourself.