# AIA Architect Finder in CA

**Use case:** 

Find and extract AIA Architect Finder in CA. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "CA",
  "maxItems": 10
}
```

## Output

```json
{
  "logoUrl": {
    "label": "🖼️ Logo URL",
    "format": "image"
  },
  "firmName": {
    "label": "🏢 Firm",
    "format": "text"
  },
  "principal": {
    "label": "👤 Principal",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "state": {
    "label": "🗺️ State",
    "format": "text"
  },
  "services": {
    "label": "🛠️ Services",
    "format": "array"
  },
  "employees": {
    "label": "👥 Employees",
    "format": "number"
  },
  "websiteUrl": {
    "label": "🔗 Website",
    "format": "link"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AIA Architect Finder Scraper](https://apify.com/parseforge/aia-architect-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/aia-architect-finder-scraper) to learn more, explore other use cases, and run it yourself.