# Birdeye Token Scraper (`coding-doctor-omar/birdeye-token-scraper`) Actor

Scrape Birdeye.so to get detailed information on trending or specific cryptocurrency tokens from SOLANA, BASE, ETHERIUM, BNB CHAIN, and more! No rate limits!

- **URL**: https://apify.com/coding-doctor-omar/birdeye-token-scraper.md
- **Developed by:** [Coding Doctor Omar](https://apify.com/coding-doctor-omar) (community)
- **Categories:** Automation, Integrations, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.00 / 1,000 token results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## 📊 Birdeye Token Scraper

<p align="center">
    <img src="https://images.apifyusercontent.com/Y_6T3FDxouaevB57z7N1YQzjCbpVDixmkU8PuBwAYv4/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vOVpGY1BsVEhQM09Cc3hFN0ktYWN0b3ItSHVTSnU2Q2Nxd1BIRDNkaWctU0RLQzl6d2ZVUC1iaXJkZXllX3NjcmFwZXJfbG9nby5wbmc.png" alt="birdeye token scraper logo" width="350">
</p>

### Introduction

Extract up-to-date cryptocurrency token data from **Birdeye.so** with ease.

This Actor scrapes detailed token information, including price, market cap, liquidity, trading volume, supply metrics, and more for trending tokens or for your specific tokens. Simply provide one or more Birdeye token URLs (or not at all for trending tokens) and receive clean, structured JSON ready for analytics, monitoring, dashboards, or ETL pipelines. The Actor bypasses rate limits, so scrape as much as you need.

### Quickstart Tutorial Video

[Tutorial Video](https://youtu.be/OQDKJU_Hf14)

### Use Cases

- 📊 Building cryptocurrency dashboards and analytics platforms
- 📈 Monitoring token prices, liquidity, and trading volume over time
- 🤖 Powering trading bots and automated market research
- 🔔 Creating price or market cap alert systems
- 🧠 Feeding machine learning models with token market data
- 📋 Performing due diligence before investing in a token
- 🔄 Integrating Birdeye token data into ETL pipelines and databases

### Features

- 🚀 Scrapes trending tokens or specific Birdeye token URLs
- 🌐 Supports all major blockchain networks available on Birdeye
- 📊 Extracts price, liquidity, market cap, trading volume, and supply metrics
- ⚡ Concurrent scraping for high performance
- 🔁 Automatic retries for improved reliability
- 🛡️ Cloudflare anti-bot protection and rate-limit bypass
- 📦 Clean, structured JSON output with scrape timestamps
- 💰 Economical and transparent pricing

### Example Output of the Actor for a Single Token

```json
{
  "address": "0x086F405146Ce90135750Bbec9A063a8B20A8bfFb",
  "symbol": "BREV",
  "name": "Brevis",
  "chain": "bnb-chain",
  "logo": "https://coin-images.coingecko.com/coins/images/71219/large/brevis-circle_200x200.png?1774374634",
  "url": "https://birdeye.so/bsc/token/0x086F405146Ce90135750Bbec9A063a8B20A8bfFb",
  "price": 0.10414309321651342,
  "liquidity": 186417.79652102577,
  "volume24hUSD": 3361961.676388601,
  "volume4hUSD": 3166831.5175673654,
  "volume1hUSD": 1478931.3364632225,
  "totalSupply": 17397297.06767818,
  "circulatingSupply": 17397297.06767818,
  "marketCap": 1811808.3302345844,
  "scrapedAt": "2026-07-02T08:19:26.153698+00:00"
}
````

### Actor Input Explanation

<table border="1">
    <thead>
        <tr>
            <th>Field Name (JSON)</th>
            <th>Field Name (Input Form)</th>
            <th>Type</th>
            <th>Required</th>
            <th>Description</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><code>maxResults</code></td>
            <td>Max Results</td>
            <td><code>integer</code></td>
            <td>No</td>
            <td>The maximum number of results to return. If set to less than or equal to 0, will return all available results. Defaults to <code>100</code>.</td>
        </tr>
        <tr>
            <td><code>tokenURLs</code></td>
            <td>Token URLs</td>
            <td><code>array</code></td>
            <td>No</td>
            <td>The URLs for the specific tokens to scrape. If provided, all filters other than <code>maxResults</code> will be ignored. Example array item: <code>{ "url": "https://birdeye.so/solana/token/..." }</code></td>
        </tr>
        <tr>
            <td><code>chain</code></td>
            <td>Chain</td>
            <td><code>string</code></td>
            <td>No</td>
            <td>The blockchain for which to look for trending tokens. Defaults to <code>all-chains</code>.</td>
        </tr>
        <tr>
            <td><code>timeFrame</code></td>
            <td>Time Frame</td>
            <td><code>string</code></td>
            <td>No</td>
            <td>The timeframe in which to look for trending tokens. Defaults to <code>4h</code>.</td>
        </tr>
        <tr>
            <td><code>proxyConfiguration</code></td>
            <td>Proxies</td>
            <td><code>object</code></td>
            <td>Yes</td>
            <td>Apify proxy configuration.</td>
        </tr>
    </tbody>
</table>

### Actor Pricing Explanation

This Actor uses a Pay-Per-Event (PPE) pricing model. The details of events and their pricing are shown in the table below. The prices below are not final and may be subject to discounts!

<table border="1">
    <thead>
        <tr>
            <th>Event Name</th>
            <th>Price (USD)</th>
            <th>Description</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><code>token-result</code></td>
            <td>$0.0075</td>
            <td>A single token result in the dataset.</td>
        </tr>
        <tr>
            <td><code>proxy-usage</code></td>
            <td>$0.0001</td>
            <td>The Apify proxy usage cost for data transfer equivalent to the size of one token result in the dataset.</td>
        </tr>
    </tbody>
</table>

### Frequently Asked Questions (FAQs)

**Q:** Does **Birdeye Token Scraper** support all blockchains on Birdeye.so?

**A:** Yes, **Birdeye Token Scraper** supports all blockchains on Birdeye.so.

<hr>

**Q:** Does **Birdeye Token Scraper** allow me to scrape individual tokens?

**A:** Yes, using the Token URLs field in the input form or the `tokenURLs` property in the json input, you can scrape specific tokens.

<hr>

**Q:** Is **Birdeye Token Scraper** affected by rate-limits?

**A:** No, **Birdeye Token Scraper** is not affected by any rate-limits. You can run it as frequently as you need.

<hr>

**Q:** Are there any anti-bot measures on Birdeye.so that could hinder **Birdeye Token Scraper**?

**A:** As of now, **Birdeye Token Scraper** bypasses Cloudflare (the anti-bot protection deployed on Birdeye.so as of now) very reliably, and nothing can stop it. The developer of the Actor regularly checks for updates on the website. If new anti-bot measures are deployed, they will be addressed promptly.

# Actor input Schema

## `maxResults` (type: `integer`):

The maximum number of results to return.

## `tokenURLs` (type: `array`):

The URLs of the specific tokens you want to scrape. If provided, all other filters other than 'Max Results' will be ignored. Otherwise, the top trending (up to 100) tokens of your chosen chain will be scraped.

## `chain` (type: `string`):

The specific chain to scrape (e.g. 'Solana').

## `timeFrame` (type: `string`):

The time frame in which to look for trending tokens.

## `proxyConfiguration` (type: `object`):

The proxies to use when scraping. Residential is highly recommended to avoid blocks.

## Actor input object example

```json
{
  "maxResults": 100,
  "chain": "all-chains",
  "timeFrame": "4h",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# 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 = {
    "maxResults": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("coding-doctor-omar/birdeye-token-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 = { "maxResults": 100 }

# Run the Actor and wait for it to finish
run = client.actor("coding-doctor-omar/birdeye-token-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "maxResults": 100
}' |
apify call coding-doctor-omar/birdeye-token-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=coding-doctor-omar/birdeye-token-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Birdeye Token Scraper",
        "description": "Scrape Birdeye.so to get detailed information on trending or specific cryptocurrency tokens from SOLANA, BASE, ETHERIUM, BNB CHAIN, and more! No rate limits!",
        "version": "0.0",
        "x-build-id": "2vlhmfYTSfurzKhMH"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/coding-doctor-omar~birdeye-token-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-coding-doctor-omar-birdeye-token-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/coding-doctor-omar~birdeye-token-scraper/runs": {
            "post": {
                "operationId": "runs-sync-coding-doctor-omar-birdeye-token-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/coding-doctor-omar~birdeye-token-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-coding-doctor-omar-birdeye-token-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "proxyConfiguration"
                ],
                "properties": {
                    "maxResults": {
                        "title": "Max Results",
                        "type": "integer",
                        "description": "The maximum number of results to return.",
                        "default": 100
                    },
                    "tokenURLs": {
                        "title": "Token URLs",
                        "type": "array",
                        "description": "The URLs of the specific tokens you want to scrape. If provided, all other filters other than 'Max Results' will be ignored. Otherwise, the top trending (up to 100) tokens of your chosen chain will be scraped.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "chain": {
                        "title": "Chain",
                        "enum": [
                            "all-chains",
                            "solana",
                            "base",
                            "ethereum",
                            "bnb-chain",
                            "megaeth",
                            "mantle",
                            "monad",
                            "arbitrum",
                            "avalanche",
                            "polygon",
                            "sui",
                            "optimism",
                            "unichain",
                            "aptos",
                            "linea",
                            "zksync-era",
                            "plasma",
                            "fogo",
                            "hyperevm"
                        ],
                        "type": "string",
                        "description": "The specific chain to scrape (e.g. 'Solana').",
                        "default": "all-chains"
                    },
                    "timeFrame": {
                        "title": "Time Frame",
                        "enum": [
                            "24h",
                            "4h",
                            "1h"
                        ],
                        "type": "string",
                        "description": "The time frame in which to look for trending tokens.",
                        "default": "4h"
                    },
                    "proxyConfiguration": {
                        "title": "Proxies",
                        "type": "object",
                        "description": "The proxies to use when scraping. Residential is highly recommended to avoid blocks.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
