# RedWeek Florida Timeshare Data Scraper

**Use case:** 

Extract rental and resale listings from RedWeek. Get resort details, pricing, availability, and owner reviews for informed vacation planning.

## Input

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

## Output

```json
{
  "resort_name": {
    "label": "Resort",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "rental_count": {
    "label": "Rentals",
    "format": "number"
  },
  "rental_price_range": {
    "label": "Rental price",
    "format": "text"
  },
  "resale_count": {
    "label": "Resales",
    "format": "number"
  },
  "resale_price_range": {
    "label": "Resale price",
    "format": "text"
  },
  "resort_url": {
    "label": "URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [RedWeek Timeshare Scraper 🏖️](https://apify.com/shahidirfan/redweek-timeshare-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/redweek-timeshare-scraper) to learn more, explore other use cases, and run it yourself.