# Polygon (MATIC) Blockchain Explorers

**Use case:** 

Extract Blockchain Explorers data filtered by Polygon (MATIC). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "walletAddresses": [
    "0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe"
  ],
  "maxItems": 10,
  "chain": "polygon",
  "transactionTypes": [
    "normal",
    "token"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "walletAddress": {
    "label": "Wallet",
    "format": "string"
  },
  "chain": {
    "label": "Chain",
    "format": "string"
  },
  "transactionType": {
    "label": "Type",
    "format": "string"
  },
  "walletRole": {
    "label": "Role",
    "format": "string"
  },
  "hash": {
    "label": "Hash",
    "format": "string"
  },
  "blockNumber": {
    "label": "Block",
    "format": "string"
  },
  "timeStamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "from": {
    "label": "From",
    "format": "string"
  },
  "to": {
    "label": "To",
    "format": "string"
  },
  "value": {
    "label": "Value",
    "format": "string"
  },
  "valueUsd": {
    "label": "USD Value",
    "format": "string"
  },
  "nativeSymbol": {
    "label": "Symbol",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "transactionFee": {
    "label": "Fee",
    "format": "string"
  },
  "token": {
    "label": "Token",
    "format": "string"
  },
  "txUrl": {
    "label": "Tx URL",
    "format": "string"
  },
  "addressUrl": {
    "label": "Address URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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