# Vrbo | Vacation Rental Listings in Texas

**Use case:** 

Find and extract Vrbo | Vacation Rental Listings in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "priceUnit": {
    "label": "Price Unit"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "maxGuests": {
    "label": "Max Guests",
    "format": "number"
  },
  "amenities": {
    "label": "Amenities"
  },
  "description": {
    "label": "Description"
  },
  "host": {
    "label": "Host"
  },
  "scrapedAt": {
    "label": "Scraped At"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Vrbo Scraper | Vacation Rental Listings](https://apify.com/parseforge/vrbo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vrbo-scraper) to learn more, explore other use cases, and run it yourself.