I need a Google scraper that does a relatively simple job:
it does Google searches for a number of keywords and records all the URLs found in the top 100 Google results.
In more detail:
the user loads a file with keywords (potentially thousands)
the user selects a Google search engine
the user specifies proxies to be used for the search (in CSV file, this would be in ‘settings’, so they don’t have to be loaded manually every time the app starts)
the user hits the ‘search’ button
t…
