I have 50 “keywords” that I have to google and do some data scraping to retrieve the article header and article link. what activity should i use? because so far only able to search for 1 keyword and scrapping data from that 1 keyword, how to find 39 other keywords?
After getting the data for each keyword do you need to append to a single sheet or you need to keep separate sheet for each keyword??
I think it’s better to keep sheet for each keyword.
Then you can do all these things in a single loop.
1: keep all the keywords in an array or excel
2: read that file and get the keyword as Datatable
3: use excel application scope and open output excel
3: inside thatuse for each row in datatbale
4: search the keyword
5: Table extraction or data scrapping to extract the pattern based data
6: create sheet with the row name( keyword value)
7: use write range and write to that sheet