# Alternative.me Fear and Greed Index Extractor

**Use case:** 

Extract 100 days of Alternative.me Crypto Fear and Greed Index data with values, dates, and classifications.

## Input

```json
{
  "limit": 100,
  "dateFormat": "world",
  "includeRaw": false
}
```

## Output

```json
{
  "date": {
    "label": "Date"
  },
  "value": {
    "label": "Value"
  },
  "valueClassification": {
    "label": "Classification"
  },
  "timeUntilUpdateHours": {
    "label": "Hours until update"
  },
  "isLatest": {
    "label": "Latest"
  },
  "timestamp": {
    "label": "Unix timestamp"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

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