# Monitor New Ethereum Token Listings for Alpha

**Use case:** 

Track the freshest token listings on the Ethereum blockchain to identify early investment opportunities or potential rug pulls. This helps traders and analysts 

## Input

```json
{
  "mode": "latestListings",
  "chainId": "ethereum",
  "maxItems": 50
}
```

## Output

```json
{
  "token_name": {
    "label": "Token name"
  },
  "token_symbol": {
    "label": "Token symbol"
  },
  "chain": {
    "label": "Chain"
  },
  "vote_count": {
    "label": "Vote count"
  },
  "launch_date": {
    "label": "Launch date"
  },
  "is_audited": {
    "label": "Is audited"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [DexScreener Token Listings & Pair Scraper](https://apify.com/crawlerbros/dexscreener-token-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/dexscreener-token-listings) to learn more, explore other use cases, and run it yourself.