# Internet & Tech Funding Rounds Data

**Use case:** 

Access detailed funding rounds for tech companies. Find amounts, rounds, dates, and investors, all in one place.

## Input

```json
{
  "maxItems": 100,
  "industryGroup": "Technology, Information and Internet"
}
```

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