# TwelveData Market Data Scraper

**Use case:** 

Scrape a quick sample of TwelveData public market data. Fast preview of available financial market records.

## Input

```json
{
  "maxItems": 5
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "exchange": {
    "label": "Exchange",
    "format": "text"
  },
  "mic_code": {
    "label": "Mic code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Twelve Data Public Scraper | Free Market Endpoints Export](https://apify.com/parseforge/twelvedata-public-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/twelvedata-public-scraper) to learn more, explore other use cases, and run it yourself.