LandWatch Scraper
parseforge/landwatch-scraper
Real estateDeveloper toolsAutomation
Scrapes LandWatch land listings by state, property type, price, and acreage. Returns each listing as a flat row with price, acres, location, and broker contact.
- Total users
- 52
- Monthly active
- 8
- Total runs
- 989
- Bookmarked
- 2
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview
LandWatch Scraper
Scrape LandWatch listings for farms, ranches, and undeveloped land across all 50 states, up to a million per run. Every listing returns price, acreage, property type, location, and broker contact details. Export to CSV, JSON, Excel, or XML.
LandWatch lists rural properties that rarely appear on generic real estate portals. Manually copying listing data from state to state is slow and error-prone. This actor reads the public search results directly, applies your filters for state, property type, price, and acreage, and returns each match in one consistent row.
| Who uses it | What they scrape LandWatch for |
|---|---|
| Land investors | Screen hundreds of listings at once for parcels that meet their exact acreage and price criteria. |
| Real estate agents | Build a prospecting list of rural landowners and broker contacts in a target state. |
| Market analysts | Track asking prices per acre for farmland, timberland, and ranch land across different regions. |
| Hunting and recreation clubs | Find large-acreage hunting or recreational parcels listed below a set budget. |
What it does
This Actor collects LandWatch land listings by direct URL or by state and property filters, and returns each one as a flat row with price, acreage, location, and broker information.
- πΊοΈ State and property type filters: narrow results to one state and a specific category like Farms, Ranches, or Waterfront Property.
- π° Price and acreage range: set minimum and maximum price and acreage so only parcels that fit your budget and size requirements are collected.
- π Direct URL input: paste any LandWatch search URL to scrape exactly the listings you are already viewing in your browser.
- π Flat row output: every listing arrives as one row with price, acres, location, property type, and broker contact, ready for spreadsheets.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with LandWatch data
πΎ Screen farmland investments.
An investor sets a minimum of 40 acres and a maximum price of $500,000 in Iowa to identify family farms listed for sale this week.
πΉ Find hunting land by size and budget.
A hunting club searches for Hunting Land in Georgia between 100 and 500 acres under $300,000 to shortlist properties for a lease or purchase.
π Track rural land prices by state.
A market analyst scrapes all Ranch listings in Montana every month and charts the median asking price per acre over time.
π‘ Build a broker contact list.
A real estate agent scrapes Waterfront Property listings in Florida and exports the broker names and companies to a CRM for outreach.
Why choose this scraper
| What you get | |
|---|---|
| Skip the manual copy-paste | Collect thousands of land listings in minutes instead of clicking through pages by hand. |
| Consistent data structure | Every listing, whether a Texas ranch or a Maine timber parcel, arrives in the same flat schema. |
| Broker contact included | Get the listing broker's name and company when available, useful for lead generation. |
| Works with any state | All 50 states are supported through the state selector or by pasting a direct URL. |
How it compares
This Actor focuses on fast, filtered LandWatch search with a simple state and property type selector. Here is how it compares to other LandWatch scrapers on Apify.
| Feature | ParseForge | LandWatch.comβ‘ $1/1K US Land, Acreage & Agents Extractor | Landwatch.com Scraper | Enterprise Grade | US Land-for-Sale Scraper (LandWatch + LandFlip + LotFlip) |
|---|---|---|---|---|
| State and property type filters | Yes, built into the input UI | Not listed | Not listed | Not listed |
| Price and acreage range filters | Yes, min and max for both | Not listed | Not listed | Not listed |
| Direct URL input | Yes | Yes | Not listed | Not listed |
| Broker contact details | Yes, when available on search pages | Yes | Yes | Not listed |
| Multi-site support (LandFlip, LotFlip) | No, LandWatch only | Not listed | Not listed | Yes |
Configure the run
Drive the Actor from a direct LandWatch search URL or by selecting a state, property type, price range, and acreage range. Filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"maxItems": 10
}
A larger pull:
{
"maxItems": 200
}
Pricing
Pay-per-result: $0.0065 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.65 |
| 1,000 results | $6.50 |
| 10,000 results | $65.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the LandWatch Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to LandWatch through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/landwatch-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your price and acreage ranges do not conflict. For example, setting a maximum price of $10,000 and a minimum of 100 acres may return zero listings. Also verify that the state you selected has listings for the chosen property type.
The Actor is returning fewer listings than I see on the website.
Confirm that your maxItems setting is high enough. Also, LandWatch may show slightly different results based on your geographic location or session. Try using a direct URL from your browser.
My direct URL is being ignored and the Actor uses the filters instead.
Make sure the Start URL field contains a complete LandWatch search URL starting with https://www.landwatch.com. If the field is empty, the Actor falls back to the filter settings.
The run fails with a timeout error.
Large searches can take time. Increase the Actor's timeout setting in the run options, or reduce the maxItems to a smaller number and run multiple batches.
Broker contact information is missing for some listings.
Not every LandWatch listing displays broker contact details on the search results page. Listings from private sellers or aggregated feeds may omit this information.
FAQ
| Question | Answer |
|---|---|
| Can I scrape listings from multiple states in one run? | The state filter selects one state at a time. To scrape multiple states, run the Actor once per state or use a direct URL that already spans multiple states. |
| Does this Actor require a LandWatch account or API key? | No. It reads the public listing pages directly. You do not need to register an app or obtain an API key. |
| What property types can I filter by? | You can filter by Farms, Ranches, Hunting Land, Timberland, Undeveloped Land, Homesites, Recreational Land, Horse Property, Waterfront Property, Mineral Rights, Commercial Land, and Residential Land. |
| How do I scrape a specific search I built on the LandWatch website? | Copy the full URL from your browser after applying filters on LandWatch and paste it into the Start URL field. The Actor will use that exact search. |
| Does the Actor return sold or off-market listings? | It returns listings that are publicly visible on LandWatch search pages. If a listing is no longer active on the site, it will not appear in the results. |
| Can I get the listing description and images? | The Actor collects the data available on the search result pages. For full descriptions and image URLs, you may need a detail-page scraper. |
| What export formats are supported? | You can export your dataset in CSV, JSON, Excel, or XML from the Apify platform. |
| Is there a limit on how many listings I can scrape? | You set the maximum number of listings per run, up to 1,000,000. The Actor stops when it reaches that number or when no more listings match your filters. |
| Does the Actor handle pagination automatically? | Yes. It follows the next-page links on LandWatch search results until it collects the requested number of listings or reaches the end. |
| Can I filter by county or city instead of state? | The built-in filter is by state. For county or city level searches, build the search on LandWatch and paste the resulting URL into the Start URL field. |
Related actors
Browse the full ParseForge collection for more scrapers.
π Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
β οΈ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by LandWatch, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| startUrl | string | Direct LandWatch search URL. Overrides all filter options below. Example: https://www.landwatch.com/texas-farms-for-sale | not set |
| maxItems | integer | How many land listings to collect per run. | 10 |
| state | string (51 options) | US state to search in. Ignored if Start URL is provided. | not set |
| propertyType | string (13 options) | Type of property to search for. Ignored if Start URL is provided. | not set |
| minPrice | integer | Minimum listing price in USD. Ignored if Start URL is provided. | not set |
| maxPrice | integer | Maximum listing price in USD. Ignored if Start URL is provided. | not set |
| minAcres | integer | Minimum acreage. Ignored if Start URL is provided. | not set |
| maxAcres | integer | Maximum acreage. Ignored if Start URL is provided. | not set |
Pricing
from $6.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.006 to $0.0065 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~landwatch-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
