# GMGN Solana Smart Money Wallet Activity Scraper

**Use case:** 

Scrape GMGN Solana smart-money wallet activity, token trades, prices, gas fees, PnL context, and source URLs.

## Input

```json
{
  "wallets": [
    "11111111111111111111111111111111"
  ],
  "startUrls": [
    {
      "url": "https://gmgn.ai/sol/address/11111111111111111111111111111111"
    }
  ],
  "chain": "sol",
  "maxItems": 100,
  "includeRankedWallets": true,
  "maxWallets": 10,
  "rankPeriod": "7d",
  "rankOrderBy": "pnl",
  "requestDelayMs": 750,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "walletAddress": {
    "label": "Wallet"
  },
  "chain": {
    "label": "Chain"
  },
  "actionType": {
    "label": "Action"
  },
  "transactionHash": {
    "label": "Transaction"
  },
  "timestamp": {
    "label": "Time"
  },
  "tokenSymbol": {
    "label": "Token"
  },
  "tokenAmount": {
    "label": "Token amount"
  },
  "quoteAmount": {
    "label": "Quote amount"
  },
  "valueUsd": {
    "label": "Value USD"
  },
  "priceUsd": {
    "label": "Price USD"
  },
  "gasUsd": {
    "label": "Gas USD"
  },
  "rankName": {
    "label": "Rank name"
  },
  "rankPnl7d": {
    "label": "PnL 7d"
  },
  "rankWinrate7d": {
    "label": "Win rate 7d"
  },
  "walletUrl": {
    "label": "Wallet URL"
  },
  "tokenUrl": {
    "label": "Token URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [GMGN Wallet Activity Scraper](https://apify.com/automation-lab/gmgn-wallet-activity-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/gmgn-wallet-activity-scraper) to learn more, explore other use cases, and run it yourself.