# Coinbase Exchange Products Scraper

**Use case:** 

Scrape online trading products from Coinbase Exchange with live ticker and 24h stats. Get pairs, prices and volume as structured JSON.

## Input

```json
{
  "quoteCurrency": "",
  "statusFilter": "online",
  "maxItems": 5,
  "fetchDetails": true,
  "sortBy": ""
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "base": {
    "label": "Base",
    "format": "text"
  },
  "quote": {
    "label": "Quote",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "tradingDisabled": {
    "label": "Trading Disabled",
    "format": "text"
  },
  "marginEnabled": {
    "label": "Margin Enabled",
    "format": "text"
  },
  "postOnly": {
    "label": "Post Only",
    "format": "text"
  },
  "limitOnly": {
    "label": "Limit Only",
    "format": "text"
  },
  "cancelOnly": {
    "label": "Cancel Only",
    "format": "text"
  },
  "auctionMode": {
    "label": "Auction Mode",
    "format": "text"
  },
  "fxStablecoin": {
    "label": "Fx Stablecoin",
    "format": "text"
  },
  "baseIncrement": {
    "label": "Base Increment",
    "format": "number"
  }
}
```

## About this Actor

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