Goal: Find Imprint on homepage and get the hyperlink of the word “imprint”
My old way: in germany most Imprints have this kind of url “homepage.com/imprint” and so i just used this formula inside of google sheets to get the url of the imprint.
Im searching for a way to use the “FIND LINKS IN TEXT” Feature but it doesnt work for me.
Does Anyone have an idea how to check the homepage for the keyword imprint?
The “Find links in Text” action is not necessary for this use case as it’s purpose is different.
I created the following automation that should help you get what you are looking for: Shared Playbook Template
In it, we’re running on right click → Then it grabs the current page’s HTML → Then it sends that HTML to OpenAI for Chat GPT to return the hyperlinks with the work “imprint” it in.
Give it a try and see if it returns what you are looking for.
I hope this helps!
Thank you,
Jess