# Regional Building Material Scraper

**Use case:** 

Pull current building material prices by US region, including the West. Compare regional lumber and material costs to sharpen local estimates.

## Input

```json
{
  "mode": "currentPrices",
  "productName": "Dimensional lumber, untreated",
  "region": "West",
  "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.