{
  "openapi": "3.0.1",
  "info": {
    "title": "CoinMarketCap Scraper",
    "description": "CoinMarketCap Scraper extracts key cryptocurrency data like market cap, price trends, and volume. Filter by DeFi, NFT, or gaming categories and platforms. View prices in various currencies and sort by metrics. Ideal for crypto investors seeking deep market insights and portfolio tracking.",
    "version": "0.0",
    "x-build-id": "EVK3VxRGZdxyhD1h4"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/muhammetakkurtt~coinmarketcap-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-muhammetakkurtt-coinmarketcap-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/muhammetakkurtt~coinmarketcap-scraper/runs": {
      "post": {
        "operationId": "runs-sync-muhammetakkurtt-coinmarketcap-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/muhammetakkurtt~coinmarketcap-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-muhammetakkurtt-coinmarketcap-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": [
          "start",
          "limit"
        ],
        "properties": {
          "start": {
            "title": "Start Position",
            "minimum": 1,
            "type": "integer",
            "description": "Starting position in the cryptocurrency list (1 is the highest ranked)",
            "default": 1
          },
          "limit": {
            "title": "Number of Results",
            "minimum": 1,
            "maximum": 20000,
            "type": "integer",
            "description": "Maximum number of cryptocurrencies to fetch",
            "default": 100
          },
          "sortBy": {
            "title": "Sort Criteria",
            "enum": [
              "market_cap",
              "volume_24h",
              "name",
              "symbol",
              "date_added",
              "market_cap_strict",
              "price",
              "circulating_supply",
              "total_supply",
              "max_supply",
              "num_market_pairs",
              "volume_7d",
              "volume_30d",
              "percent_change_1h",
              "percent_change_24h",
              "percent_change_7d"
            ],
            "type": "string",
            "description": "Criteria by which cryptocurrencies will be sorted",
            "default": "market_cap"
          },
          "sortType": {
            "title": "Sort Direction",
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Sort direction (ascending or descending)",
            "default": "desc"
          },
          "convert": {
            "title": "Currency",
            "enum": [
              "USD",
              "EUR",
              "TRY",
              "GBP",
              "JPY",
              "CNY",
              "KRW",
              "INR",
              "BTC",
              "ETH"
            ],
            "type": "string",
            "description": "Currency in which prices will be displayed",
            "default": "USD"
          },
          "cryptoType": {
            "title": "Crypto Currency Type",
            "enum": [
              "all",
              "coins",
              "tokens"
            ],
            "type": "string",
            "description": "Type of cryptocurrency to be listed",
            "default": "all"
          },
          "category": {
            "title": "Category",
            "enum": [
              "platform",
              "store-of-value",
              "atomic-swaps",
              "centralized-exchange",
              "collectibles-nfts",
              "decentralized-exchange-dex-token",
              "defi",
              "derivatives",
              "discount-token",
              "privacy",
              "bulletproofs",
              "mimblewimble",
              "mixer-coinjoin",
              "ringct",
              "zero-knowledge-proofs",
              "escrow",
              "interoperability",
              "masternodes",
              "oracles",
              "prediction-markets",
              "quantum-resistant",
              "reputation",
              "scaling",
              "state-channel",
              "sharding",
              "smart-contracts",
              "stablecoin",
              "algorithmic-stablecoin",
              "asset-backed-stablecoin",
              "staking",
              "timestamping",
              "dao",
              "wallet",
              "dapp",
              "substrate",
              "storage",
              "yield-farming",
              "amm",
              "social-token",
              "dex",
              "rebase",
              "tokenized-stock",
              "fan-token",
              "seigniorage",
              "yield-aggregator",
              "yearn-partnerships",
              "lp-tokens",
              "binance-launchpool",
              "social-money",
              "coinbase-ventures-portfolio",
              "three-arrows-capital-portfolio",
              "polychain-capital-portfolio",
              "layer-2",
              "rollups",
              "sidechain",
              "governance",
              "launchpad",
              "leverage-tokens",
              "binance-launchpad",
              "binance-labs-portfolio",
              "aave-tokens",
              "defi-index",
              "tourism",
              "options",
              "lending-borowing",
              "metaverse",
              "analytics",
              "polkastarter",
              "dao-maker",
              "arrington-xrp-capital-portfolio",
              "blockchain-capital-portfolio",
              "boostvc-portfolio",
              "cms-holdings-portfolio",
              "defiance-capital-portfolio",
              "coinfund-portfolio",
              "dcg-portfolio",
              "dragonfly-capital-portfolio",
              "electric-capital-portfolio",
              "fabric-ventures-portfolio",
              "framework-ventures-portfolio",
              "fenbushi-capital-portfolio",
              "galaxy-digital-portfolio",
              "hashkey-capital-portfolio",
              "kenetic-capital-portfolio",
              "huobi-capital-portfolio",
              "ledgerprime-portfolio",
              "alameda-research-portfolio",
              "a16z-portfolio",
              "1confirmation-portfolio",
              "winklevoss-capital-portfolio",
              "usv-portfolio",
              "placeholder-ventures-portfolio",
              "pantera-capital-portfolio",
              "multicoin-capital-portfolio",
              "parafi-capital",
              "paradigm-portfolio",
              "duckstarter",
              "poolz-finance-portfolio",
              "exnetwork-capital-portfolio",
              "trustswap-launchpad",
              "draper-venture-network-portfolio",
              "cross-chain-dex-aggregator",
              "mobile-payment",
              "red-packets",
              "hacken-foundation",
              "polkafoundry-red-kite",
              "superstarter",
              "genpad",
              "bounce-launchpad",
              "doggone-doggerel",
              "petrock-capital-portfolio",
              "play-to-earn",
              "icetea-labs",
              "token",
              "launchzone",
              "posplus",
              "nftb-launchpad",
              "farastarter",
              "mvb",
              "bullperks-launchpad",
              "animoca-brands-portfolio",
              "lelantusmw",
              "k300-ventures-portfolio",
              "ferrum-network",
              "gains-associates",
              "magnus-capital-portfolio",
              "moon-knight-labs",
              "gaming-guild",
              "bluezilla",
              "defi-2",
              "protocol-owned-liquidity",
              "skyvision-capital-portfolio",
              "cross-chain",
              "vbc-ventures-portfolio",
              "spartan-group",
              "crypto-com-capital-portfolio",
              "okx-ventures-portfolio",
              "oxbull",
              "solrazr-launchpad",
              "kommunitas-launchpad",
              "seedify",
              "move-to-earn",
              "usd-stablecoin",
              "eur-stablecoin",
              "tokenized-gold",
              "open-source",
              "farming-as-a-service",
              "soccer",
              "liquid-staking-derivatives",
              "generative-ai",
              "real-world-assets-protocols",
              "circle-ventures-portfolio",
              "camelot-launchpad",
              "layer-1",
              "ftx-bankruptcy-estate",
              "iou",
              "nomad-capital",
              "telegram-bot",
              "jump-crypto",
              "gemini-frontier-fund",
              "shima-capital",
              "polygon-ventures-portfolio",
              "dwf-labs-portfolio",
              "sino-global-capital",
              "alleged-sec-securities",
              "celsius-bankruptcy-estate",
              "animal-racing",
              "discord-bots",
              "reddit-points",
              "friend-tech",
              "modular-blockchain",
              "brc-20",
              "standard-crypto-portfolio",
              "egirl-capital-portfolio",
              "account-abstraction",
              "data-availability",
              "inscriptions",
              "restaking",
              "rollups-as-a-service",
              "cat-themed",
              "erc-404",
              "dn-404",
              "blast-ecosystem",
              "cmc-crypto-awards-2024",
              "atomicals-ecosystem",
              "move-vm",
              "presale-memes",
              "cmc-community-vote-winners",
              "tokenfi-launchpad",
              "runes",
              "fiat-stablecoin",
              "rehypothecated-crypto",
              "cmc-labs",
              "political-memes",
              "intent",
              "celebrity-memes",
              "tap-to-earn",
              "tron-memes",
              "sun-pump-ecosystem",
              "hybrid-token-standard",
              "ai-memes",
              "ai-agents",
              "animal-memes",
              "pump-fun-ecosystem",
              "virtuals-protocol-ecosystem",
              "2017-2018-alt-season",
              "clanker-ecosystem",
              "terminal-of-truths",
              "hyperliquid-ecosystem",
              "zodiac-themed",
              "ip-memes",
              "binance-alpha",
              "ai-agent-launchpad",
              "defai",
              "cmc-crypto-yearbook-2024-2025",
              "made-in-america",
              "btcfi",
              "celeb-coins",
              "startup-memes",
              "moonshot",
              "binance-hodler-airdrops",
              "world-liberty-financial-portfolio",
              "quai-ecosystem",
              "us-strategic-crypto-reserve",
              "mobile-mining",
              "four-meme-ecosystem",
              "token-2022",
              "corn-ecosystem",
              "binance-megadrop",
              "binance-wallet-ido",
              "binance-alpha-airdrops",
              "bonk-ecosystem",
              "bonk-fun-ecosystem",
              "sonic-ecosystem",
              "internet-capital-markets",
              "binance-ecosystem",
              "believe-app-ecosystem",
              "binance-listing",
              "bittensor-ecosystem",
              "stablecoin-protocol",
              "peaq-ecosystem",
              "apertum-ecosystem",
              "tokenized-assets",
              "tokenized-commodities",
              "tokenized-etfs",
              "tokenized-treasury-bills",
              "tokenized-real-estate",
              "tokenized-silver",
              "tokenized-treasury-bonds",
              "xstocks-ecosystem",
              "cooking-city-ecosystem",
              "prestocks-ecosystem",
              "robotics"
            ],
            "type": "string",
            "description": "Category for filtering cryptocurrencies (if left blank, all will be included)"
          },
          "algorithm": {
            "title": "Algorithms",
            "enum": [
              "dag",
              "dbft",
              "dpor",
              "dpos",
              "hybrid-dpow-pow",
              "hybrid-pos-lpos",
              "hybrid-pos-pod",
              "hybrid-pos-pop",
              "hybrid-pos-pow-pot",
              "hybrid-pow-npos",
              "hybrid-pow-pom-posii",
              "hybrid-pow-pos",
              "lpos",
              "mfba",
              "poa",
              "pobh",
              "poc",
              "poi",
              "pop",
              "pos",
              "posign",
              "post",
              "pow",
              "powt",
              "scrypt-adaptive-n",
              "tpos",
              "multiple-algorithms",
              "1gb-aes-pattern-search",
              "argon2",
              "blake",
              "blake-14r",
              "blake256",
              "blake2b",
              "blake2s",
              "c11",
              "cloverhash",
              "cryptonight",
              "cryptonight-lite",
              "cuckoo-cycle",
              "dagger",
              "dagger-hashimoto",
              "equihash",
              "equihash-btg",
              "ethash",
              "groestl",
              "grostl-512",
              "hmq1725",
              "imesh",
              "keccak",
              "lyra2re",
              "lyra2rev2",
              "lyra2z",
              "m7-pow",
              "m7m",
              "mars",
              "myr-groestl",
              "neoscrypt",
              "nist5",
              "ouroboros",
              "phi1612",
              "pos-2",
              "pos-30",
              "proof-of-authority",
              "proof-of-biblehash",
              "quark",
              "qubit",
              "scrypt",
              "scrypt-n",
              "sha-256",
              "sha-512",
              "sha-256d",
              "sha-3",
              "shabal-256",
              "skein",
              "skunkhash",
              "skunkhash-v2-raptor",
              "time-travel",
              "whirlpool",
              "x11",
              "x11evo",
              "x11gost",
              "x13",
              "x13-bcd",
              "x14",
              "x15",
              "x16r",
              "x17",
              "xevan",
              "yescript",
              "zpool",
              "hybrid-pow-dpos",
              "sigma",
              "rpos",
              "parallel-evm"
            ],
            "type": "string",
            "description": "Consensus algorithm for cryptocurrencies"
          },
          "platform": {
            "title": "Platform",
            "enum": [
              "cosmos-ecosystem",
              "ethereum-ecosystem",
              "omni",
              "nxt",
              "counterparty",
              "bitshares",
              "komodo",
              "ardor",
              "nubits",
              "next-horizon",
              "ubiq",
              "xrp",
              "asset-backed-token",
              "waves",
              "stellar",
              "burst",
              "nem",
              "neo",
              "vechain",
              "qtum",
              "binance-coin",
              "eos",
              "icon",
              "cosmos",
              "bitcoin-cash",
              "pivx",
              "ontology-ecosystem",
              "nebulas-token",
              "tron-ecosystem",
              "rsk-smart-bitcoin",
              "iostoken",
              "wanchain",
              "html-coin",
              "neblio",
              "zeepin",
              "truechain",
              "phore",
              "int-chain",
              "v-systems",
              "teloscoin",
              "vite",
              "gxchain",
              "hive-blockchain",
              "yocoin",
              "stratis",
              "horizen",
              "polkadot",
              "binance-chain",
              "binance-smart-chain",
              "polkadot-ecosystem",
              "heco-ecosystem",
              "algorand-ecosystem",
              "avalanche-ecosystem",
              "solana-ecosystem",
              "wrapped-tokens",
              "synthetics",
              "eth-staking",
              "hedera-hashgraph-ecosystem",
              "chromia-ecosystem",
              "polygon-ecosystem",
              "fantom-ecosystem",
              "cardano-ecosystem",
              "terra-ecosystem",
              "tezos-ecosystem",
              "chiliz",
              "olympus-pro-ecosystem",
              "near-protocol-ecosystem",
              "arbitrum-ecosytem",
              "celo-ecosystem",
              "iotex-ecosystem",
              "zilliqa-ecosystem",
              "oktchain-ecosystem",
              "harmony-ecosystem",
              "moonriver-ecosystem",
              "cronos-ecosystem",
              "elrond-ecosystem",
              "cardano",
              "injective-ecosystem",
              "bnb-chain",
              "oasis-ecosystem",
              "moonbeam-ecosystem",
              "reef-chain",
              "xdc-ecosystem",
              "everscale-ecosystem",
              "metisdao-ecosystem",
              "velas-ecosystem",
              "doge-chain-ecosystem",
              "icp-ecosystem",
              "ethereum-pow-ecosysten",
              "internet-computer-ecosystem",
              "aptos-ecosystem",
              "sui-ecosystem",
              "optimism-ecosystem",
              "canto-ecosystem",
              "osmosis-ecosystem",
              "bitcoin-ecosystem",
              "filecoin-ecosystem",
              "berachain-ecosystem",
              "zksync-era-ecosystem",
              "treasure-magic-ecosystem",
              "pulsechain-ecosystem",
              "ergo-ecosystem",
              "kadena-ecosystem",
              "base-ecosystem",
              "linea-ecosystem",
              "sei-ecosystem",
              "toncoin-ecosystem",
              "x1-ecosystem",
              "paal-ecosystem",
              "multiversx-ecosystem",
              "eigenlayer-ecosystem"
            ],
            "type": "string",
            "description": "Blockchain platform on which the cryptocurrency is built"
          },
          "industry": {
            "title": "Industry",
            "enum": [
              "adult",
              "marketing",
              "agriculture",
              "asset-management",
              "commodities",
              "cybersecurity",
              "fashion",
              "art",
              "education",
              "energy",
              "events",
              "food-beverage",
              "gambling",
              "government",
              "hardware",
              "health",
              "hospitality",
              "retail",
              "manufacturing",
              "maritime",
              "marketplace",
              "media",
              "military",
              "philanthropy",
              "medium-of-exchange",
              "real-estate",
              "services",
              "sports",
              "logistics",
              "transport",
              "vr-ar",
              "communications-social-media",
              "ai-big-data",
              "enterprise-solutions",
              "distributed-computing",
              "loyalty",
              "content-creation",
              "crowdfunding",
              "crowdsourcing",
              "data-provenance",
              "e-commerce",
              "filesharing",
              "gaming",
              "entertainment",
              "identity",
              "iot",
              "jobs",
              "memes",
              "mobile",
              "music",
              "payments",
              "research",
              "luxury",
              "search-engine",
              "sharing-economy",
              "video",
              "geospatial-services",
              "insurance",
              "fiat",
              "software",
              "web3",
              "desci",
              "depin"
            ],
            "type": "string",
            "description": "Industry focus of the cryptocurrency project"
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}