# Small Business SBIR Federal Grants Data

**Use case:** 

Retrieve federal grant data specifically for small businesses focused on SBIR innovation from January 2023 to December 2024.

## Input

```json
{
  "awardTypes": [
    "grants"
  ],
  "state": "",
  "startDate": "2023-01-01",
  "endDate": "2024-12-31",
  "keyword": "small business SBIR innovation",
  "maxAwards": 500
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "string"
  },
  "recipientName": {
    "label": "Recipient Name",
    "format": "string"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "totalOutlays": {
    "label": "Total Outlays",
    "format": "number"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "string"
  },
  "awardType": {
    "label": "Award Type",
    "format": "string"
  },
  "startDate": {
    "label": "Start Date",
    "format": "string"
  },
  "endDate": {
    "label": "End Date",
    "format": "string"
  },
  "placeOfPerformanceState": {
    "label": "Place of Performance State",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USASpending Scraper - Federal Contracts & Grants Data](https://apify.com/logiover/usaspending-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/usaspending-gov-scraper) to learn more, explore other use cases, and run it yourself.