# RedWeek Timeshare Scraper 🏖️ (`shahidirfan/redweek-timeshare-scraper`) Actor

Harvest RedWeek timeshare listings: prices, availability, resort details & owner reviews. Extract rental rates, resale values & ratings. Perfect for price intelligence, market benchmarking, investment analysis & vacation rental analytics. ETL-ready data.

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

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.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/platform/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 Timeshare Scraper

Extract RedWeek timeshare resort listings for rentals and resales from a RedWeek search URL. Collect resort names, locations, ratings, review counts, available rental and resale counts, price ranges, images, coordinates, and direct RedWeek links for research, pricing analysis, and market monitoring.

### Features

- **URL-based collection** - Start from any supported RedWeek search URL.
- **Rental and resale coverage** - Collect counts, price ranges, and direct listing links.
- **Pagination control** - Set result and page limits for quick tests or larger runs.
- **Clean dataset** - Empty fields are omitted from each result.
- **Location data** - Capture city, state, latitude, longitude, and image links when available.

### Use Cases

#### Timeshare Market Research
Compare resort availability across Florida, Orlando, Hawaii, or other RedWeek destinations. Track which resorts have the most rental or resale activity.

#### Pricing Analysis
Monitor rental nightly ranges and resale price ranges across competing resorts. Use the data to compare resort demand, listing density, and pricing bands.

#### Travel Inventory Monitoring
Collect resort-level availability signals before planning campaigns, content, or partnerships. Filter by a RedWeek URL for specific regions or destinations.

---

### Input Parameters

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `startUrl` | String | Yes | Florida RedWeek search | RedWeek search URL to collect |
| `results_wanted` | Integer | No | `20` | Maximum results to save |
| `max_pages` | Integer | No | `3` | Maximum result pages to request |
| `proxyConfiguration` | Object | No | Apify Proxy | Optional proxy settings |

---

### Output Data

| Field | Type | Description |
|-------|------|-------------|
| `resort_id` | String | RedWeek resort identifier |
| `resort_name` | String | Resort name |
| `resort_url` | String | Direct resort URL |
| `location` | String | Resort city and state |
| `rating` | Number | Resort rating |
| `reviews_count` | Number | Number of reviews |
| `badge` | String | Visible resort label |
| `image_url` | String | Resort image |
| `rental_count` | Number | Rental postings available |
| `rental_price_range` | String | Displayed rental price range |
| `resale_count` | Number | Resale postings available |
| `resale_price_range` | String | Displayed resale price range |
| `rentals_url` | String | Rental listings URL |
| `resales_url` | String | Resale listings URL |
| `latitude` | Number | Resort latitude |
| `longitude` | Number | Resort longitude |

---

### Usage Examples

#### Scrape a RedWeek URL

