Except I do like to make the argument that price per point doesnn’t really seem to come in to play with dedicated rentals. Also, almost 75% of rentals never change in price once they appear, so last minute doesn’t seem to mean anything to the rental sites or most renters (if they actually have any say in the dedicated rental prices set.)
In the case of this room, the last minute prices all cluster around $300.
I think the ones that change do have more attentive owners. There may also be something about VDLH that keeps the prices a little higher.
I do see price per point still important in quite a few rentals, especially ones where the price seems really strange. So an oddball point rental will then come with a price of like $546 or something like that.
You don’t really see that many 1BR at Boardwalk rentals of this length show up on the dedicated listings - only 81 of them 6 nights or longer since May 2022.
Well, now that you reminded me I had to do something about it at lunch.
Proof of concept data pull done - now just need to write up some data scrubbing formulas, then a macro to run out and refresh/update and copy latest to the database.
And just as an FYI, they’re not perfect on updating that page. Over this past week they left one up there that had expired for a couple days. Not a big deal, and all these sites are prone to errors, but I figured I’d mention it.
On a related note, DVC-Rental is giving me fits lately - their listings run across multiple pages, each page maxes out at 150.
For a really long time it was less than 2 pages
Then they stopped cleaning out SOLD rentals and it ran to 3 pages.
Now they are doing it again and it keeps flip-flopping between 3 and 4 pages.
Also, over on David’s DVC site, I have to do an end run in the HTML to grab rental URLs because Excel can’t grab them directly. (Excel grabs the actual rental data fine, but the URLs are embedded in href code that apparently chokes Excel’s data query.)
My workaround is to scrape those values using Google Sheets (love IMPORTXML) and then import the Google sheet into Excel and then smash the rental data and links together. Good times.
Except the problem arises that Google sheets ImportXML is super wonky and will stop refreshing at random intervals, which results in a mismatch of the number of URLs to rentals. I built in some error checking so I can see when they don’t match before I start a run, but gosh darn it Google, fix yer data connections.