Hostelworld API Scraper avatar

Hostelworld API Scraper

Pricing

from $1.50 / 1,000 property rows

Go to Apify Store
Hostelworld API Scraper

Hostelworld API Scraper

Search Hostelworld hostels & properties by location and extract full listing + property detail (all images, facilities, room/dorm types & prices, ratings breakdown, geo, policies) from the app's private mobile API.

Pricing

from $1.50 / 1,000 property rows

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Hostelworld Scraper πŸ›οΈ β€” Scrape Hostelworld.com ID, Name, Type, URL

Hostelworld Scraper β€” Search Hostelworld hostels & properties by location and extract full listing + property detail (all images, facilities, room/dorm types & prices, ratings breakdown, geo, policies) from the app's private mobile API. It reads Hostelworld's own API directly, so it's fast, reliable and complete β€” no flaky HTML parsing, no headless browser. Export to JSON, CSV, Excel, or an API.


✨ Why use this Hostelworld Scraper?

  • 🟒 No code required β€” set your input, click Start, download your data.
  • ⚑ Fast & accurate β€” reads Hostelworld's own private API and returns structured JSON, not scraped HTML.
  • 🧾 Rich, structured data β€” every field below, clean and ready to use.
  • πŸ” Full pagination β€” collects results to your maxItems cap.
  • πŸ’Έ Transparent pay-per-result pricing β€” pay only for the rows you get.
  • πŸ“€ Export anywhere β€” JSON, CSV, Excel, XML, or pull it live via the Apify API.

🎯 What can you do with Hostelworld data?

  • Market & competitor research β€” analyse Hostelworld products at scale.
  • Price & availability monitoring β€” track changes over time.
  • Data science & trend analysis β€” build clean datasets.
  • Lead generation & enrichment β€” feed Hostelworld data into your own tools.

πŸ“₯ What data does the Hostelworld Scraper extract?

Each row includes: id, name, type, url, overallRating, numberOfRatings, pricePerNight, averagePricePerNight, originalPricePerNight, promotions, currency, city, country, latitude, longitude, distanceFromCentreKm, images, imagesGallery …and more. See the full Data table below.


πŸš€ How to scrape Hostelworld.com (3 steps)

  1. Set your input β€” provide q or maxItems (see the table below; defaults work out of the box).
  2. Pick options β€” filters, a proxyConfiguration, and a maxItems cap.
  3. Run & export β€” click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.

βš™οΈ Input

FieldTypeDefaultDescription
qstringLisbonA location to search: a city, neighbourhood, or property name (e.g. 'Lisbon'). Resolved via Hostelworld's own mobile autocomplete.
maxItemsinteger50Maximum number of properties to return (0 = all in the location).
numberOfGuestsinteger2Guests for pricing/availability.
dateStartstring–Check-in date YYYY-MM-DD (optional; enables live room prices).
numNightsinteger2Number of nights (1-31) for availability pricing.
currencystringEURISO currency code for prices (EUR, USD, GBP, ...).
includeDetailsbooleantrueFetch full detail + room/dorm availability + reviews for each property (slower, more requests).
proxyConfigurationobjectApify ProxyRoute requests through a proxy (Apify Proxy by default).

⚠️ About q: it's resolved through Hostelworld's own autocomplete, which returns one best match β€” the actor takes the first result, same as picking the top suggestion in the app. A city name (e.g. "Lisbon") returns every property in that city (capped by maxItems); a specific property name (e.g. "Lisbon Calling") returns just that one property. If your query is ambiguous (a city name that also matches a property, a common word, a typo), you may get the wrong match β€” use the full, distinctive property or city name to be safe, and check the returned name/url match what you expected.

Example input

