# Search architecture firms on Procore

**Use case:** 

Scrape architecture firms from Procore Network. Export company details, project types, regions, and profile URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://network.procore.com/search?q=architect"
    }
  ],
  "maxItems": 10,
  "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.