# Historical Material Price Scraper

**Use case:** 

Collect historical construction material price trends for lumber and more. Analyze cost movements over time to forecast project budgets.

## Input

```json
{
  "mode": "historicalPrices",
  "productName": "Dimensional lumber, untreated",
  "region": "National",
  "maxItems": 3
}
```

## Output

```json
{
  "productId": {
    "label": "Product Id",
    "format": "number"
  },
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "productDescription": {
    "label": "Product Description",
    "format": "text"
  },
  "productType": {
    "label": "Product Type",
    "format": "text"
  },
  "tradeName": {
    "label": "Trade Name",
    "format": "text"
  },
  "tradeId": {
    "label": "Trade Id",
    "format": "number"
  },
  "groupId": {
    "label": "Group Id",
    "format": "number"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "currentDate": {
    "label": "Current Date",
    "format": "text"
  },
  "priceNortheast": {
    "label": "Price Northeast",
    "format": "number"
  },
  "priceSoutheast": {
    "label": "Price Southeast",
    "format": "number"
  },
  "priceMidwest": {
    "label": "Price Midwest",
    "format": "number"
  },
  "priceWest": {
    "label": "Price West",
    "format": "number"
  },
  "priceSouth": {
    "label": "Price South",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Procore Construction Material Prices Scraper](https://apify.com/parseforge/procore-construction-material-prices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/procore-construction-material-prices-scraper) to learn more, explore other use cases, and run it yourself.