LandWatch Price-per-Acre & Zoning Scraper avatar

LandWatch Price-per-Acre & Zoning Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
LandWatch Price-per-Acre & Zoning Scraper

LandWatch Price-per-Acre & Zoning Scraper

Extract land listings from LandWatch (Land.com network) -- title, county/state, acreage, price-per-acre, zoning/property type, and listing broker contact info.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

xtractoo

xtractoo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Pull raw-land listings from LandWatch (the Land.com network) into a clean dataset — property title, county & state, total acreage, price per acre, zoning / property type, and the listing broker's name, company, and phone.

Built for agricultural investors, solar-farm developers, and land arbitragers hunting mispriced acreage and zoning-conversion opportunities.

Why use this actor

  • No account, no login, no API key required.
  • Price-per-acre on every listing — pulled straight from the source (and computed from price ÷ acreage as a fallback), so you can rank deals by $/acre instantly.
  • Zoning / property type for each parcel — Farms & Ranches (agricultural), Timberland, Commercial, Homesite/Residential, Recreational, Hunting, Waterfront, and more.
  • Listing broker contact — name, company, phone, and profile link for direct outreach.
  • Filter by state and zoning — e.g. all timberland in Montana, or commercial land in Texas.
  • Polite by design — randomized human-paced delays between requests; US-based residential addresses only.
  • Stable JSON output suitable for pipelines, spreadsheets, or a database — download as JSON, CSV, or Excel.

How it works

  1. You pick what to collect — e.g. { "states": ["Texas"], "zoningTypes": ["agricultural"] }. Leave both empty for all US land.
  2. The actor reads each search page's structured listing data — title, location, acreage, price-per-acre, zoning, and broker — and walks through the result pages one at a time, pausing politely between requests.
  3. Results stream into your dataset, ready to download as JSON, CSV, or Excel.

You don't manage any of the fetching, paging, retrying, or pacing — just set your search and press Run.

Input

All fields are pre-filled in Apify Console, so you can press Run immediately.

{
"states": ["Texas"],
"zoningTypes": ["agricultural"],
"maxItems": 100,
"maxPages": 50,
"maxRetries": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
FieldTypeDescription
statesarrayUS states to scrape (e.g. ["Texas","Montana"]). Empty = all US land.
zoningTypesarrayZoning / property types: agricultural (farms & ranches), commercial, residential (homesites), timberland, undeveloped, recreational, hunting, waterfront, lakefront, riverfront, horse. Empty = all types.
searchUrlsarrayAdvanced: raw LandWatch search paths to start from (e.g. /montana-land-for-sale/timberland-property). Overrides states+zoningTypes.
maxItemsintegerSoft cap on rows emitted. 0 = unlimited. Default 100.
maxPagesintegerSafety ceiling on result pages (25 listings each) per search. Default 50.
maxRetriesintegerRetries per request before giving up. Default 5.
proxyConfigurationobjectRequired. US residential addresses are needed for this source; the actor defaults to and enforces US.

Output

Real sample (one record, verbatim; raw omitted for brevity):

{
"source": "landwatch",
"sourceId": "423622090",
"url": "https://www.landwatch.com/zavala-county-texas-farms-and-ranches-for-sale/pid/423622090",
"title": "The North Ranch",
"location": {
"city": "La Pryor",
"county": "Zavala County",
"state": "Texas",
"stateAbbreviation": "TX",
"zip": "78872",
"lat": 29.036884,
"lng": -99.797512
},
"acres": 10692,
"acresDisplay": "10,692 acres",
"price": 63618090,
"priceDisplay": "$63,618,090",
"currency": "USD",
"pricePerAcre": 5950.06,
"zoningTypes": ["Farms and Ranches", "Recreational Property", "Hunting Property", "Riverfront Property", "Waterfront Property"],
"propertyTypesLabel": "Farms and Ranches, Recreational Property, Hunting Property, Riverfront Property, Waterfront Property",
"broker": {
"name": "Howard W. Hood",
"company": "Hood Real Estate Inc",
"phone": "(830) 293-4134",
"profileUrl": "https://www.landwatch.com/profile/howard-w-hood/39718"
},
"status": 1,
"listingLevel": "Signature Partner",
"hasHouse": false,
"imageCount": 89,
"_source": "S1-ssr",
"_scrapedAt": "2026-05-29T17:31:12Z"
}
FieldTypeDescription
sourcestringAlways "landwatch".
sourceIdstringLandWatch property ID.
urlstringPublic listing page.
titlestringListing title (e.g. "The North Ranch").
locationobjectcity, county, state, stateAbbreviation, zip, lat, lng.
acres / acresDisplaynumber / stringTotal acreage (numeric and formatted).
price / priceDisplaynumber / stringList price in USD (numeric and formatted).
pricePerAcrenumberPrice per acre — from source, or computed price ÷ acres.
zoningTypesarrayProperty/zoning categories for the parcel.
propertyTypesLabelstringThe same categories as a single label.
brokerobjectname, company, phone, profileUrl.
status / listingLevelnumber / stringListing status code and promotional tier.
hasHouse / beds / baths / homeSqftbool / numberDwelling details, when the parcel includes a home.
imageCountnumberNumber of listing photos.
rawobjectThe full upstream listing node (image IDs and map polylines trimmed for size).
_source / _scrapedAtstringStrategy tag and UTC collection time.

Use cases

  • Price-per-acre arbitrage — pull a state's full inventory, sort by pricePerAcre within a zoning type, and surface parcels priced well below the county median.
  • Solar / wind site sourcing — filter large agricultural or undeveloped parcels by acreage and location, then hand brokers a ready call list (broker.phone).
  • Timberland & ag fund screening — collect timberland or farms-ranches listings across multiple states and feed acres + pricePerAcre + location into your valuation model.
  • Zoning-conversion plays — compare commercial vs residential vs agricultural price-per-acre in the same county to spot rezoning upside.
  • Broker / market intelligence — aggregate by broker.company and county to map who controls inventory and how pricing trends over time.
  • Lead lists for outreach — every record carries direct broker contact, so the dataset doubles as a prospecting list for buyers' agents and acquisition teams.

Other real-estate actors

Part of the same Apify real-estate collection — every actor emits stable JSON you can union downstream:

ActorWhat it does
Zillow All-in-One ScraperMap-area and search-results listings with full property details.
Realtor.com All-in-One ScraperAgent-listed homes, details, photos, agents, price & tax history.
FSBO.com Lead ExtractorFor-sale-by-owner seller leads with direct property + owner details.
Auction.com Foreclosure ScraperUpcoming foreclosure & bank-owned auctions with schedule, value, and status.
PropertyFinder Off-Plan TrackerDubai/UAE off-plan & new projects with developer, handover, price & payment plans.
LandWatch Price-per-Acre Scraperthis actorRaw-land listings with acreage, price-per-acre, zoning, and broker contact.