# Ontario HouseSigma Agents Scraper

**Use case:** 

Scrape Ontario HouseSigma agent profiles, languages, transaction counts, and profile URLs for realtor lead lists.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://housesigma.com/on/agents/ben-ghasemian/"
    }
  ],
  "provinces": [
    "ON"
  ],
  "areas": [
    "all"
  ],
  "languages": [
    "all"
  ],
  "maxItems": 100,
  "enrichProfiles": true
}
```

## Output

```json
{
  "agentId": {
    "label": "Agent ID"
  },
  "name": {
    "label": "Name"
  },
  "designation": {
    "label": "Designation"
  },
  "province": {
    "label": "Province"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "languages": {
    "label": "Languages"
  },
  "homesSold": {
    "label": "Homes sold"
  },
  "activeListings": {
    "label": "Active listings"
  },
  "homesToured": {
    "label": "Homes toured"
  },
  "topCities": {
    "label": "Top cities"
  },
  "propertyTypes": {
    "label": "Property types"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "link"
  },
  "about": {
    "label": "About"
  },
  "contactMessage": {
    "label": "Contact message"
  },
  "metaTitle": {
    "label": "Meta title"
  },
  "metaDescription": {
    "label": "Meta description"
  },
  "source": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [HouseSigma Agents Scraper](https://apify.com/automation-lab/housesigma-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/housesigma-agents-scraper) to learn more, explore other use cases, and run it yourself.