Example:
-
I have simple link on a page in Bubble: https://www.allegrocoffee.com/shop/coffee/extra-dark-french/
-
I want to only display this link if the keyword “In stock” exists within the page content of https://www.allegrocoffee.com/shop/coffee/extra-dark-french/
-
Alternatively, I want to hide the link if keywords “out of stock” or “sold out” exists within the page content of https://www.allegrocoffee.com/shop/coffee/extra-dark-french/
-
Bonus - get the price of the product listed on https://www.allegrocoffee.com/shop/coffee/extra-dark-french/, and display it in Bubble.
I imagine that this might require some sort of web scraper?
Thanks in advance if you might have a resource of where to start.