# North Carolina USDA cash grain price extractor

**Use case:** 

Extract North Carolina corn, soybean, and wheat cash bids by elevator, processor, region, basis, price, freight, and delivery month.

## Input

```json
{
  "reportSlugs": [],
  "reportUrls": [
    {
      "url": "https://www.ams.usda.gov/mnreports/ams_3156.pdf"
    }
  ],
  "maxReports": 1,
  "maxRows": 75,
  "includeCashBids": true,
  "includeFuturesSettlements": false
}
```

## Output

```json
{
  "reportDate": {
    "label": "Report date",
    "format": "date"
  },
  "commodity": {
    "label": "Commodity"
  },
  "grade": {
    "label": "Grade"
  },
  "facilityClass": {
    "label": "Facility class"
  },
  "region": {
    "label": "Region"
  },
  "location": {
    "label": "Location"
  },
  "saleType": {
    "label": "Sale type"
  },
  "basis": {
    "label": "Basis",
    "format": "number"
  },
  "basisUnit": {
    "label": "Basis unit"
  },
  "basisChangeDirection": {
    "label": "Basis direction"
  },
  "basisChange": {
    "label": "Basis change",
    "format": "number"
  },
  "cashPricePerBushel": {
    "label": "Cash $/bu",
    "format": "number"
  },
  "priceChangeDirection": {
    "label": "Price direction"
  },
  "priceChange": {
    "label": "Price change",
    "format": "number"
  },
  "averagePrice": {
    "label": "Average",
    "format": "number"
  },
  "yearAgoPrice": {
    "label": "Year ago",
    "format": "number"
  },
  "freight": {
    "label": "Freight"
  },
  "delivery": {
    "label": "Delivery"
  },
  "reportUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA Cash Grain Bids Scraper](https://apify.com/automation-lab/usda-cash-grain-bids-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/usda-cash-grain-bids-scraper) to learn more, explore other use cases, and run it yourself.