I am a newbie trying to learn the ropes.. but this one has me going crazy! I will gladly pay $10 paypal to the first person to give me a working script or my deepest gratitude to anyone willing to help me learn by examples...
Using:
* MS 14.2.07
* Windows 7 Professional
* Chrome browser
I want to extract the current top Trending search term from http://www.google.com/trends/hottrends
So I managed to get this:
Code: Select all
// Change "O" to H to extract inner html, T for just text. O is outer html - i.e. everything. Matches returned in valueArray
IEGetTagsByAttrib>{"http://www.google.com/trends/hottrends"},SPAN,classname=hottrends-single-trend-title ellipsis-maker-inner,T,valueArray
I would like to take the first result and paste it into a swagbucks search located here http://search.swagbucks.com/
and then take the second result and do the same thing again (search swagbucks)
Any help would be tremendously appreciated!
Thank you
Tammy