Coingecko Icons Scraper avatar

Coingecko Icons Scraper

Deprecated

Pricing

from $0.03 / 1,000 results

Go to Apify Store
Coingecko Icons Scraper

Coingecko Icons Scraper

Deprecated

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

from $0.03 / 1,000 results

Rating

0.0

(0)

Developer

FetchCraft Labs

FetchCraft Labs

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

2 days 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"
}