This is a general question, and I don't expect any specific solution here. I'm just very curious about the approach.
Let us say I have txt-file with many keywords. There are so many keywords that I can't make a seperate google-search for each one of them. That would take too long time. My goal is to make a program which takes every keyword in the file, makes a google-search for that keyword, then saves the result in a file (e.g. a line at the result page), then proceeds to the next keyword and does the exact same procedure.
I wonder if this is possible at all? What kind of programming language should I use? what would be the approach?