# Find California infrastructure grants

**Use case:** 

Run a bounded official California Grants Portal example for infrastructure grant opportunities with raw source fields disabled.

## Input

```json
{
  "maxItems": 10,
  "includeRawSourceRow": false,
  "search": "infrastructure"
}
```

## Output

```json
{
  "portalId": {
    "label": "portalId",
    "format": "text"
  },
  "grantId": {
    "label": "grantId",
    "format": "text"
  },
  "status": {
    "label": "status",
    "format": "text"
  },
  "lastUpdated": {
    "label": "lastUpdated",
    "format": "text"
  },
  "agencyDept": {
    "label": "agencyDept",
    "format": "text"
  },
  "grantTitle": {
    "label": "grantTitle",
    "format": "text"
  },
  "grantType": {
    "label": "grantType",
    "format": "text"
  },
  "categories": {
    "label": "categories",
    "format": "text"
  },
  "purpose": {
    "label": "purpose",
    "format": "text"
  },
  "applicantType": {
    "label": "applicantType",
    "format": "text"
  },
  "fundingSource": {
    "label": "fundingSource",
    "format": "text"
  },
  "matchingFunds": {
    "label": "matchingFunds",
    "format": "text"
  },
  "estimatedAvailableFunds": {
    "label": "estimatedAvailableFunds",
    "format": "text"
  },
  "estimatedAwards": {
    "label": "estimatedAwards",
    "format": "text"
  },
  "estimatedAmounts": {
    "label": "estimatedAmounts",
    "format": "text"
  },
  "fundingMethod": {
    "label": "fundingMethod",
    "format": "text"
  },
  "openDate": {
    "label": "openDate",
    "format": "text"
  },
  "applicationDeadline": {
    "label": "applicationDeadline",
    "format": "text"
  },
  "expectedAwardDate": {
    "label": "expectedAwardDate",
    "format": "text"
  },
  "grantUrl": {
    "label": "grantUrl",
    "format": "link"
  },
  "agencyUrl": {
    "label": "agencyUrl",
    "format": "link"
  },
  "sourceAgency": {
    "label": "sourceAgency",
    "format": "text"
  },
  "sourceDataset": {
    "label": "sourceDataset",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "sourceApiUrl",
    "format": "link"
  },
  "collectedAt": {
    "label": "collectedAt",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [California Grants Opportunities Monitor](https://apify.com/defenestrator/california-grants-opportunities-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/california-grants-opportunities-monitor) to learn more, explore other use cases, and run it yourself.