# Cheap Land Under $50,000

**Use case:** 

Budget land listings across several states in one run: asking price, acreage, price per acre, county, GPS and broker phone. CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "locations": [
    "Texas",
    "New Mexico",
    "Arizona"
  ],
  "propertyType": "any",
  "availability": "available",
  "minPrice": 0,
  "maxPrice": 50000,
  "minAcres": 0,
  "maxAcres": 0,
  "minBeds": 0,
  "hasResidence": "any",
  "mineralRights": false,
  "ownerFinancing": false,
  "activity": "any",
  "maxResults": 25,
  "includeDetails": false,
  "propertyUrls": [],
  "searchUrls": []
}
```

## Output

```json
{
  "propertyId": {
    "label": "🆔 Property ID",
    "format": "number"
  },
  "listingId": {
    "label": "🔖 Listing ID",
    "format": "number"
  },
  "propertyTitle": {
    "label": "🏷️ Title",
    "format": "string"
  },
  "url": {
    "label": "🔗 Property URL",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "number"
  },
  "priceText": {
    "label": "💵 Price (formatted)",
    "format": "string"
  },
  "acres": {
    "label": "📐 Acres",
    "format": "number"
  },
  "acresText": {
    "label": "📏 Acres (formatted)",
    "format": "string"
  },
  "pricePerAcre": {
    "label": "💲 Price per acre",
    "format": "number"
  },
  "propertyTypes": {
    "label": "🏞️ Property types",
    "format": "array"
  },
  "propertyTypesText": {
    "label": "🗂️ Property types (text)",
    "format": "string"
  },
  "listingStatus": {
    "label": "📌 Status",
    "format": "string"
  },
  "address": {
    "label": "🏠 Address",
    "format": "string"
  },
  "city": {
    "label": "🏙️ City",
    "format": "string"
  },
  "county": {
    "label": "🗺️ County",
    "format": "string"
  },
  "countyFips": {
    "label": "🔢 County FIPS",
    "format": "number"
  },
  "region": {
    "label": "🧭 Region",
    "format": "string"
  },
  "state": {
    "label": "🇺🇸 State",
    "format": "string"
  },
  "stateCode": {
    "label": "🔤 State code",
    "format": "string"
  },
  "zip": {
    "label": "📮 ZIP",
    "format": "string"
  },
  "latitude": {
    "label": "🌐 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🌐 Longitude",
    "format": "number"
  },
  "beds": {
    "label": "🛏️ Bedrooms",
    "format": "number"
  },
  "baths": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "halfBaths": {
    "label": "🚻 Half baths",
    "format": "number"
  },
  "homeSqft": {
    "label": "🏡 Home sq ft",
    "format": "number"
  },
  "hasHouse": {
    "label": "🏠 Has residence",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "imageUrls": {
    "label": "📸 All photos",
    "format": "array"
  },
  "imageCount": {
    "label": "🔢 Photo count",
    "format": "number"
  },
  "hasVideo": {
    "label": "🎥 Has video",
    "format": "boolean"
  },
  "hasVirtualTour": {
    "label": "🕶️ Has virtual tour",
    "format": "boolean"
  },
  "brokerName": {
    "label": "🧑‍💼 Agent",
    "format": "string"
  },
  "brokerCompany": {
    "label": "🏢 Brokerage",
    "format": "string"
  },
  "brokerPhone": {
    "label": "📞 Agent phone",
    "format": "string"
  },
  "brokerUrl": {
    "label": "👤 Agent profile",
    "format": "string"
  },
  "brokerCity": {
    "label": "📍 Agent city",
    "format": "string"
  },
  "brokerState": {
    "label": "🗺️ Agent state",
    "format": "string"
  },
  "brokerWebsite": {
    "label": "🌐 Agent website",
    "format": "string"
  },
  "listedDate": {
    "label": "📅 Listed",
    "format": "string"
  },
  "lastUpdated": {
    "label": "🔄 Updated",
    "format": "string"
  },
  "priceChangeAmount": {
    "label": "📉 Price change",
    "format": "number"
  },
  "priceChangePercentage": {
    "label": "📊 Price change %",
    "format": "number"
  },
  "listingTier": {
    "label": "⭐ Listing tier",
    "format": "string"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "string"
  },
  "fullDescription": {
    "label": "📖 Full description",
    "format": "string"
  },
  "highlights": {
    "label": "✨ Highlights",
    "format": "array"
  },
  "mineralsAvailable": {
    "label": "⛏️ Minerals available",
    "format": "array"
  },
  "oilGasOwnedPercent": {
    "label": "🛢️ Oil & gas owned %",
    "format": "number"
  },
  "waterRightsPercent": {
    "label": "💧 Water rights %",
    "format": "number"
  },
  "windRightsPercent": {
    "label": "💨 Wind rights %",
    "format": "number"
  },
  "surfaceRights": {
    "label": "🪨 Surface rights",
    "format": "array"
  },
  "roadFrontage": {
    "label": "🛣️ Road frontage",
    "format": "array"
  },
  "topography": {
    "label": "⛰️ Topography",
    "format": "array"
  },
  "presentUse": {
    "label": "🌾 Present use",
    "format": "array"
  },
  "proposedUse": {
    "label": "📋 Proposed use",
    "format": "array"
  },
  "activities": {
    "label": "🎯 Activities",
    "format": "array"
  },
  "gameSpecies": {
    "label": "🦌 Game species",
    "format": "array"
  },
  "utilities": {
    "label": "🔌 Utilities",
    "format": "array"
  },
  "waterFeatures": {
    "label": "🏞️ Water features",
    "format": "array"
  },
  "lotDescription": {
    "label": "🗺️ Lot description",
    "format": "array"
  },
  "agriculturalUses": {
    "label": "🚜 Agricultural uses",
    "format": "array"
  },
  "housingType": {
    "label": "🏘️ Housing type",
    "format": "array"
  },
  "financingOptions": {
    "label": "🤝 Financing options",
    "format": "array"
  },
  "isIrrigated": {
    "label": "💦 Irrigated",
    "format": "boolean"
  },
  "amenities": {
    "label": "🗂️ All amenities",
    "format": "object"
  },
  "priceHistory": {
    "label": "📈 Price history",
    "format": "array"
  },
  "documents": {
    "label": "📎 Plats & documents",
    "format": "array"
  },
  "parcelId": {
    "label": "🧾 Parcel ID",
    "format": "string"
  },
  "mlsId": {
    "label": "🏷️ MLS ID",
    "format": "string"
  },
  "externalListingUrl": {
    "label": "🔗 Broker listing page",
    "format": "string"
  },
  "mapUrl": {
    "label": "🗺️ Interactive map",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔎 Searched URL",
    "format": "string"
  },
  "searchLocation": {
    "label": "📍 Searched location",
    "format": "string"
  },
  "source": {
    "label": "📡 Source",
    "format": "string"
  },
  "country": {
    "label": "🌎 Country",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Error reason",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/landwatch-property-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
