DOGE Ticker Lookup - Crypto Symbol Search CoinGecko
Which coin is "doge"? Resolve a crypto ticker to its CoinGecko id and confirm the real Dogecoin, filtering out scam tokens and copycat symbols.
How it works
- 1Open it on Apify
Hit Run on Apify — it opens the tool in the cloud, no install.
- 2Set the inputs
Adjust
mode,vsCurrency,query(sensible defaults are pre-filled). - 3Click Run
The tool runs on Apify’s cloud and collects the data for you.
- 4Export the results
Download as JSON, CSV or Excel, or pipe straight into your app, Google Sheets, or an AI agent.
Inputs
| Field | What it does | Type |
|---|---|---|
mode | What to fetch: "markets" = top coins ranked by market cap (full ~15-field rows); "search" = look up coins by name/symbol (lighter 6-field rows: id, name, symbol, marketCapRank, image, url — no price/marketCap/volume); "coins" = fetch specific coins by their CoinGecko id (full rows). | string |
vsCurrency | The fiat or crypto currency that prices, market cap and volume are quoted in, e.g. usd, eur, gbp, btc, eth. Used by Markets and Coins modes. | string |
query | Coin name or symbol to search for (only used in Search mode), e.g. "solana", "doge", "bitcoin". | string |
coinIds | List of CoinGecko coin ids to fetch (only used in Coins mode), e.g. ["bitcoin", "ethereum", "solana"]. The id is the slug from a coin's CoinGecko URL. | array |
maxItems | Maximum number of coins to return in Markets mode. The actor paginates 250 per request as needed. | integer |
notionConnector | Optional. Write each coin as a page into your Notion when the run finishes. Authorize a Notion connector once in Settings → API & Integrations → MCP connectors, then pick it here. Leave empty to skip (default) — results are always saved to the dataset regardless. | string |
notionParentId | Optional. The Notion data source ID of the database to write into (only used if a Notion connector is set). Leave empty to create the pages privately in your workspace instead. | string |
What you get
A structured dataset — each result includes fields like:
athathDateatlchange24hPctchange7dPctcirculatingSupplyidimagemarketCapmarketCapRanknamepricesymbolurlExport every run as JSON, CSV or Excel, or send it to your app, a database, Google Sheets, or an AI agent.
More use cases for CoinGecko Crypto Market Scraper
Top 100 Crypto by Market Cap to CSV - CoinGecko
Ranked top 100 coins from CoinGecko with price, 24h and 7d change, volume, circulating supply, and ATH. Export the market cap table to CSV or JSON.
Bitcoin & Ethereum Price API - CoinGecko Scraper
Live BTC and ETH price, market cap, 24h volume, and price change pulled from CoinGecko by coin id - no API key required.