# USDA Dairy Market Prices Scraper

**Use case:** 

Collect USDA dairy market news reports with milk, butter and cheese prices. Structured, up-to-date data pulled directly from USDA Market News.

## Input

```json
{
  "maxItems": 5,
  "reportType": "dairy"
}
```

## Output

```json
{
  "reportTitle": {
    "label": "Report Title",
    "format": "text"
  },
  "slugName": {
    "label": "Slug Name",
    "format": "text"
  },
  "slugId": {
    "label": "Slug Id",
    "format": "number"
  },
  "marketType": {
    "label": "Market Type",
    "format": "text"
  },
  "marketTypeCategory": {
    "label": "Market Type Category",
    "format": "text"
  },
  "officeName": {
    "label": "Office Name",
    "format": "text"
  },
  "officeCode": {
    "label": "Office Code",
    "format": "text"
  },
  "officeCity": {
    "label": "Office City",
    "format": "text"
  },
  "officeState": {
    "label": "Office State",
    "format": "text"
  },
  "marketLocationName": {
    "label": "Market Location Name",
    "format": "text"
  },
  "marketLocationCity": {
    "label": "Market Location City",
    "format": "text"
  },
  "marketLocationState": {
    "label": "Market Location State",
    "format": "text"
  },
  "reportDate": {
    "label": "Report Date",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA Market News Scraper - Livestock, Grain & Commodity Prices](https://apify.com/parseforge/usda-market-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usda-market-news-scraper) to learn more, explore other use cases, and run it yourself.