Welcome to InsightEase, your go-to hub for all things news API-related. Our platform offers seamless access to a diverse range of news sources from around the world. Whether you're a developer, business owner, or researcher, our user-friendly APIs make integrating real-time news data a breeze. Stay ahead of the curve with our comprehensive collection covering politics, finance, technology, and more. Need assistance? Our dedicated team is here to support you every step of the way. Join us today and unlock the power of news APIs to drive innovation and insight in your projects.
We limit the number of records returned to a maximum of 100 per request in any language. Each request consumes 1 credit. However, if you choose to force an update by setting "force_update=1", it will consume 2 credits. Additionally, if you opt for spinning content by setting "spin=1", it will consume 5 credits.
You're not logged in.
Get Your API Keyapi_key
= Your_API_Key find
You need to include additional search terms to refine your news search. The "find" parameter scans through news titles, descriptions, and content for specific keywords. If any of these keywords appear anywhere in the news, it will be included in the results. The default setting is none, but you can input various terms such as EUR/USD, Trump, World War 3, Nasdaq Stocks, or any other relevant word to tailor your search.
find_title
If you specify your search keywords within the "find_title" parameter, the search will exclusively look for news articles where those keywords appear solely in the title.
Please enter one parameter at a time, either "Find" or "Find_title." If "Find" is included as a parameter, "Find_title" will be ignored.
Rules Same as "Find" parameter.
from
If you're diving into historical news using the API, simply pinpoint the date you're interested in by setting the "from" and "to" parameters. This way, you'll get exactly the data you're looking for without any need.
Default: none
Format: YYYY-MM-DD E.g: 2018-01-01
OR: YYYY-MM-DDTHour:Min E.g: 2018-01-01T12:30
to
= Same as from
When you use the news history API, you'll need to include the "From" parameter.
Note:When you not set FROM and TO parameters, then it will return latest 100 News.
language
You have the option to specify the language parameter, ensuring that the API delivers all news articles in your chosen language.
Default: en
Valid Values: ar {Arabic}, de {German}, en {English}, es {Spanish}, fr {French}, it {italian}, nl {Dutch}, pt {Portuguese}, ru {Russian} OR all {all languages}
sortby
= Return news by sort Default: latest
Valid Values: latest, popular, match
latest: return latest news by date.
popular: return famous news first based on source.
match: return most match words in news first.
force_update
We keep our news feed refreshed with updates on each keyword every 4 hours. However, if you require the very latest news every time, you have the option to set "force_update=1" in the parameters. Just be aware that this will incur an additional credit charge for each request.
Default: 0
Valid Values: 0, 1
spin
You can spin news title and description to new sentence, to get unique text.
E.g. Title : "I like when you talk with me", Spin Title: "i really like when you speak with me"
When you set spin parameter then "force_update" parameter is not required, it will always give you latest news, Spin count 3 credit per request.
Default: 0
Valid Values: 0, 1
output
= Set your API response format. Default: json
Valid Values: json, jsonp, object, xml, serialize and array
Please provide the most recent news articles that mention "EUR/USD" sorted by date.
https://api.insightease.com/news?find=EUR/USD&api_key=Your_API_Key
Return the most popular news articles based on source credibility, prioritizing those containing the term "investment" (استثمار in Arabic). This search will be conducted exclusively in Arabic-language news sources.
https://api.insightease.com/news?find=استثمار&sortby=popular&language=ar&api_key=Your_API_Key
Return most matched words first, and search in News title only.
https://api.insightease.com/news?find_title=america stock&sortby=match&api_key=Your_API_Key
Return all news sort by date ASC that contain words "America Market".
https://api.insightease.com/news?find=America Market&from=2024-11-18T07:19:22&to=2024-11-19T07:19:22&api_key=Your_API_Key
{
"status": true,
"code": 200,
"msg": "Successfully",
"response": [
{
"source": "https:\/\/biztoc.com\/x\/be2baf85ec99d21d",
"author": "barrons.com",
"title": "Prospect of Higher-For-Longer...",
"description": "The U.S. dollar firmed across..."
"publishedAt": "2024-04-30T09:42:04Z",
"content": "The U.S. dollar firmed across...",
"image": "https:\/\/c.biztoc.com\/p\/be2baf85ec99d21d\/s.webp",
"site": "Biztoc.com"
},
],
"info": {
"server_time": "2023-09-06 21:53:51 UTC",
"credit_count": 1
}
}