# Grant Funding Rounds Data for Companies

**Use case:** 

Access funding rounds for grants, including company names, amounts, dates, and investors. Get precise, deduplicated data for your analysis.

## Input

```json
{
  "maxItems": 100,
  "round": [
    "grant"
  ]
}
```

## 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.