# Base Blockscout Multichain Tokens

**Use case:** 

Extract Blockscout Multichain Tokens data filtered by Base. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chain": "base",
  "maxItems": 10
}
```

## Output

```json
{
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "symbol": {
    "label": "🔹 symbol",
    "format": "text"
  },
  "decimals": {
    "label": "🔹 decimals",
    "format": "text"
  },
  "totalSupply": {
    "label": "🔹 totalSupply",
    "format": "text"
  },
  "holders": {
    "label": "🔹 holders",
    "format": "text"
  },
  "type": {
    "label": "🔹 type",
    "format": "text"
  },
  "exchangeRate": {
    "label": "🔹 exchangeRate",
    "format": "text"
  },
  "circulatingMarketCap": {
    "label": "🔹 circulatingMarketCap",
    "format": "text"
  },
  "iconUrl": {
    "label": "🔹 iconUrl",
    "format": "text"
  },
  "chain": {
    "label": "🔹 chain",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Blockscout Multichain Tokens Scraper](https://apify.com/parseforge/blockscout-multichain-tokens-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/blockscout-multichain-tokens-scraper) to learn more, explore other use cases, and run it yourself.