WEB SEARCH

OscariBot

Active member
Hi guys.

Macrodroid is a very wonderful android tool, kudos to the dev.
I am thinking of using macrodroid as a web search tool. This will return a search result in a variable then scrap the result to the most valuable summary.
E.g searching for "ANT" on google or any search engin will return a huge bunch of info to my variable. How do i scrap the text to the first few lines which actualy define "ANT" in summary.
This macro will be more like a web dictionary. I belive macrodroid has a way around this.

Help guys
Thanks
 

FrameXX

Well-known member
This macro will be more like a web dictionary.

I am not sure if search engines are a best for scrapping information about the word. Search engines are not dictionaries for words. They are dictionaries for websites. Even if you would want to use search engine like Google the HTTP request action would return a website source and scraping information from it would be painfull. You would need to use a website that has a proper API and its responses allow for easy information scraping.

Take a look at this macro from GiraffeCubed. That could be what you want.


Note that you need to uppercase first letter to get the definition.
 

EmilTurner

New member
I appreciate your idea of using MacroDroid as a web search tool, it's indeed a powerful tool. For your requirement of scraping the most valuable summary from search results, I'd like to suggest considering a different approach. Have you explored the possibility of using a free SEO website analyzer? It provides an in-depth analysis of web pages, which could be quite valuable in your scenario. With this company, you can get a free website analysis that's compiled in a comprehensive PDF report. Although this might not align perfectly with your initial thought of using MacroDroid, it could potentially offer a new perspective on how to extract valuable summaries from your search results.
 
Last edited:
Top