# CFTC COT Report   Futures Positioning Data — Full Export

**Use case:** 

Scrape the full cftc cot report - futures positioning data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract cftc cot report - futures positioning data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "reportType": "legacy_combined",
  "commodityName": "",
  "marketCode": "",
  "reportDateFrom": "",
  "reportDateTo": "",
  "socrataAppToken": "***",
  "maxItems": 200
}
```

## Output

```json
{
  "report_date": {
    "label": "Report Date",
    "format": "string"
  },
  "commodity_name": {
    "label": "Commodity Name",
    "format": "string"
  },
  "commodity_group_name": {
    "label": "Commodity Group Name",
    "format": "string"
  },
  "contract_market_name": {
    "label": "Contract Market Name",
    "format": "string"
  },
  "report_type": {
    "label": "Report Type",
    "format": "string"
  },
  "report_schema": {
    "label": "Report Schema",
    "format": "string"
  },
  "open_interest_all": {
    "label": "Open Interest All",
    "format": "number"
  },
  "change_in_open_interest_all": {
    "label": "Change In Open Interest All",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [CFTC COT Report Scraper - Futures Positioning Data](https://apify.com/jungle_synthesizer/cftc-cot-positions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/cftc-cot-positions-scraper) to learn more, explore other use cases, and run it yourself.