# Optimism Superchain Token List Data Export

**Use case:** 

Data Export of Optimism Superchain Token List. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "symbol": "USDC"
}
```

## Output

```json
{
  "chainId": {
    "label": "🆔 Chain Id",
    "format": "number"
  },
  "address": {
    "label": "📮 Address",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "symbol": {
    "label": "🪙 Symbol",
    "format": "text"
  },
  "decimals": {
    "label": "🔢 Decimals",
    "format": "number"
  },
  "logoURI": {
    "label": "🖼️ Logo",
    "format": "link"
  },
  "extensions": {
    "label": "🧩 Extensions",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Optimism Superchain Token List Scraper](https://apify.com/parseforge/optimism-superchain-tokens-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/optimism-superchain-tokens-scraper) to learn more, explore other use cases, and run it yourself.