Birdeye Token Scraper avatar

Birdeye Token Scraper

Pricing

from $6.00 / 1,000 token results

Go to Apify Store
Birdeye Token Scraper

Birdeye Token Scraper

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

Pricing

from $6.00 / 1,000 token results

Rating

0.0

(0)

Developer

Coding Doctor Omar

Coding Doctor Omar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

πŸ“Š Birdeye Token Scraper

birdeye token scraper logo

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

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

{
"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

Field Name (JSON)Field Name (Input Form)TypeRequiredDescription
maxResultsMax ResultsintegerNoThe maximum number of results to return. If set to less than or equal to 0, will return all available results. Defaults to 100.
tokenURLsToken URLsarrayNoThe URLs for the specific tokens to scrape. If provided, all filters other than maxResults will be ignored. Example array item: { "url": "https://birdeye.so/solana/token/..." }
chainChainstringNoThe blockchain for which to look for trending tokens. Defaults to all-chains.
timeFrameTime FramestringNoThe timeframe in which to look for trending tokens. Defaults to 4h.
proxyConfigurationProxiesobjectYesApify proxy configuration.

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!

Event NamePrice (USD)Description
token-result$0.0075A single token result in the dataset.
proxy-usage$0.0001The Apify proxy usage cost for data transfer equivalent to the size of one token result in the dataset.

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.


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.


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.


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.