# Alternative.me Index Trail | Apify Task

**Use case:** 

Run alternative.me index trail with structured Alternative.me Crypto Fear & Greed Index records.

## Input

```json
{
  "historyMode": "recent",
  "limit": 90,
  "dateFormat": "world",
  "includeRawRecord": true
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "integer"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "timestampUnix": {
    "label": "Unix timestamp",
    "format": "integer"
  },
  "sourceDate": {
    "label": "Source date",
    "format": "string"
  },
  "timeUntilUpdateSeconds": {
    "label": "Time until update seconds",
    "format": "integer"
  },
  "nextUpdateAt": {
    "label": "Next update at",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "indexName": {
    "label": "Index name",
    "format": "string"
  },
  "isLatest": {
    "label": "Is latest",
    "format": "boolean"
  }
}
```

## About this Actor

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