{
"q": "Lisbon",
"maxItems": 50,
"numberOfGuests": 2,
"numNights": 2,
"currency": "EUR",
"includeDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

πŸ“€ Output

Each result is a JSON object like this:

{
"id": 98483,
"name": "Avenue Hostel and Suites",
"type": "HOSTEL",
"url": "https://www.hostelworld.com/hostels/p/98483/avenue-hostel-and-suites/",
"overallRating": 91,
"numberOfRatings": "2100",
"pricePerNight": "15.70",
"averagePricePerNight": null,
"originalPricePerNight": null,
"dormPricePerNight": null,
"averageDormPricePerNight": null,
"originalDormPricePerNight": null,
"privatePricePerNight": null,
"averagePrivatePricePerNight": null,
"originalPrivatePricePerNight": null,
"currency": "EUR",
"city": "Lisbon",
"country": "Portugal",
"latitude": 38.7185,
"longitude": -9.1447,
"distanceFromCentreKm": 1.36,
"isFeatured": true,
"isPromoted": false,
"isNew": false,
"hostelworldRecommends": false,
"freeCancellationAvailable": false,
"freeCancellationAvailableUntil": "2026-07-10T13:17:28+01:00",
"promotions": [],
"images": [
"https://a.hwstatic.com/propertyimages/9/98483/rp6yw0yummxjw3i3lcys.jpg",
"https://a.hwstatic.com/propertyimages/9/98483/bhtrqpmiaruuqajinxw8.jpg",
"…+2 more"
],
"imagesGallery": [
"https://a.hwstatic.com/propertyimages/9/98483/xcy3ivw4o38qhbyvkyxu.jpg",
"…+3 more"
],
"ratingBreakdown": {
"ratingsCount": 122,
"security": 97,
"location": 88,
"staff": 93,
"fun": 91,
"clean": 94,
"facilities": 92,
"value": 93,
"average": 93
},
"facilities": [
{
"name": "General",
"id": "FACILITYCATEGORYGENERAL",
"facilities": [
{
"…": "2 fields"
},
{
"…": "2 fields"
}
]
},
{
"name": "Services",
"id": "FACILITYCATEGORYSERVICES",
"facilities": [
{
"…": "2 fields"
},
{
"…": "2 fields"
},
"…+2 more"
]
},
"…+12 more"
],
"rooms": {
"dorms": [
{
"…": "26 fields"
},
{
"…": "26 fields"
},
"…+6 more"
],
"privates": [
{
"…": "26 fields"
},
{
"…": "26 fields"
},
"…+1 more"
],
"cancellationPolicies": [
{
"…": "2 fields"
},
{
"…": "2 fields"
}
],
"depositPercentage": 15,
"vat": 0,
"promotions": [
{
"…": "5 fields"
},
{
"…": "5 fields"
}
],
"lowestPricePerNight": {
"value": "30.01",
"currency": "EUR"
},
"lowestDormPricePerNight": {
"value": "30.01",
"currency": "EUR"
},
"lowestPrivatePricePerNight": {
"value": "105.16",
"currency": "EUR"
}
},
"detail": {
"…": "22 fields"
}
}

🧾 Data table

FieldTypeDescription
idtextID
nametextName
typetextType
urllinkURL
overallRatingnumberOverall rating
numberOfRatingstextNumber of ratings
pricePerNighttextPrice/night
currencytextCurrency
citytextCity
countrytextCountry
latitudetextLatitude
longitudetextLongitude
distanceFromCentreKmnumberDistance from centre (km)
dormPricePerNight / privatePricePerNighttextLowest dorm / private room price
averagePricePerNight / averageDormPricePerNight / averagePrivatePricePerNighttextAverage nightly price over the stay (when Hostelworld exposes it)
originalPricePerNight / originalDormPricePerNight / originalPrivatePricePerNighttextPre-discount price (when a promotion applies)
promotionsarrayActive promotions/discounts on the property
isNewbooleanRecently listed on Hostelworld
hostelworldRecommendsbooleanHostelworld editorial pick
freeCancellationAvailable / freeCancellationAvailableUntilboolean / textFree-cancellation eligibility and deadline
imagesarrayProperty images
imagesGalleryarrayExtended photo gallery images
ratingBreakdownobjectRating breakdown
facilitiesarrayFacilities
roomsobjectRooms
detailobjectDetail

πŸ’° Pricing β€” pay per result

This actor uses pay-per-event pricing: you pay only for the rows it delivers.

You scrapePrice
Property row$2.00 per 1,000 rows

πŸ”Œ Use the Hostelworld Scraper via API

Run it programmatically with the Apify API:

curl -X POST "https://api.apify.com/v2/acts/hostelworld-api-scraper/runs?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"q": "Lisbon",
"maxItems": 50,
"numberOfGuests": 2,
"numNights": 2,
"currency": "EUR",
"includeDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}'

Or with the Apify CLI: apify call hostelworld-api-scraper -i input.json -o.


❓ FAQ

Do I need an account or API key for Hostelworld?

No. The actor talks to Hostelworld's public/mobile API for you β€” you only need an Apify account.

Do I need a proxy?

A proxy is recommended for reliable runs; set proxyConfiguration (Residential is safest for geo-restricted or bot-protected sites).

What export formats are supported?

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

Is scraping this legal?

You are responsible for how you use the data. Scrape only public product data and comply with Hostelworld.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).


πŸ› οΈ How it works

The actor impersonates Hostelworld's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping β€” just clean, structured data.


πŸ“Œ Good to know

  • Scrape only public product data and respect Hostelworld.com's Terms of Service and robots policy.
  • For personal data, comply with GDPR/CCPA and applicable law β€” you are the data controller.
  • Fields can be null when Hostelworld doesn't expose them for a given record.

⭐ Found this useful?

Give the Hostelworld Scraper a star on Apify and check out my other apify-*-api-scraper actors.