# Jupiter Solana Token Prices Full Export

**Use case:** 

Full Export of Jupiter Solana Token Prices. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "ids": "SOL,USDC,BONK,JUP,WIF",
  "vsToken": "USDC",
  "maxItems": 500
}
```

## Output

```json
{
  "mint": {
    "label": "🆔 Mint",
    "format": "text"
  },
  "symbol": {
    "label": "💠 Symbol",
    "format": "text"
  },
  "name": {
    "label": "📝 Name",
    "format": "text"
  },
  "price": {
    "label": "💲 Price",
    "format": "text"
  },
  "vsToken": {
    "label": "↔️ Vs Token",
    "format": "text"
  },
  "priceType": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Jupiter Solana Token Prices Scraper](https://apify.com/parseforge/jupiter-solana-token-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/jupiter-solana-token-prices-scraper) to learn more, explore other use cases, and run it yourself.