Returns categorized news and announcement events for a company, each with a date, event type, summary, and source link. Filter by event type to narrow the stream: funding announcements, product launches, acquisitions, partnerships, leadership changes, or awards. Provide the company's domain.
You want a company's launches, partnerships, leadership changes, acquisitions, or awards.
General web search, or fetching the full text of one known article.
50 credits / request
Set these inside the intent when you run it.
The company's website or root domain.
Optional comma-separated event types to filter the stream, e.g. "raises_funding,launches_product". Omit for all recent news.
A list of news events with event type, date, summary, and a source link.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Data skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/company-data/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"news-signals","company":"notion.so","news_categories":"acquires,raises_funding"}}'Example requests