googlenews_de = GoogleNews(lang='de', region='DE', encode='utf-8') googlenews_us = GoogleNews(lang='en', region='US', encode='utf-8') googlenews_uk = GoogleNews(lang='en', region='GB', encode='utf-8') googlenews_ch = GoogleNews(lang='de', region='CH', encode='utf-8') googlenews_at = GoogleNews(lang='de', region='AT', encode='utf-8') Is a multiple search possible, if so is that correct? I often get e.g. German links from the US or UK search and vice versa.