Extract Google Search Results
问题 I would like to periodically check what sub-domains are being listed by Google. To obtain list of sub-domains, I type 'site:example.com' in Google search box - this lists all the sub-domain results (over 20 pages for our domain). What is the best way to extract only the URL of the addresses returned by the 'site:example.com' search? I was thinking of writing a little python script that will do the above search and regex the URLs from the search results (repeat on all result pages). Is this a