Land and Farm Scraper — US Land, Farms & Ranches for Sale
Pricing
from $0.70 / 1,000 results
Land and Farm Scraper — US Land, Farms & Ranches for Sale
Scrape LandAndFarm.com rural real estate across the US. Extract price, acreage, price-per-acre, full address, description, photos and URL for land, farms, ranches and country homes. Filter by state or search URL. Export JSON/CSV/Excel for land investing and market research.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
Haketa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Extract structured rural real-estate data from LandAndFarm.com, one of the largest US marketplaces for land, farms, ranches, hunting property and country homes. Search by state — or paste any LandAndFarm search URL — and get clean, ready-to-use records for every listing: price, acreage, price-per-acre, full address, description, photos and listing URL.
No code, no login, no API key. Run it from the Apify Console, on a schedule, or from your own app via the API. Results download as JSON, CSV, Excel, HTML or XML, or sync straight into Google Sheets, Airtable, Make, Zapier and n8n.
🌾 Built for land investing & market research. Every listing includes acreage and an auto-calculated price-per-acre — the metric land investors and appraisers actually compare on.
📋 What this scraper does
LandAndFarm lists hundreds of thousands of rural properties across all 50 states. This actor turns a search into a clean, structured dataset you can analyse, monitor or feed into another system.
Give it one or more states (for example Texas, Montana, Colorado), and it will:
- ✅ Collect every listing from the search results, page after page
- ✅ Return the numeric price and a formatted price string
- ✅ Parse the acreage and compute price-per-acre automatically
- ✅ Break out the full location — street, city, state, ZIP and country
- ✅ Capture the listing description, main photo and detail-page URL
- ✅ De-duplicate every property by its listing URL
Because the data comes straight from the page's structured data, runs are fast, cheap and reliable — hundreds of listings in seconds.
⭐ Why choose this scraper
- Price-per-acre, done for you. The single most important land metric, computed on every listing so you can compare properties instantly.
- Clean, structured location. Street, city, state and ZIP as separate fields for mapping and county-level analysis.
- Whole-market coverage. Land, farms, ranches, hunting land and country homes across every US state.
- Fast and economical. Pure structured-data extraction — a few hundred listings finish in seconds at very low cost.
- Underserved niche. Rural-land data is rarely available in clean, structured form — perfect for a differentiated data product.
💡 Popular use cases
| Use case | How this scraper helps |
|---|---|
| Land investing | Compare price-per-acre across counties and states to spot undervalued parcels. |
| Market research | Measure supply, median price and $/acre for any rural market. |
| Appraisal & comps | Build comparable-sales lists by location and acreage. |
| Farm & ranch sourcing | Find farms, ranches and hunting land matching size and budget. |
| Real-estate analytics | Feed a clean rural-property feed into BI tools, dashboards or a database. |
| Lead & deal flow | Track new listings by state for acquisition pipelines. |
🚀 Quick start
- Open the actor in the Apify Console.
- In States, enter one or more states, e.g.
Texas,Colorado. - Set Max items (default 100) and click Start.
- Download your data from the Storage → Dataset tab.
For farms, ranches, country homes, a county, or price/acreage filters, build the search on landandfarm.com and paste the URL into Start URLs instead.
⚙️ Input
| Field | Type | Description |
|---|---|---|
| States | array | US states to scrape (land for sale), e.g. ["Texas", "Montana"]. |
| Start URLs | array | Paste full LandAndFarm search URLs to scrape directly — the best way to target farms, ranches, homes, a county, or price/acreage filters. Overrides States. |
| Max items | integer | Maximum number of listings to collect. Default 100. |
| Proxy | object | Apify Proxy (US) is recommended and on by default. |
Example 1 — By state
{ "states": ["Texas", "Oklahoma"], "maxItems": 300 }
Example 2 — Farms in a state (Start URL)
{"startUrls": ["https://www.landandfarm.com/search/farms-for-sale/texas/"],"maxItems": 200}
Example 3 — Filtered search (build on the site, paste the URL)
{"startUrls": ["https://www.landandfarm.com/search/montana-land-for-sale/"],"maxItems": 500}
📦 Output
Each listing becomes one dataset record:
{"listingId": "35226642","title": "758 acres, Hondo, TX 78861","price": 15995000,"priceText": "$15,995,000","acres": 758,"pricePerAcre": 21102,"streetAddress": null,"city": "Hondo","state": "TX","zipCode": "78861","country": "US","description": "Two Creeks Ranch — a premier hunting and cattle ranch with...","imageUrl": "https://assets.landandfarm.com/resizedimages/...","url": "https://www.landandfarm.com/property/two-creeks-ranch-35226642/","searchLocation": "Texas","scrapedAt": "2026-07-01T12:43:00.000Z"}
Output fields
| Field | Description |
|---|---|
listingId | LandAndFarm listing ID. |
title | Listing title (acreage + address). |
price | Price as a number, in USD. null when the listing has no public price. |
priceText | Formatted price. |
acres | Lot size in acres. |
pricePerAcre | Price divided by acreage (USD/acre). |
streetAddress / city / state / zipCode / country | Full location. |
description | Listing description. |
imageUrl | Main photo. |
url | Listing detail page. |
searchLocation | The state or URL that produced this record. |
scrapedAt | Extraction timestamp. |
🗺️ Popular states for land & farm data
Land investing and rural-property demand is strongest in these states — all supported directly via the States field:
| State | Typical use |
|---|---|
| Texas | Ranches, hunting land, recreational acreage — the largest US land market. |
| Montana | Large ranches, timberland and recreational land. |
| Colorado | Mountain land, ranches and recreational parcels. |
| Florida | Farmland, groves and development land. |
| Tennessee | Farms, homesteads and hunting land. |
| Oklahoma | Ranch land and mineral-rights acreage. |
| Georgia | Timberland, farms and hunting tracts. |
| Missouri / Arkansas | Affordable farmland and recreational land. |
| California | Vineyards, orchards and agricultural land. |
| Kentucky | Horse farms, cattle land and homesteads. |
You can run several states in a single job — each is paginated and de-duplicated automatically.
🌲 Property types you can collect
LandAndFarm spans the full rural spectrum. The States field targets land-for-sale; for the rest, paste a site search URL into Start URLs:
- Raw / vacant land — undeveloped parcels by the acre
- Farms — cropland, pasture, orchards, groves and dairies
- Ranches — cattle, horse and mixed-use ranches
- Hunting land — recreational and hunting tracts
- Timberland — forested and investment timber parcels
- Country homes — rural homes on acreage
- Waterfront & recreational — lakefront, riverfront and recreational property
📈 What you can analyze
- Price-per-acre benchmarks by county, state or property type
- Supply trends — how many parcels are on the market and at what size
- Undervalued parcels — sort by
pricePerAcreto surface deals - Comparable sales — build comps by location and acreage
- Market entry — size a rural market before buying or listing
🧭 Tips for best results
- Compare on price-per-acre, not just price — it normalises across parcel sizes and is the field investors sort on.
- Use Start URLs for anything beyond land-for-sale — farms, ranches, country homes, counties and price/acreage filters are all preserved in the site URL.
- Scale by state: run multiple states in one run; each is paginated automatically.
- Rural addresses: many land parcels have no street address (only city/county) — that's normal for raw land, and city/state/ZIP are still captured.
🔌 Integrations & export
- Download formats: JSON, CSV, Excel, HTML, XML, RSS.
- Google Sheets / Airtable / Make / Zapier / n8n: push results automatically after each run.
- API: start runs and fetch data with the Apify API or the JavaScript / Python clients.
- Scheduling: run weekly to track new rural listings and price movements over time.
Run via API (example)
curl -X POST "https://api.apify.com/v2/acts/YOUR~landandfarm-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ "states": ["Texas"], "maxItems": 200 }'
❓ FAQ
Do I need an account or API key? No. You only need an Apify account.
How is price-per-acre calculated? It's the listing price divided by its acreage, computed for every listing that has both values.
Can I scrape farms and ranches too? Yes — build that search on landandfarm.com and paste the URL into Start URLs. The States field targets land-for-sale.
Why do some listings have no street address? Raw land often has no street number — only a city and county. The scraper still captures city, state and ZIP.
Does it return duplicates? No. Every listing is de-duplicated by its URL within a run.
⚖️ Legal & responsible use
This actor collects publicly available information from LandAndFarm.com listing pages — the same data any visitor can see. It does not bypass logins or access private data.
You are responsible for how you use the data. Please respect LandAndFarm's Terms of Use and applicable law, and use the data for lawful purposes such as market research, analytics and property analysis.
🛟 Support
Need a field added or hit an issue? Open a ticket from the actor's Issues tab and include your input configuration — most requests are quick to address.
Happy land hunting! 🌾
📅 Changelog & Maintenance
Last updated: 2026-07-02 — Actor verified and maintained. Data pipeline tested for quality, structure and freshness; selectors/endpoints confirmed against the live site.