# Coingecko Trending sample export

**Use case:** 

Run a ready-made Coingecko Trending example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: coingecko-trending-scrap

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "large": {
    "label": "Large",
    "format": "text"
  },
  "small": {
    "label": "Small",
    "format": "text"
  },
  "thumb": {
    "label": "Thumb",
    "format": "text"
  },
  "coin_id": {
    "label": "Coin Id",
    "format": "text"
  },
  "price_btc": {
    "label": "Price Btc",
    "format": "number"
  },
  "market_cap_rank": {
    "label": "Market Cap Rank",
    "format": "number"
  },
  "data_price_btc": {
    "label": "Data Price Btc",
    "format": "number"
  },
  "sparkline": {
    "label": "Sparkline",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Coingecko Trending Scraper](https://apify.com/benthepythondev/coingecko-trending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/coingecko-trending-scraper) to learn more, explore other use cases, and run it yourself.