Skip to main content
POST
/
api
/
hostelworld
/
properties
/
reviews
/
summary
/hostelworld/properties/reviews/summary
curl --request POST \
  --url https://api.anysite.io/api/hostelworld/properties/reviews/summary \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "property": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@hostelworld_review_summary",
    "url": "<string>",
    "summary": "<string>",
    "review_count": 123,
    "generated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
property
string
required

Hostelworld property id or a property URL containing it

Minimum string length: 1
Examples:

"88047"

"https://www.hostelworld.com/hostels/p/88047/wombats-city-hostel-london/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@hostelworld_review_summary
url
string | null
summary
string | null
review_count
integer | null
generated_at
string | null