Hostelworld API Scraper
Pricing
from $1.50 / 1,000 property rows
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.
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
maxItemscap. - πΈ 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)
- Set your input β provide
qormaxItems(see the table below; defaults work out of the box). - Pick options β filters, a
proxyConfiguration, and amaxItemscap. - Run & export β click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.
βοΈ Input
| Field | Type | Default | Description |
|---|---|---|---|
q | string | Lisbon | A location to search: a city, neighbourhood, or property name (e.g. 'Lisbon'). Resolved via Hostelworld's own mobile autocomplete. |
maxItems | integer | 50 | Maximum number of properties to return (0 = all in the location). |
numberOfGuests | integer | 2 | Guests for pricing/availability. |
dateStart | string | β | Check-in date YYYY-MM-DD (optional; enables live room prices). |
numNights | integer | 2 | Number of nights (1-31) for availability pricing. |
currency | string | EUR | ISO currency code for prices (EUR, USD, GBP, ...). |
includeDetails | boolean | true | Fetch full detail + room/dorm availability + reviews for each property (slower, more requests). |
proxyConfiguration | object | Apify Proxy | Route 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 bymaxItems); 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 returnedname/urlmatch 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
| Field | Type | Description |
|---|---|---|
id | text | ID |
name | text | Name |
type | text | Type |
url | link | URL |
overallRating | number | Overall rating |
numberOfRatings | text | Number of ratings |
pricePerNight | text | Price/night |
currency | text | Currency |
city | text | City |
country | text | Country |
latitude | text | Latitude |
longitude | text | Longitude |
distanceFromCentreKm | number | Distance from centre (km) |
dormPricePerNight / privatePricePerNight | text | Lowest dorm / private room price |
averagePricePerNight / averageDormPricePerNight / averagePrivatePricePerNight | text | Average nightly price over the stay (when Hostelworld exposes it) |
originalPricePerNight / originalDormPricePerNight / originalPrivatePricePerNight | text | Pre-discount price (when a promotion applies) |
promotions | array | Active promotions/discounts on the property |
isNew | boolean | Recently listed on Hostelworld |
hostelworldRecommends | boolean | Hostelworld editorial pick |
freeCancellationAvailable / freeCancellationAvailableUntil | boolean / text | Free-cancellation eligibility and deadline |
images | array | Property images |
imagesGallery | array | Extended photo gallery images |
ratingBreakdown | object | Rating breakdown |
facilities | array | Facilities |
rooms | object | Rooms |
detail | object | Detail |
π° Pricing β pay per result
This actor uses pay-per-event pricing: you pay only for the rows it delivers.
| You scrape | Price |
|---|---|
| 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
nullwhen 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.