# Magic Eden Solana NFT Stats Scraper

**Use case:** 

Pull stats for top Solana NFT collections on Magic Eden, including floor price and volume, in clean structured JSON output.

## Input

```json
{
  "searchSymbol": "",
  "maxItems": 10,
  "fetchStats": true,
  "fetchListings": false
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "isBadged": {
    "label": "Is Badged",
    "format": "text"
  },
  "hasCNFTs": {
    "label": "Has C N F Ts",
    "format": "text"
  },
  "floorPriceSol": {
    "label": "Floor Price Sol",
    "format": "text"
  },
  "listedCount": {
    "label": "Listed Count",
    "format": "number"
  },
  "avgPrice24hSol": {
    "label": "Avg Price24h Sol",
    "format": "text"
  },
  "volumeAllSol": {
    "label": "Volume All Sol",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Magic Eden NFT Collection Scraper](https://apify.com/parseforge/magic-eden-nft-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/magic-eden-nft-scraper) to learn more, explore other use cases, and run it yourself.