Coingecko Icons Scraper avatar
Coingecko Icons Scraper

Pricing

$5.00/month + usage

Go to Apify Store
Coingecko Icons Scraper

Coingecko Icons Scraper

scrapes cryptocurrency icons and basic information from CoinGecko. It extracts coin names, symbols, and icon URLs from the cryptocurrency list and stores them in a dataset.

Pricing

$5.00/month + usage

Rating

0.0

(0)

Developer

El

El

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

2 months ago

Last modified

Share

CoinGecko Icons Scraper

This Apify Actor scrapes cryptocurrency icons and basic information from CoinGecko. It extracts coin names, symbols, and icon URLs from the cryptocurrency list and stores them in a dataset.

Usage

Input

Specify the number of pages to scrape:

{
"max_pages": 5
}
  • max_pages: Number of pages to scrape (default: 1, minimum: 1)

Output

The actor outputs a dataset with items like this:

{
"name": "Bitcoin",
"symbol": "BTC",
"icon_url": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png"
}