# US (MM-DD-YYYY) Crypto Fear and Greed Index

**Use case:** 

Extract Crypto Fear and Greed Index data filtered by US (MM-DD-YYYY). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "limit": 30,
  "dateFormat": "us",
  "maxItems": 10
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "value": {
    "label": "📊 Index Value",
    "format": "number"
  },
  "valueClassification": {
    "label": "🏷️ Classification",
    "format": "text"
  },
  "timestamp": {
    "label": "🕒 Timestamp (ISO)",
    "format": "text"
  },
  "timestampUnix": {
    "label": "🕒 Timestamp (Unix)",
    "format": "number"
  },
  "nextUpdateAt": {
    "label": "🕒 Next Update At",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Crypto Fear and Greed Index Scraper](https://apify.com/parseforge/alternative-me-fear-greed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/alternative-me-fear-greed-scraper) to learn more, explore other use cases, and run it yourself.