Search for an exact match
Put either a single word or multiple words in the search bar and the data will be searched for the exact search term. For example : computer
, mobile phones
, "Leonardo di caprio"
.
Search multiple words together
Put "AND
" operator between two words to search them together and both the words will be present in each result although not necessarily together. For example,laptop AND fire
, apple watch AND sale
.
Combine searches
Put "OR
" between each search query and any of the words will be present in the result. For example fruits OR vegetables
.
Exclude words from your search
Put NOT
in front of a word you want to leave out. For example, apple NOT pears
.
Some examples:
- Search Social but not with pizza:
social NOT pizza
- Search Social but not with pizza and wildfire:
social NOT (pizza AND wildfire)
- Search multiple keywords with multiple AND operators:
social AND pizza AND pasta
- Search multiple keywords with multiple OR operators:
social OR pizza OR pasta
- Search for pizza or Social but not pasta:
(pizza OR social) NOT pasta
Other useful tips:
- Search terms are not case sensitive. For example searching
soccer
or Soccer
will give the same result.
- Operators such as
NOT, AND
and OR
or case sensitive and must be used in capital letters only.
- Leave the search bar empty and click on the search button to see the latest top news.
- Each time you search for a News, one API credit is consumed.