# Coinbase Products sample export

**Use case:** 

Run a ready-made Coinbase Products example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: coinbase-products-scraper

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "post_only": {
    "label": "Post Only",
    "format": "text"
  },
  "limit_only": {
    "label": "Limit Only",
    "format": "text"
  },
  "cancel_only": {
    "label": "Cancel Only",
    "format": "text"
  },
  "auction_mode": {
    "label": "Auction Mode",
    "format": "text"
  },
  "display_name": {
    "label": "Display Name",
    "format": "text"
  },
  "base_currency": {
    "label": "Base Currency",
    "format": "text"
  },
  "fx_stablecoin": {
    "label": "Fx Stablecoin",
    "format": "text"
  },
  "base_increment": {
    "label": "Base Increment",
    "format": "text"
  },
  "margin_enabled": {
    "label": "Margin Enabled",
    "format": "text"
  },
  "quote_currency": {
    "label": "Quote Currency",
    "format": "text"
  },
  "status_message": {
    "label": "Status Message",
    "format": "text"
  },
  "quote_increment": {
    "label": "Quote Increment",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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