# Cloudflare hiring and SEC signal extractor

**Use case:** 

Extract a source-linked Cloudflare research signal from Google News, its public Greenhouse board, and SEC Company Facts.

## Input

```json
{
  "companies": [
    {
      "ticker": "NET",
      "companyName": "Cloudflare",
      "greenhouseBoardToken": "cloudflare"
    }
  ],
  "lookbackDays": 14,
  "maxNewsArticles": 20,
  "maxEvidenceItems": 5,
  "weights": {
    "news": 0.3,
    "hiring": 0.45,
    "fundamentals": 0.25
  },
  "snapshotStoreName": "alternative-data-signal-snapshots",
  "snapshotNamespace": "cloudflare-research",
  "secUserAgent": "MyResearchPipeline/1.0 research@example.com"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker"
  },
  "companyName": {
    "label": "Company"
  },
  "cik": {
    "label": "CIK"
  },
  "asOf": {
    "label": "As of"
  },
  "baseline": {
    "label": "Baseline"
  },
  "composite": {
    "label": "Composite"
  },
  "news": {
    "label": "News"
  },
  "hiring": {
    "label": "Hiring"
  },
  "fundamentals": {
    "label": "Fundamentals"
  },
  "evidence": {
    "label": "Evidence"
  },
  "sourceErrors": {
    "label": "Source errors"
  }
}
```

## About this Actor

This example demonstrates how to use [Alternative Data Signal Aggregator](https://apify.com/automation-lab/alternative-data-signal-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/alternative-data-signal-aggregator) to learn more, explore other use cases, and run it yourself.