# Startup Funding by Date

**Use case:** 

Find financing filings dated in 2025 and save up to 25 rows with issuer, filing, offering, security, and investor details.

## Input

```json
{
  "target": "financingFilings",
  "profileKeyword": "AI",
  "filingDateFrom": "2025-01-01",
  "filingDateTo": "2025-12-31",
  "maxItems": 25,
  "__concurrency": 4
}
```

## Output

```json
{
  "recordType": {
    "label": "Result type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "recordUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "discoveryInput": {
    "label": "Found by",
    "format": "text"
  },
  "source.name": {
    "label": "Source",
    "format": "text"
  },
  "source.collectedAt": {
    "label": "Collected at",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "company.name": {
    "label": "Company",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "date"
  },
  "soldAmount": {
    "label": "Sold amount",
    "format": "number"
  },
  "coverage.note": {
    "label": "Coverage note",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Startup Scraper](https://apify.com/maximedupre/startup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/startup-scraper) to learn more, explore other use cases, and run it yourself.