# Btcusd Bitstamp Market Data

**Use case:** 

Explore btcusd with Bitstamp Market Data Scraper - Crypto Ticker. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "pair": "btcusd",
  "maxResults": 3
}
```

## Output

```json
{
  "timestamp": {
    "label": "Timestamp",
    "format": "date"
  },
  "open": {
    "label": "Open",
    "format": "text"
  },
  "high": {
    "label": "High",
    "format": "text"
  },
  "low": {
    "label": "Low",
    "format": "text"
  },
  "last": {
    "label": "Last",
    "format": "text"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "vwap": {
    "label": "Vwap",
    "format": "text"
  },
  "bid": {
    "label": "Bid",
    "format": "text"
  },
  "ask": {
    "label": "Ask",
    "format": "text"
  },
  "percent_change_24h": {
    "label": "Percent Change 24H",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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