# Etherscan Gas Tracker Full Export

**Use case:** 

Full Export of Etherscan Gas Tracker. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "pollCount": 1,
  "maxItems": 500
}
```

## Output

```json
{
  "lastBlock": {
    "label": "🧱 Last Block",
    "format": "text"
  },
  "safeGasPrice": {
    "label": "🐢 Safe Gas",
    "format": "text"
  },
  "proposeGasPrice": {
    "label": "🚶 Propose Gas",
    "format": "text"
  },
  "fastGasPrice": {
    "label": "🚀 Fast Gas",
    "format": "text"
  },
  "suggestBaseFee": {
    "label": "💵 Base Fee",
    "format": "text"
  },
  "gasUsedRatio": {
    "label": "📊 Gas Used Ratio",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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