# Barcelona Hostel Scraper

**Use case:** 

Pull Hostelworld listings for Barcelona, Spain including prices and guest ratings. Compare hostels to plan affordable city stays.

## Input

```json
{
  "maxItems": 3,
  "city": "Barcelona",
  "country": "Spain"
}
```

## 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.