# Cybersecurity Funding Rounds

**Use case:** 

Access detailed funding rounds for cybersecurity companies. Get information on company names, amounts, rounds, and announcement dates.

## Input

```json
{
  "maxItems": 100,
  "industryGroup": "Computer and Network Security"
}
```

## Output

```json
{
  "company.name": {
    "label": "Company",
    "format": "text"
  },
  "company.domain": {
    "label": "Domain",
    "format": "text"
  },
  "round": {
    "label": "Round",
    "format": "text"
  },
  "amountUsd": {
    "label": "Amount (USD)",
    "format": "number"
  },
  "announcedAt": {
    "label": "Announced",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Funding Rounds Data](https://apify.com/datahyena/company-funding-rounds) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datahyena/company-funding-rounds) to learn more, explore other use cases, and run it yourself.