# Scrape Construction Dive commercial building articles

**Use case:** 

Extract commercial building news and analysis from Construction Dive topic pages for sector-specific construction intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.constructiondive.com/topic/commercial-building/"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "publishDate": {
    "label": "Published Date",
    "format": "text"
  },
  "subHeading": {
    "label": "Sub Heading",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Construction Dive Scraper](https://apify.com/lexis-solutions/constructiondive-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/constructiondive-com-scraper) to learn more, explore other use cases, and run it yourself.