# RugCheck Solana Token Scanner - Risk, Authorities & LP (`ninhothedev/rugcheck-solana-scraper`) Actor

$0.5/1K 🔥 Fast RugCheck Solana scanner! Risk score, mint/freeze authority, holders, LP & risks. No key. JSON, CSV, Excel or API in seconds. Scan mints for memecoin safety, rug detection & trading bots ⚡

- **URL**: https://apify.com/ninhothedev/rugcheck-solana-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## RugCheck Solana Token Scanner 🛡️

**Scan any Solana token in seconds. Get its RugCheck risk score, mint & freeze authority status, holder count, liquidity, LP-lock %, top-holder concentration and the full list of detected risks — no API key, no wallet, no login.**

Built for **Solana memecoin traders, snipers and bots** who need an instant, automated safety check before they ape in. Feed it a list of mint addresses and get one clean, structured risk report per token.

👉 **[Run it on Apify »](https://apify.com/ninhothedev/rugcheck-solana-scraper)**

***

### Why use this scraper?

Every Solana memecoin launch is a potential rug. Checking each token by hand on rugcheck.xyz doesn't scale when hundreds of tokens launch per hour. This actor turns RugCheck's risk engine into a **programmatic data feed** you can wire into spreadsheets, trading bots, Telegram/Discord alerts, or due-diligence dashboards.

- ✅ **No API key** — clean public JSON, ready out of the box
- ✅ **Datacenter-proxy friendly** — cheap to run, no residential proxies needed
- ✅ **Batch scanning** — up to 1000 mints per run
- ✅ **Rich output** — full report fields, not just a score
- ✅ **Nullable schema** — partial data never breaks your pipeline

### Use cases

- **Solana memecoin safety checks** — vet a token before buying
- **Rug detection** — flag revoked/active mint & freeze authorities, low LP lock, whale concentration
- **Trading bots** — gate buy signals behind an automated risk score
- **Due diligence** — pull consistent, structured risk data for research and reporting

### Input

| Field | Type | Description |
|-------|------|-------------|
| `mode` | select | Scan mode (`scan` — resolve a risk report per mint) |
| `mints` | array | Solana token mint addresses to scan |
| `maxItems` | integer | Max reports to return (1–1000, default 100) |

```json
{
  "mode": "scan",
  "mints": [
    "So11111111111111111111111111111111111111112",
    "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
  ],
  "maxItems": 100
}
```

### Output

One dataset item per token:

```json
{
  "mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
  "name": "Bonk",
  "symbol": "Bonk",
  "score": 101,
  "score_normalised": 7,
  "rugged": false,
  "mint_authority": null,
  "freeze_authority": null,
  "total_holders": 2023933,
  "total_liquidity": 688368.75,
  "creator": "9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw",
  "top_holder_pct": 7.22,
  "lp_locked_pct": 0,
  "risks": ["Mutable metadata"],
  "risk_details": [{"name": "Mutable metadata", "level": "warn", "score": 100}],
  "source": "rugcheck",
  "scraped_at": "2026-07-20T17:00:00+00:00"
}
```

> A `null` `mint_authority` / `freeze_authority` means the authority has been **revoked** (generally safer). An active authority means the deployer can still mint or freeze — a common rug vector.

### Pricing

Roughly **$0.50 per 1,000 tokens** scanned — cheap enough to screen entire launch feeds. Actual cost depends on your Apify plan's compute usage.

### Related actors

- [GoPlus Token Security Scraper](https://apify.com/ninhothedev/goplus-token-security-scraper)
- [DexScreener Scraper](https://apify.com/ninhothedev/dexscreener-scraper)
- [GeckoTerminal Scraper](https://apify.com/ninhothedev/geckoterminal-scraper)
- [CoinGecko Crypto Scraper](https://apify.com/ninhothedev/coingecko-crypto-scraper)

### Keywords

solana, rugcheck, rug check, token scanner, memecoin, rug pull detection, solana token safety, mint authority, freeze authority, lp lock, token risk score, crypto due diligence, solana trading bot, honeypot check, token audit, defi security

***

*Not financial advice. Risk data is sourced from RugCheck and provided as-is for research purposes.*

# Actor input Schema

## `mode` (type: `string`):

Scan mode. Currently 'scan' resolves a RugCheck risk report for each Solana mint address you provide.

## `mints` (type: `array`):

List of Solana token mint addresses to scan. Each address returns one risk report item. Example: BONK = DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263

## `maxItems` (type: `integer`):

Maximum number of token reports to return (also caps how many input mints are scanned). Between 1 and 1000.

## Actor input object example

```json
{
  "mode": "scan",
  "mints": [
    "So11111111111111111111111111111111111111112"
  ],
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mints": [
        "So11111111111111111111111111111111111111112"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/rugcheck-solana-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "mints": ["So11111111111111111111111111111111111111112"] }

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/rugcheck-solana-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mints": [
    "So11111111111111111111111111111111111111112"
  ]
}' |
apify call ninhothedev/rugcheck-solana-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,ninhothedev/rugcheck-solana-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/xgxNMbXGkb1BiBPL9/builds/Wxkx30rgoNROrbQoZ/openapi.json
