# Redweek Listings Scraper (`piotrv1001/redweek-listings-scraper`) Actor

The RedWeek Listings Scraper extracts timeshare rental and resale listings from RedWeek.com, capturing prices, availability dates, unit details, brand, ratings, amenities, and full resort profiles with geo-coordinates — ideal for price intelligence, market research and timeshare investment analysis.

- **URL**: https://apify.com/piotrv1001/redweek-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** Travel, Real estate, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use 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

### 🏖️ RedWeek Listings Scraper

Easily extract timeshare **rental** and **resale** listings from [RedWeek](https://www.redweek.com), the world's largest timeshare marketplace. The **RedWeek Listings Scraper** collects structured, by-owner listing data — prices, availability, unit details, ratings, amenities, and full resort profiles — perfect for price intelligence, market research, and investment analysis.

Run it on the [Apify platform](https://apify.com) to get API access, scheduling, cloud storage, and export to JSON, CSV, or Excel out of the box.

### ✨ Features

-   🏷️ **Rich Listing Data**: Get unit title, listing type (rental/resale), price and price unit (per night vs. total), availability dates, bedrooms, bathrooms, beds, sleeps capacity, brand, ratings, and images.
-   🏨 **Full Resort Profiles**: Every listing includes its resort's address, geo-coordinates, star rating, amenities, price range, and description.
-   🔗 **Flexible Input**: Paste a resort page to collect **all** of its rentals and resales, or individual listing URLs to scrape them directly.
-   🎚️ **Type Filtering**: Choose rentals only, resales only, or both.
-   ⚡ **Fast & Reliable**: Efficiently gathers clean, structured data ready for analysis.

### 🛠️ How to use RedWeek Listings Scraper

1. **Add start URLs** – Paste one or more RedWeek resort URLs (e.g. `https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club`) or individual listing URLs (e.g. `https://www.redweek.com/posting/R1499481`).
2. **Choose a listing type** – Rentals, resales, or both.
3. **Set a limit** – Use *Max listings* to cap how many listings you collect.
4. **Run the Actor** – Start it and download the structured results.

### 📥 Input

| Field | Description |
|-------|-------------|
| **Start URLs** | RedWeek resort or listing URLs to scrape. Resort URLs collect all of a resort's listings; listing URLs are scraped directly. |
| **Listing type** | Collect rentals, resales, or both (default: both). |
| **Max listings** | Maximum number of listings to scrape (default: 50, `0` = no limit). |
| **Proxy configuration** | Proxy settings — the default works well. |

### 📊 Output

The scraper returns structured JSON. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. Example:

```json
{
    "url": "https://www.redweek.com/posting/R1499481",
    "listingId": "R1499481",
    "listingType": "resale",
    "title": "2 Bedroom, 2 Bath @ Marriott's Aruba Surf Club (R1499481)",
    "unit": "2 Bedroom, 2 Bath",
    "brand": "Marriott Vacation Club",
    "price": 42999,
    "priceCurrency": "USD",
    "priceUnit": "total",
    "priceValidUntil": "Jul 21, 2027",
    "availabilityStart": null,
    "availabilityEnd": null,
    "rentalNights": null,
    "bedrooms": 2,
    "bathrooms": 2,
    "sleeps": 8,
    "beds": [
        { "count": 1, "type": "king" },
        { "count": 2, "type": "full" },
        { "count": 1, "type": "sofa" }
    ],
    "rating": 4.9,
    "ratingCount": 4503,
    "reviewCount": 2054,
    "image": "https://cdn1.redweek.com/photos/feature-wide/6/2/9/629864.jpg?1",
    "resort": {
        "name": "Marriott's Aruba Surf Club",
        "url": "https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club",
        "streetAddress": "103 L. G. Smith Boulevard",
        "city": "Palm Beach",
        "region": null,
        "country": "Aruba",
        "latitude": 12.578301,
        "longitude": -70.042778,
        "priceRange": "$200 - $3,143",
        "rating": 4.9,
        "reviewCount": 2054,
        "amenities": ["Beach", "Outdoor pool", "Fitness center", "Restaurant", "Spa services"],
        "description": "Marriott's Aruba Surf Club whisks guests away to their own little bit of paradise..."
    }
}
````

For rentals, `priceUnit` is `per_night`, `rentalNights` holds the week length, and `availabilityStart` / `availabilityEnd` hold the available dates.

### 📋 Data fields

| Field | Description |
|-------|-------------|
| `url`, `listingId` | Listing URL and RedWeek ID |
| `listingType` | `rental` or `resale` |
| `title`, `unit`, `brand` | Listing title, unit description, timeshare brand |
| `price`, `priceCurrency`, `priceUnit` | Price, currency, and whether it's per night or a total |
| `priceValidUntil` | Price validity date |
| `availabilityStart`, `availabilityEnd`, `rentalNights` | Rental availability window and length |
| `bedrooms`, `bathrooms`, `sleeps`, `beds` | Unit size and sleeping configuration |
| `rating`, `ratingCount`, `reviewCount` | Resort ratings |
| `image` | Listing image |
| `resort` | Nested resort profile: name, address, geo, amenities, price range, description |

### 💰 How much does it cost to scrape RedWeek?

This Actor uses a **pay-per-result** model: you pay **$0.005 per listing** scraped. A default run of 50 listings costs about **$0.25**. There's no charge for pages used only to discover listings — you only pay for the listings you keep. New Apify accounts include free monthly usage credits, so you can try it at no cost.

### ❓ FAQ

**Is scraping RedWeek legal?**
This Actor collects only publicly available data. As with any scraping, you are responsible for how you use the data and for complying with RedWeek's Terms of Service and applicable laws. It does not collect personal or private information.

**Can I scrape an entire resort's listings?**
Yes — paste the resort URL and set *Max listings* to `0` for no limit to collect every rental and resale on that resort.

**Something not working?**
Report issues via the **Issues** tab on the Actor's page and we'll take a look.

# Actor input Schema

## `startUrls` (type: `array`):

RedWeek URLs to scrape. You can paste resort pages (e.g. https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club) to collect all of a resort's rental and resale listings, or individual listing pages (e.g. https://www.redweek.com/posting/R1499481) to scrape them directly.

## `listingType` (type: `string`):

Which listings to collect from resort pages: rentals only, resales only, or both.

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

Maximum number of listings to scrape. Set to 0 for no limit.

## `proxyConfiguration` (type: `object`):

Proxy settings. The default works well.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club"
    }
  ],
  "listingType": "both",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "startUrls": [
        {
            "url": "https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/redweek-listings-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 = { "startUrls": [{ "url": "https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club" }] }

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

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

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

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club"
    }
  ]
}' |
apify call piotrv1001/redweek-listings-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=piotrv1001/redweek-listings-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Redweek Listings Scraper",
        "description": "The RedWeek Listings Scraper extracts timeshare rental and resale listings from RedWeek.com, capturing prices, availability dates, unit details, brand, ratings, amenities, and full resort profiles with geo-coordinates — ideal for price intelligence, market research and timeshare investment analysis.",
        "version": "0.0",
        "x-build-id": "aLXTfWKJ9HWZpREy1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/piotrv1001~redweek-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-piotrv1001-redweek-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/piotrv1001~redweek-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-piotrv1001-redweek-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/piotrv1001~redweek-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-piotrv1001-redweek-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "RedWeek URLs to scrape. You can paste resort pages (e.g. https://www.redweek.com/resort/P4872-marriotts-aruba-surf-club) to collect all of a resort's rental and resale listings, or individual listing pages (e.g. https://www.redweek.com/posting/R1499481) to scrape them directly.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "listingType": {
                        "title": "Listing type",
                        "enum": [
                            "both",
                            "rentals",
                            "resales"
                        ],
                        "type": "string",
                        "description": "Which listings to collect from resort pages: rentals only, resales only, or both.",
                        "default": "both"
                    },
                    "maxItems": {
                        "title": "Max listings",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listings to scrape. Set to 0 for no limit.",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. The default works well.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
