# Scrape Latest Arbitrum Token Launches

**Use case:** 

Monitor the most recent token launches on the Arbitrum network to identify novel projects and potential investment opportunities in the L2 ecosystem. This helps

## Input

```json
{
  "mode": "latestListings",
  "chainId": "arbitrum",
  "maxItems": 75
}
```

## 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.