# ChainList EVM RPC Endpoints Data Export

**Use case:** 

Data Export of ChainList EVM RPC Endpoints. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "nameContains": "Ethereum"
}
```

## Output

```json
{
  "chainId": {
    "label": "🆔 Chain Id",
    "format": "number"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "chain": {
    "label": "⛓️ Chain",
    "format": "text"
  },
  "rpc": {
    "label": "🌐 RPCs",
    "format": "array"
  },
  "nativeCurrency": {
    "label": "🪙 Native Currency",
    "format": "text"
  },
  "explorers": {
    "label": "🔍 Explorers",
    "format": "array"
  },
  "faucets": {
    "label": "🚰 Faucets",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ChainList EVM RPC Endpoints Scraper](https://apify.com/parseforge/chainlist-rpcs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/chainlist-rpcs-scraper) to learn more, explore other use cases, and run it yourself.