Hi all,
Was wondering if anyone used EM to get the top 10 results (the headline, I believe the "h3" tag) for example of a google search, by using a column as the keyword values? Thank you very much.
I believe that would go against Google's terms of service.
You may want to try the Google Search API. This can be the starting point: https://stackoverflow.com/questions/4082966/what-are-the-alternatives-now-that-the-google-web-search-api-has-been-deprecated
Thanks @dgudkov. Interesting, I am able to perform this with Power Query or VBA, but ideally would really need to do in EasyMorph, to be automated.
Will check the Search API thanks.
Technically, you can do it with EasyMorph too using the Web Request action and then parsing the search result page with EasyMorph actions and functions. It's just the Search API seems to be a more reliable and appropriate way to do search result extraction.