# Search Procore Network for holding company listings

**Use case:** 

Extract Procore Network search results for holding keyword with company profiles, trades, and locations for construction lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://network.procore.com/search?q=holding"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Company ID",
    "format": "text"
  },
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "website": {
    "label": "Company website URL",
    "format": "link"
  },
  "businessTypes": {
    "label": "Business Types",
    "format": "array"
  },
  "constructionSectors": {
    "label": "Construction Sectors",
    "format": "array"
  },
  "services": {
    "label": "Services",
    "format": "array"
  }
}
```

## About this Actor

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