```json
{
  "startUrl": "https://www.redweek.com/search/North+America/United+States/Florida-timeshares",
  "results_wanted": 20,
  "max_pages": 3
}
````

### Sample Output

```json
{
  "resort_id": "5701",
  "resort_name": "Marriott's Crystal Shores",
  "resort_url": "https://www.redweek.com/resort/P5701-marriotts-crystal-shores",
  "location": "Marco Island, Florida",
  "rating": 5,
  "reviews_count": 884,
  "badge": "Voted Top Pick 2026",
  "rental_count": 668,
  "rental_price_range": "$175 - $1,876/night",
  "resale_count": 12,
  "resale_price_range": "$8,950 - $79,000",
  "latitude": 25.920085,
  "longitude": -81.727577
}
```

***

### Tips for Best Results

#### Use Specific URLs

- Start with a RedWeek search URL when you need an exact region or filtered result set.
- Keep test runs small with `results_wanted` set to `20`.

#### Tune Pagination

- Increase `max_pages` when collecting broad markets.
- Use `results_wanted` to stop once enough records are saved.

#### Proxy Configuration

```json
{
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### Integrations

Connect your data with:

- **Google Sheets** - Review resorts and pricing in spreadsheets.
- **Airtable** - Build searchable timeshare datasets.
- **Webhooks** - Send fresh results to your systems.
- **Make** - Automate reporting workflows.
- **Zapier** - Trigger alerts from new datasets.

#### Export Formats

- **JSON** - For applications and analysis.
- **CSV** - For spreadsheet workflows.
- **Excel** - For business reporting.

***

### Frequently Asked Questions

#### Can I scrape a specific RedWeek destination?

Yes. Provide a RedWeek search URL in `startUrl` for the destination you want.

#### Can I search without a URL?

No. Provide a RedWeek search URL for the destination or filtered result page you want to collect.

#### How many results can I collect?

You can set `results_wanted` to the number you need, while `max_pages` controls how far the actor paginates.

#### Why are some fields missing?

Some resorts do not display every field. Empty values are omitted from the dataset.

#### Does it collect rental and resale links?

Yes. Results include direct rental and resale URLs when RedWeek displays them.

***

### Support

For issues or feature requests, contact support through the Apify Console.

#### Resources

- [Apify Documentation](https://docs.apify.com/)
- [API Reference](https://docs.apify.com/api/v2)
- [Scheduling Runs](https://docs.apify.com/schedules)

***

### Legal Notice

This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with website terms of service and applicable laws. Use data responsibly and respect rate limits.

# Actor input Schema

## `startUrl` (type: `string`):

RedWeek search URL to scrape.

## `results_wanted` (type: `integer`):

Maximum number of resort results to collect.

## `max_pages` (type: `integer`):

Maximum number of RedWeek result pages to request.

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

Optional proxy settings. Residential proxies are recommended if RedWeek limits direct requests.

## Actor input object example

```json
{
  "startUrl": "https://www.redweek.com/search/North+America/United+States/Florida-timeshares",
  "results_wanted": 20,
  "max_pages": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrl": "https://www.redweek.com/search/North+America/United+States/Florida-timeshares",
    "results_wanted": 20,
    "max_pages": 3
};

// Run the Actor and wait for it to finish
const run = await client.actor("shahidirfan/redweek-timeshare-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 = {
    "startUrl": "https://www.redweek.com/search/North+America/United+States/Florida-timeshares",
    "results_wanted": 20,
    "max_pages": 3,
}

# Run the Actor and wait for it to finish
run = client.actor("shahidirfan/redweek-timeshare-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 '{
  "startUrl": "https://www.redweek.com/search/North+America/United+States/Florida-timeshares",
  "results_wanted": 20,
  "max_pages": 3
}' |
apify call shahidirfan/redweek-timeshare-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "RedWeek Timeshare Scraper 🏖️",
        "description": "Harvest RedWeek timeshare listings: prices, availability, resort details & owner reviews. Extract rental rates, resale values & ratings. Perfect for price intelligence, market benchmarking, investment analysis & vacation rental analytics. ETL-ready data.",
        "version": "0.0",
        "x-build-id": "FNXZadt6nqZbp08gp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/shahidirfan~redweek-timeshare-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-shahidirfan-redweek-timeshare-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/shahidirfan~redweek-timeshare-scraper/runs": {
            "post": {
                "operationId": "runs-sync-shahidirfan-redweek-timeshare-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/shahidirfan~redweek-timeshare-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-shahidirfan-redweek-timeshare-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": [
                    "startUrl"
                ],
                "properties": {
                    "startUrl": {
                        "title": "RedWeek search URL",
                        "type": "string",
                        "description": "RedWeek search URL to scrape."
                    },
                    "results_wanted": {
                        "title": "Results wanted",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of resort results to collect.",
                        "default": 20
                    },
                    "max_pages": {
                        "title": "Max pages",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of RedWeek result pages to request.",
                        "default": 3
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional proxy settings. Residential proxies are recommended if RedWeek limits direct requests.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
