NewsData.io (Independent Publisher) (Preview)
The NewsData.io service gets you top live-breaking news from all over the world in real-time. Apply multiple filters to narrow down your desired results.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://newsdata.io/breaking-news-api |
Privacy policy | https://newsdata.io/privacy-policy |
Categories | Lifestyle and Entertainment |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get latest news |
Retrieve the latest and breaking news, sorted by the published date. |
Get latest news
Retrieve the latest and breaking news, sorted by the published date.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Query
|
q | string |
The search query. |
|
Query in Title
|
qInTitle | string |
The title search query. |
|
Country
|
country | string |
The country. |
|
Category
|
category | string |
The category. |
|
Language
|
language | string |
The language. |
|
Domain
|
domain | string |
The domain. |
|
Full Content
|
full_content | integer |
The full content. |
|
Image
|
image | integer |
The image. |
|
Video
|
video | integer |
The video. |
|
Page
|
page | string |
The page. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The status. |
Total Results
|
totalResults | integer |
The total number of results. |
Results
|
results | array of object | |
Title
|
results.title | string |
The title. |
Link
|
results.link | string |
The link. |
Keywords
|
results.keywords | array of string |
The keywords. |
Creator
|
results.creator | array of string |
The creator. |
Video URL
|
results.video_url | string |
The video URL address. |
Description
|
results.description | string |
The description. |
Content
|
results.content | string |
The content. |
Published Date
|
results.pubDate | string |
The published Date. |
Image URL
|
results.image_url | string |
The image URL address. |
Source ID
|
results.source_id | string |
The source identifier. |
Category
|
results.category | array of string |
The category. |
Country
|
results.country | array of string |
The country. |
Language
|
results.language | string |
The language. |
Next Page
|
nextPage | string |
The next page identifier. |