# AI Startups SEC Form D Filing Alert

**Use case:** 

Receive alerts for new SEC Form D filings related to artificial intelligence. Get key details and links for the latest submissions in your sector.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "sinceDays": 180,
  "baseline_key": "ai-startups",
  "limit": 5,
  "max_items": 20
}
```

## Output

```json
{
  "baselineKey": {
    "label": "Watch",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "isNew": {
    "label": "New filing",
    "format": "boolean"
  },
  "baselineCreated": {
    "label": "Baseline created",
    "format": "boolean"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "filedAt": {
    "label": "Filed",
    "format": "date"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "url": {
    "label": "Filing",
    "format": "link"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Funding Alert — New Form D Filing Watch](https://apify.com/zinin/funding-alert) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/funding-alert) to learn more, explore other use cases, and run it yourself.