LandSearch Listing Scraper avatar

LandSearch Listing Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
LandSearch Listing Scraper

LandSearch Listing Scraper

Scrapes LandSearch rural land listings with titles, prices, acreage, locations, coordinates, listing types, and status. Optional detail enrichment adds descriptions, zoning, addresses, neighborhoods, and broker contact information for property research and lead generation.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Collects rural land and property listings from LandSearch. For each listing you get the title, price, acreage, listing format, location and coordinates, with optional full detail (description, zoning, address, broker) when enabled.

Input

FieldDefaultDescription
locationtexasLandSearch location slug taken from a search URL (e.g. texas, charlotte-county-fl, gray-court-sc). Leave empty for the newest listings nationwide.
listing_typeallall, sale, lease, or auction.
price_max0Max price in USD; 0 disables the filter.
include_detailstrueFetch each listing's full detail record (description, zoning, address, broker). Slower but richer.
limit20Max records to return (1–1000).
Proxy configurationOptionalOptional. Enable a US-based proxy for the most reliable results.

Output

Each record describes one land listing:

{
"id": 5489498,
"title": "0.23 Acres of Residential Land for Sale in Rotonda West, Florida",
"url": "https://www.landsearch.com/properties/129-white-marsh-ln-rotonda-west-fl-33947/5489498",
"price": 45000,
"size_acres": 0.23,
"format": "sale",
"status": "active",
"listed_at": "2026-08-15 00:00:00+00:00",
"locality": "Rotonda West",
"county": "Charlotte",
"state": "FL",
"state_name": "Florida",
"postal_code": "33947",
"longitude": -82.264826,
"latitude": 26.891574,
"total_images": 2,
"address": "129 White Marsh Ln",
"description": "BUILD YOUR DREAM HOME IN ROTONDA WEST! ...",
"zoning": "RSF5",
"broker_name": "...",
"broker_phone": "...",
"raw": { ... }
}

The address, description, zoning, neighborhood, broker_name, broker_phone and related detail fields are only populated when include_details is enabled.

Notes

  • Runs with empty input (defaults to Texas listings).
  • Enable a US-based proxy for the most reliable results.
  • Listing data is subject to LandSearch's terms of use; use responsibly and treat results as a point-in-time snapshot.