# S&P 500 Dividend Yield Multpl | S&P 500 and Economic

**Use case:** 

Extract Multpl | S&P 500 and Economic Indicators data filtered by S&P 500 Dividend Yield. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "metric": "s-p-500-dividend-yield",
  "period": "monthly"
}
```

## Output

```json
{
  "metric": {
    "label": "📊 Metric",
    "format": "text"
  },
  "metricName": {
    "label": "📋 Metric Name",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "number"
  },
  "valueRaw": {
    "label": "🔢 Value Raw",
    "format": "text"
  },
  "period": {
    "label": "🗓️ Period",
    "format": "text"
  },
  "url": {
    "label": "🔗 Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Multpl Scraper | S&P 500 and Economic Indicators](https://apify.com/parseforge/multpl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/multpl-scraper) to learn more, explore other use cases, and run it yourself.