Trivago Scraper avatar
Trivago Scraper

Pricing

$30.00/month + usage

Go to Store
Trivago Scraper

Trivago Scraper

Developed by

cat

cat

Maintained by Community

💫 Scrape Trivago.com Accomodations

0.0 (0)

Pricing

$30.00/month + usage

3

Total users

22

Monthly users

2

Runs succeeded

>99%

Last modified

2 months ago

EN

Cheapest travel dates

Closed

essential_neonate opened this issue
9 months ago

Is it possible to use your scraper to find the cheapest travel dates for a specific hotel?

Jupri avatar

cat (Jupri)

9 months ago

HI. Thank You for reaching out!

Does sorting by price give you the desired results ?

EN

essential_neonate

9 months ago

Thank you for getting back to me so quickly!

Unfortunately, that's not quite what I need. I'm looking for the cheapest travel date for a one-night stay, but I’m only able to find prices starting from tomorrow or for specific dates.

For example, I’d like to know the cheapest date for a one-night stay at the Steigenberger Alsik – Hotel & Spa at any time in September. Does that make sense?

Jupri avatar

cat (Jupri)

9 months ago

hello, When we view the hotel info, there is Price trend table, is this what you looking for ?

EN

essential_neonate

9 months ago

I think that could work yes. How do I proceed? Thank you.

Jupri avatar

cat (Jupri)

9 months ago

Hello. Sorry for late response. I have updated the Actor

Please try this input :

{
"location": "11106964",
"includes.pricetrend_start": "2024-09-01",
"includes.pricetrend_end": "2024-09-30",
"limit": 1
}

Location is the hotel ID, in your case Steigenberger Alsik – Hotel & Spa

The outputs will include priceTrend attribute, The currency price matches the currency input parameter, default is USD example :

priceTrend: {
"2024-09-18": 399,
"2024-09-19": 379,
"2024-09-20": 333,
"2024-09-21": 425,
"2024-09-22": 193,
"2024-09-23": 221,
"2024-09-24": 221,
"2024-09-25": 246,
"2024-09-26": 308,
"2024-09-27": 340,
"2024-09-28": 329,
"2024-09-29": 215,
"2024-09-30": 311,
"2024-10-01": 266,
"2024-10-02": 268,
"2024-10-03": 291,
"2024-10-04": 406,
"2024-10-05": 362,
"2024-10-06": 211,
"2024-10-07": 365,
"2024-10-08": 420,
"2024-10-09": 218,
"2024-10-10": 233,
"2024-10-11": 264,
"2024-10-12": 246,
"2024-10-13": 210,
"2024-10-14": 207,
"2024-10-15": 213,
"2024-10-16": 234,
"2024-10-17": 214,
"2024-10-18": 216,
"2024-10-19": 218,
"2024-10-20": 199,
"2024-10-21": 220,
"2024-10-22": 232,
"2024-10-23": 202,
"2024-10-24": 210,
"2024-10-25": 249,
"2024-10-26": 279... [trimmed]
EN

essential_neonate

9 months ago

Sounds great, but dosent seems to work? https://console.apify.com/view/runs/KY5Ldzc2ItVowQMdy

Jupri avatar

cat (Jupri)

9 months ago

sorry, please try again, it should work now.

EN

essential_neonate

6 months ago

Could you please tell if the actor is working again? Last time I got error.

Jupri avatar

cat (Jupri)

6 months ago

Hello, it seems the Actor is currently broken. I'll fix it ASAP and keep you updated.

EN

essential_neonate

6 months ago

Thank you. Let me know ASAP - thank you.

EN

essential_neonate

6 months ago

Do you have any news? Would love to use this actor today, as it's black friday.

Jupri avatar

cat (Jupri)

6 months ago

Hello. I have fix the problem. Please try it. let me know if there more issues.

EN

essential_neonate

6 months ago

There seems to be problems again. Could you please check?

Jupri avatar

cat (Jupri)

6 months ago

Stand by. let me check

Jupri avatar

cat (Jupri)

6 months ago

Hello. Thank you for reporting the problem. Please try again.