# LuxuryEstate Scraper (`parseforge/luxuryestate-scraper`) Actor

Scrapes luxury property listings from any LuxuryEstate search URL. Returns each property as a flat row with price, location, size, and other details. Supports up to 1,000,000 listings per run and exports to CSV, JSON, Excel, or XML.

- **URL**: https://apify.com/parseforge/luxuryestate-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Real estate, Travel, E-commerce
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $19.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **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 usage examples, see the [API](#api) section below.

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).

# README

[![ParseForge](https://raw.githubusercontent.com/ParseForge/apify-assets/main/banner.jpg)](https://apify.com/parseforge?fpr=vmoqkp)

### LuxuryEstate Scraper

**Scrape luxury real estate listings from any LuxuryEstate search URL, up to a million per run.** Each property comes with its price, location, size, and full details. No login or API key. Export to CSV, JSON, Excel, or XML.

LuxuryEstate.com lists villas, penthouses, mansions, and castles across 90+ countries, but browsing and copying data by hand is slow. This Actor reads the public search pages directly, so you can collect thousands of luxury property listings in one run. Filter by country, region, property type, or sale/rent, and get a clean dataset ready for analysis.

| Who uses it | What they scrape LuxuryEstate for |
|---|---|
| Real estate investors | Find undervalued luxury properties in specific markets |
| Market analysts | Track luxury real estate price trends by region |
| Property portals | Enrich their own listings with global luxury inventory |
| Travel and lifestyle brands | Curate exclusive villas and mansions for high-end clients |

### What it does

This Actor collects luxury property listings from any LuxuryEstate search URL and returns each one as a flat row with price, location, size, and other details.

- 🌍 **Global coverage:** listings from 90+ countries, including the US, France, Italy, Spain, and the UAE.
- 🔍 **Search URL input:** paste any filtered LuxuryEstate URL to scrape exactly what you see.
- 📊 **Structured data:** each property as a flat row with price, location, size, bedrooms, and more.
- ⚡ **Scalable:** collect up to 1,000,000 properties per run.
- 📁 **Multiple export formats:** CSV, JSON, Excel, and XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

### What you can do with LuxuryEstate data

**📈 Track luxury market trends.**

A market analyst scrapes all listings in a region weekly to monitor price changes and inventory levels.

**🏡 Build a property database.**

A startup collects thousands of luxury listings to power a niche real estate search engine.

**💼 Find investment opportunities.**

An investor scrapes listings under a price threshold in emerging markets to identify potential deals.

**🌴 Curate exclusive travel stays.**

A travel agency scrapes villas and castles to offer unique high-end vacation rentals.

### Why choose this scraper

|  | What you get |
|---|---|
| **No API key** | Scrape public pages without registration or rate limits |
| **Any search URL** | Use filters on LuxuryEstate.com and paste the URL |
| **Up to 1M listings** | Collect large datasets for market analysis |
| **Clean output** | Flat rows ready for spreadsheets or databases |

### How it compares

This Actor and the competitor both scrape LuxuryEstate.com, but this Actor focuses on simplicity and scale with a single search URL input and up to 1,000,000 listings per run.

| Feature | ParseForge | LuxuryEstate Real Estate Scraper |
|---|---|---|
| Scrape by search URL | Yes | Not listed |
| Scrape by country or region | Yes, via search URL | Yes |
| Scrape by property type | Yes, via search URL | Yes |
| Scrape by transaction (sale/rent) | Yes, via search URL | Yes |
| Fetch full listing details by URL | Not listed | Yes |
| Maximum listings per run | 1,000,000 | Not listed |

### Configure the run

Drive the Actor with any LuxuryEstate search URL, and set a maximum number of properties to collect per run. The Input tab lists every parameter.

A first run with the defaults:

```json
{
  "searchUrl": "https://www.luxuryestate.com/united-states",
  "maxItems": 10
}
```

A larger pull:

```json
{
  "searchUrl": "https://www.luxuryestate.com/united-states",
  "maxItems": 200
}
```

### Pricing

Pay-per-result: **$0.021 per result** collected. You pay only for the results written to your dataset.

| Results collected | Approximate cost |
|---|---|
| 100 results | $2.10 |
| 1,000 results | $21.00 |
| 10,000 results | $210.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](https://console.apify.com/sign-up?fpr=vmoqkp) to collect up to 1,000,000 results per run.

### Run it

1. [Create a free Apify account with $5 in credit](https://console.apify.com/sign-up?fpr=vmoqkp).
2. Open the [LuxuryEstate Scraper](https://apify.com/parseforge/luxuryestate-scraper?fpr=vmoqkp).
3. Set your inputs and any filters, then click **Start**.
4. Export the results as CSV, Excel, JSON, or XML from the **Dataset** tab.

Run it programmatically through the [Apify API](https://docs.apify.com/api/v2) (`run-sync-get-dataset-items`) or the [ApifyClient](https://docs.apify.com/api/client/js) for JavaScript and Python.

### Use with AI agents (MCP)

Give an AI agent live access to LuxuryEstate through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

```bash
claude mcp add --transport http apify "https://mcp.apify.com/?tools=parseforge/luxuryestate-scraper"
```

Then prompt it in plain language to run the scraper and read back the results.

### Troubleshooting

**Why am I getting no results?**

Make sure the search URL you pasted shows listings when opened in a browser. If it does, check that maxItems is set to at least 1 and that the URL is correctly formatted.

**The Actor stops before reaching maxItems.**

LuxuryEstate may paginate results. The Actor follows pagination automatically, but if the site changes its structure, the run may stop early. Try a more specific search URL to reduce the number of pages.

**Some fields are empty in the output.**

Not all listings have every field filled on LuxuryEstate. Empty fields mean the data was not present on the page.

**The run takes too long.**

Reduce maxItems or narrow your search URL to a smaller region or property type. The Actor processes pages sequentially.

**I get an error about the URL.**

Ensure the URL starts with https://www.luxuryestate.com/ and is a valid search page. Avoid URLs that redirect to a login or error page.

### FAQ

| Question | Answer |
|---|---|
| Do I need an API key or login? | No. The Actor scrapes public LuxuryEstate pages directly, so no registration or API key is required. |
| Can I scrape a specific country or region? | Yes. Use the filters on LuxuryEstate.com to narrow your search, then copy the URL and paste it into the Actor input. |
| What data does each listing include? | Each row includes price, location, size, number of bedrooms and bathrooms, property type, and other details available on the listing page. |
| How many listings can I scrape in one run? | You can set the maximum number of properties up to 1,000,000 per run. |
| Can I export the data? | Yes. The Actor supports CSV, JSON, Excel, and XML export formats. |
| Does it scrape rental listings too? | Yes. You can filter by transaction type (sale or rent) on LuxuryEstate.com and scrape the resulting URL. |
| Is the data updated in real time? | The Actor scrapes live pages at the time of the run, so you get the latest available listings. |
| Can I schedule regular scrapes? | Yes. You can schedule the Actor to run daily, weekly, or at any interval using Apify's scheduler. |
| What if my search URL returns no results? | Check the URL on LuxuryEstate.com to ensure it shows listings. If it does, try increasing the maxItems or removing some filters. |
| Is it legal to scrape LuxuryEstate? | You should review LuxuryEstate's terms of service and comply with applicable laws. The Actor only accesses publicly available data. |

### Related actors

Browse the full [ParseForge collection](https://apify.com/parseforge?fpr=vmoqkp) 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 LuxuryEstate.com. 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.

# Actor input Schema

## `searchUrl` (type: `string`):

LuxuryEstate search URL (paste from luxuryestate.com after filtering, e.g. https://www.luxuryestate.com/united-states)

## `maxItems` (type: `integer`):

How many properties to collect per run.

## Actor input object example

```json
{
  "searchUrl": "https://www.luxuryestate.com/united-states",
  "maxItems": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchUrl": "https://www.luxuryestate.com/united-states",
    "maxItems": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/luxuryestate-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchUrl": "https://www.luxuryestate.com/united-states",
    "maxItems": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/luxuryestate-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchUrl": "https://www.luxuryestate.com/united-states",
  "maxItems": 10
}' |
apify call parseforge/luxuryestate-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,parseforge/luxuryestate-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Iq7IVXy3adkH0Dsbz/builds/HWbbf9rgK7DkgfS4y/openapi.json
