Unusual Whales: Get News Headlines logo

Catalog action Blockchain Data

Get latest market news headlines. Returns headline text, source, sentiment, related tickers, major story flag, and publication timestamp. Ideal for: news-driven workflow triggers, sentiment analysis, monitoring breaking market news.

At a Glance

FieldValue
Action IDunusualwhales-get-news-headlines
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsmarket-monitoring, sentiment, market-data, read

Payload Schema

FieldTypeRequiredDescription
limitnumberNoMaximum number of headlines to return
tickerstringNoFilter headlines by ticker symbol (e.g., 'HOOD', 'ETH', 'TSLA'). Returns only headlines mentioning this ticker.

Result Schema

FieldTypeRequiredDescription
headlinesarrayYesList of latest market news headlines

Examples

json
{ "type": "unusualwhales-get-news-headlines", "payload": { "limit": 1, "ticker": "example-ticker" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.