# Lisbon Hostel Deals Scraper

**Use case:** 

Scrape Hostelworld hostels in Lisbon, Portugal with prices, ratings and availability. Find the best budget deals for your city trip.

## Input

```json
{
  "maxItems": 3,
  "city": "Lisbon",
  "country": "Portugal"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "pricePerNight": {
    "label": "Price Per Night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hostelworld Hostel & Budget Accommodation Scraper](https://apify.com/parseforge/hostelworld-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hostelworld-scraper) to learn more, explore other use cases, and run it yourself.