TWAZI

News API

Fetches relevant news articles from various news sources using newsapi.

Inputs

  • Keyword required: Trading pair or asset symbol
  • API Key required: News API credentials
  • Time Range required: Time range for news search
  • Keywords: Optional additional search keywords
  • Sources: Optional list of preferred news sources

Example

{
  "Keywords": ["bitcoin", "cryptocurrency", "regulation"],
  "API Key": "YOUR_NEWS_API_KEY",
}

Outputs

  • News Articles: Collection of relevant news articles with titles, sources, and content
  • `Articles URL: Collection of URLs for the fetched articles.
News API workflow example

On this page

Edit on GitHub