News Search Engine

News Search Engine is a WordPress plugin that create a new section on the WordPress Dashboard and it gives the possibility to search news through Google news API. A Google news API Key is required
PHP 7 or above Required.
Settings include:
- Enter your Google news API Key (required)
- Enter a Default result per page (required)
- Enter protocol HTTP or HTTPS
Search Section:
- Search news sources
- Search any news
- Search Top Headlines news
- Dynamic Pagination
- Ajax population for source and domain fields
- Select news by date
- Sort News by Relavancy, Popolarity, Date
- Select News by language, country, category
- Display API errors
- Open news in a new tab
- Open news image in a new tab
- Search news by source and domains
Settings
The News Search Engine setting are on the wordpress dashboard on News Search Engine => News Search Engine Setting
Search news sources
From the wordpress dashboard on News Search Engine => News Search Engine, click on Sources and follow the instruction on screen.
This endpoint returns the subset of news publishers that top headlines (/v2/top-headlines) are available from. It’s mainly a convenience endpoint that you can use to keep track of the publishers available on the API, and you can pipe it straight through to your users.
Search any news
From the wordpress dashboard on News Search Engine => News Search Engine, click on Everything and follow the instruction on screen.
Search through millions of articles from over 30,000 large and small news sources and blogs. This includes breaking news as well as lesser articles.
This endpoint suits article discovery and analysis, but can be used to retrieve articles for display, too.
Search Top Headlines news
From the wordpress dashboard on News Search Engine => News Search Engine, click on Top Headlines and follow the instruction on screen.
This endpoint provides live top and breaking headlines for a country, specific category in a country, single source, or multiple sources. You can also search with keywords. Articles are sorted by the earliest date published first.
This endpoint is great for retrieving headlines for display on news tickers or similar.
NOTE From Google NEWS API
To get started you’ll need an API key. They’re free for development, open-source, and non-commercial use.
Also we’re assuming you know how to make web requests in your chosen programming language. We’ve included some crude ways to do this in our examples below if you need a place to start. Alternatively you can use one of our client libraries.
Now let’s consider two of the most popular use cases for News API and walk through each one:
* I want to show my users live top and breaking news headlines
* I want to search across every news article that mentions a specific topic or keyword (limited to the last 24 months).
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



