Nice writeup. I've been through similar problems that you have with my contact lens price comparison website https://lenspricer.com/ that I run in ~30 countries. I have found, like you, that websites changing their HTML is a pain. One of my biggest hurdles initially was matching products across 100+ websites. Even though you think a product has a unique name, everyone puts their own twist on it. Most can be handled w…
Tracking supermarket prices with Playwright
131–140 of 213 posts
Re: Tracking supermarket prices with Playwright
#132We should mutualize scraping efforts, creating a sort of Wikipedia of scraped data. I bet a ton of people and cool applications would benefit from it.
Re: Tracking supermarket prices with Playwright
#133How would one scrape those? Anyone experienced?
Re: Tracking supermarket prices with Playwright
#134Nice writeup. I've been through similar problems that you have with my contact lens price comparison website https://lenspricer.com/ that I run in ~30 countries. I have found, like you, that websites changing their HTML is a pain. One of my biggest hurdles initially was matching products across 100+ websites. Even though you think a product has a unique name, everyone puts their own twist on it. Most can be handled w…
For Germany, below the prices it says "some links may be sponsored", but it does not mark which ones. Is that even legal? Also there seem to be very few shops, are maybe all the links sponsored? Also idealo.de finds lower prices.
Now that you mention idealo, there seems to be no mention at all on a product page that they are paid by the stores, you have to click the "rank" link in the footer to be brought to a page https://www.idealo.de/aktion/ranking where they write this.
Re: Tracking supermarket prices with Playwright
#135We should mutualize scraping efforts, creating a sort of Wikipedia of scraped data. I bet a ton of people and cool applications would benefit from it.
Haha all we have to do is agree on the format, right?
Re: Tracking supermarket prices with Playwright
#136Earlier quoted context omitted.
>Those who order grocery delivery online would benefit from price comparisons, because they can order from multiple stores at the same time. Not really, since the delivery fees/tips that you have to pay would eat up all the savings, unless maybe if you're buying for a family of 5 or something.
Instacart, Uber Eats, DoorDash all sell gift cards of $100 for $80 basically year round — when you combine that 20% with other promotions I often have deliveries that are cheaper than shopping in person.
Re: Tracking supermarket prices with Playwright
#137Earlier quoted context omitted.
Instacart, Uber Eats, DoorDash all sell gift cards of $100 for $80 basically year round — when you combine that 20% with other promotions I often have deliveries that are cheaper than shopping in person.
Uber Eats and Deliveroo all have list prices that are 15-20+% above the shelf price in the same supermarket. Plus a delivery fee, plus the "service charge", I've _never_ found it to be competitive let alone cheaper.
Re: Tracking supermarket prices with Playwright
#138You just reminded me, it's probably still running today :-D
Re: Tracking supermarket prices with Playwright
#139Some stores don’t have an interactive website but instead send out magazines to your email with news for the week. How would one scrape those? Anyone experienced?
Likely easier than website scraping.
Re: Tracking supermarket prices with Playwright
#140Some stores don’t have an interactive website but instead send out magazines to your email with news for the week. How would one scrape those? Anyone experienced?
Imap library to dump the attachment, pandoc to convert it to html, then DOM library to parts it statically. Likely easier than website scraping.