Radisson Hotels Scraper avatar

Radisson Hotels Scraper

Pricing

from $1.00 / 1,000 hotels

Go to Apify Store
Radisson Hotels Scraper

Radisson Hotels Scraper

Searches Radisson Hotels (Radisson Blu, Radisson RED, Park Inn, Radisson Collection, …) for a destination via the Radisson mobile app API and returns hotels with lowest cash rates, optionally enriched with full property detail. Read-only public booking data.

Pricing

from $1.00 / 1,000 hotels

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Search Radisson Hotels — Radisson Blu, Radisson RED, Radisson Collection, Park Inn, Country Inn & Suites and the rest of the group — for any destination and get back the hotels with their lowest cash rates for your dates, optionally enriched with full property detail. The actor talks to the Radisson mobile app API directly (reversed from com.radisson.hotels), using the app's public booking endpoints — no account or key required.

Input

FieldTypeNotes
destinationstringCity/area/place, resolved via Radisson's own autocomplete. Required.
checkIn / checkOutdateAbsolute (YYYY-MM-DD) or relative (30 days). Empty → 30 days out / 3 nights.
adults / children / roomsintegerOccupancy.
currencystringISO currency for rates (USD, EUR, GBP…).
includeDetailsbooleanAdd brand, star rating, address, coordinates, description, image (one extra call/hotel).
maxItemsinteger0 = all.
proxyConfigurationproxyApify Proxy (RESIDENTIAL) by default.

Example input

{
"destination": "Berlin",
"checkIn": "30 days",
"checkOut": "33 days",
"adults": 2,
"currency": "EUR",
"includeDetails": true
}

Output

One row per hotel:

{
"code": "BERZR",
"name": "Radisson Collection Hotel, Berlin",
"brand": "Radisson Collection",
"star_rating": "5",
"distance": "1.2 km",
"price_display": "€189",
"price_amount": 189.0,
"price_currency": "EUR",
"address": "…",
"coordinates": "…",
"image": "https://…"
}

Pricing

Pay-per-event: $0.001 per hotel returned.

Notes

  • Rates are point-of-sale and currency specific — always pass the currency you want and compare against a same-currency ground truth.
  • Radisson Rewards points pricing requires a loyalty session and is out of scope for this anonymous client.
  • Unofficial client; not affiliated with or endorsed by Radisson Hotel Group.