# California Toll Brothers New Home Communities

**Use case:** 

Extract Toll Brothers New Home Communities data filtered by California. Export structured results ready for analysis, lead generation, or research.

## Input

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

## Output

```json
{
  "imageUrl": {
    "label": "Community Photo",
    "format": "image"
  },
  "title": {
    "label": "Community Name",
    "format": "text"
  },
  "url": {
    "label": "Community URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Toll Brothers New Home Communities Scraper](https://apify.com/parseforge/toll-brothers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/toll-brothers-scraper) to learn more, explore other use cases, and run it yourself.