Skills/Company Data/News signals

News signals

50 credits / request

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.

Use when

You want a company's launches, partnerships, leadership changes, acquisitions, or awards.

Not for

General web search, or fetching the full text of one known article.

Cost

50 credits / request

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website or root domain.

news_categoriesoptional

Optional comma-separated event types to filter the stream, e.g. "raises_funding,launches_product". Omit for all recent news.

What you get back

A list of news events with event type, date, summary, and a source link.

Run it

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

  • What has Notion announced recently?
  • Has Stripe made any acquisitions this year?
  • Who did Shopify hire as their new CEO?