google-news-search

google-news-search

4.0

google-news-search is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of google-news-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Aigeon AI Google News Search is a Python-based server application designed to interact with the Google News search engine via the SerpApi.

search_google_news

Search Google News for comprehensive news results

Try it

Parameter defines the query you want to search. You can use anything that you would use in a regular Google News search. e.g. site:, when:. Parameter can't be used together with publication_token, story_token, and topic_token parameters.

    Parameter defines the Google News topic token. It is used for accessing the news results for a specific topic (e.g., 'World', 'Business', 'Technology'). The token can be found in our JSON response or the URL of the Google News page. Parameter can't be used together with q, story_token, and publication_token parameters.

      Parameter defines the Google News publication token. It is used for accessing the news results from a specific publisher (e.g., 'CNN', 'BBC', 'The Guardian'). The token can be found in our JSON response or the URL of the Google News page. Parameter can't be used together with q, story_token, and topic_token parameters.

        Parameter defines the Google News section token. It is used for accessing the sub-section of a specific topic. (e.g., 'Business -> Economy'). The token can be found in our JSON response or the URL of the Google News page. Parameter can only be used in combination with topic_token or publication_token parameters.

          Parameter defines the Google News story token. It is used for accessing the news results with full coverage of a specific story. The token can be found in our JSON response or the URL of the Google News page. Parameter can't be used together with q, topic_token, and publication_token parameters.

            Parameter defines the sorting method. Results can be sorted by relevance or by date. By default, the results are sorted by relevance. Supported values: 0 - Relevance, 1 - Date. Parameter can only be used in combination with story_token parameter.

              Parameter will force SerpApi to fetch the Google News results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

              Parameter will force SerpApi to fetch the Google News results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

                Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.

                Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.

                  Enterprise only. Parameter enables ZeroTrace mode. It can be set to false (default) or true. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.

                  Enterprise only. Parameter enables ZeroTrace mode. It can be set to false (default) or true. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.

                      Result: