# Funding Signal Tracker for AI and Biotech

**Use case:** 

Access recent SEC Form D filings in artificial intelligence and biotech. Receive company names, filing dates, and direct document links.

## Input

```json
{
  "queries": [
    "artificial intelligence",
    "biotech"
  ],
  "sinceDays": 90,
  "limit": 3,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "filedAt": {
    "label": "Filed",
    "format": "date"
  },
  "sourceQuery": {
    "label": "Query",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "matched": {
    "label": "# Matched",
    "format": "number"
  },
  "url": {
    "label": "Filing URL",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Funding Round Tracker](https://apify.com/zinin/funding-round-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/funding-round-tracker) to learn more, explore other use cases, and run it yourself.