# Btc Coinbase Market Data

**Use case:** 

Explore BTC with Coinbase Market Data Scraper - Trading Products. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "BTC",
  "maxResults": 3
}
```

## Output

```json
{
  "product_id": {
    "label": "Product Id",
    "format": "text"
  },
  "display_name": {
    "label": "Display Name",
    "format": "text"
  },
  "base_currency": {
    "label": "Base Currency",
    "format": "text"
  },
  "quote_currency": {
    "label": "Quote Currency",
    "format": "text"
  },
  "base_increment": {
    "label": "Base Increment",
    "format": "text"
  },
  "quote_increment": {
    "label": "Quote Increment",
    "format": "text"
  },
  "min_market_funds": {
    "label": "Min Market Funds",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "trading_disabled": {
    "label": "Trading Disabled",
    "format": "text"
  },
  "auction_mode": {
    "label": "Auction Mode",
    "format": "text"
  },
  "product_type": {
    "label": "Product Type",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Coinbase Market Data Scraper - Trading Products](https://apify.com/benthepythondev/coinbase-market-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/coinbase-market-data-scraper) to learn more, explore other use cases, and run it yourself.