# AI crypto coins: profiles, links & socials

**Use case:** 

Scrape AI-sector crypto coins on CoinGecko with full profiles: price, description, website, X/Twitter, Telegram, GitHub, dev & community stats.

## Input

```json
{
  "mode": "coins",
  "searchQueries": [
    "bitcoin",
    "ethereum",
    "solana"
  ],
  "category": "artificial-intelligence",
  "vsCurrency": "usd",
  "order": "market_cap_desc",
  "historyDays": "30",
  "treasuryCoins": [
    "bitcoin",
    "ethereum"
  ],
  "enrichCoinDetails": true,
  "enrichExchangeDetails": false,
  "includeSparkline": false,
  "maxResults": 50,
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Coin",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "marketCap": {
    "label": "Market cap",
    "format": "number"
  },
  "marketCapRank": {
    "label": "Rank",
    "format": "number"
  },
  "priceChangePercentage24h": {
    "label": "24h %",
    "format": "number"
  },
  "priceChangePercentage7d": {
    "label": "7d %",
    "format": "number"
  },
  "totalVolume": {
    "label": "24h volume",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [CoinGecko Scraper - Crypto Prices, Markets, NFTs & Exchanges](https://apify.com/scrapesage/coingecko-crypto-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/coingecko-crypto-scraper) to learn more, explore other use cases, and run it yourself.