I cannot get time remaining from groupon HTML. I did find a method before by hitting the link and it returned in JSON format, but that link no longer works.
So is there any way to get the time remaining from the deals? Only for goods, getaways, and all deals.I can get from the now deals(that is just text) unlike others which is a countdown counter.
To be on same page lets start with this link:
http://www.groupon.com/deals/3rd-coast-cruising-1?c=all&p=23
And before I used to hit:
http://www.groupon.com/deals/3rd-coast-cruising-1/deal_status.json
And got information including the remaining time, but it’s not doing so any longer.
It’s still there, in the form of a timestamp. Using the source of the first link:
And in the second link:
I don’t know what language you’re using, but with python you can convert this to a readable format like this:
Which corresponds with now + the time left on their timer, in my timezone anyway.