# All States LandWatch

**Use case:** 

Extract LandWatch data filtered by All States. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "alabama",
  "propertyType": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "acreage": {
    "label": "Acreage",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "brokerCompany": {
    "label": "Broker",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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