# Base Token List Latest Results

**Use case:** 

Latest Results of Base Token List. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "symbolFilter": "USDC",
  "maxItems": 25
}
```

## Output

```json
{
  "chainId": {
    "label": "🔹 chainId",
    "format": "text"
  },
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "name": {
    "label": "🔹 name",
    "format": "text"
  },
  "symbol": {
    "label": "🔹 symbol",
    "format": "text"
  },
  "decimals": {
    "label": "🔹 decimals",
    "format": "text"
  },
  "logoURI": {
    "label": "🔹 logoURI",
    "format": "text"
  },
  "extensions": {
    "label": "🔹 extensions",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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