# DOD - Dept of Defense SBIR Government Grants

**Use case:** 

Extract SBIR Government Grants data filtered by DOD - Dept of Defense. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "agency": "DOD",
  "phase": "Phase I",
  "program": "",
  "year": 2024,
  "state": "",
  "keywords": "",
  "companyName": "",
  "topicCode": "",
  "researchInstitution": "",
  "demographic": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestDelayMs": 200
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "awardTitle": {
    "label": "Award Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "agency": {
    "label": "Agency",
    "format": "text"
  },
  "branch": {
    "label": "Branch",
    "format": "text"
  },
  "phase": {
    "label": "Phase",
    "format": "text"
  },
  "program": {
    "label": "Program",
    "format": "text"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "awardYear": {
    "label": "Award Year",
    "format": "number"
  },
  "proposalAwardDate": {
    "label": "Proposal Award Date",
    "format": "date"
  },
  "contractEndDate": {
    "label": "Contract End Date",
    "format": "date"
  },
  "contract": {
    "label": "Contract",
    "format": "text"
  },
  "agencyTrackingNumber": {
    "label": "Agency Tracking Number",
    "format": "text"
  },
  "solicitationNumber": {
    "label": "Solicitation Number",
    "format": "text"
  },
  "solicitationYear": {
    "label": "Solicitation Year",
    "format": "text"
  },
  "topicCode": {
    "label": "Topic Code",
    "format": "text"
  },
  "abstract": {
    "label": "Abstract",
    "format": "text"
  },
  "uei": {
    "label": "Uei",
    "format": "text"
  },
  "duns": {
    "label": "Duns",
    "format": "text"
  },
  "hubzoneOwned": {
    "label": "Hubzone Owned",
    "format": "boolean"
  },
  "sociallyEconomicallyDisadvantaged": {
    "label": "Socially Economically Disadvantaged",
    "format": "boolean"
  },
  "womanOwned": {
    "label": "Woman Owned",
    "format": "boolean"
  },
  "numberEmployees": {
    "label": "Number Employees",
    "format": "number"
  },
  "companyWebsite": {
    "label": "Company Website",
    "format": "text"
  },
  "address1": {
    "label": "Address1",
    "format": "text"
  },
  "address2": {
    "label": "Address2",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "Zip",
    "format": "text"
  },
  "contactName": {
    "label": "Contact Name",
    "format": "text"
  },
  "contactTitle": {
    "label": "Contact Title",
    "format": "text"
  },
  "contactPhone": {
    "label": "Contact Phone",
    "format": "text"
  },
  "contactEmail": {
    "label": "Contact Email",
    "format": "text"
  },
  "piName": {
    "label": "Pi Name",
    "format": "text"
  },
  "piTitle": {
    "label": "Pi Title",
    "format": "text"
  },
  "piPhone": {
    "label": "Pi Phone",
    "format": "text"
  },
  "piEmail": {
    "label": "Pi Email",
    "format": "text"
  },
  "riName": {
    "label": "Ri Name",
    "format": "text"
  },
  "riPocName": {
    "label": "Ri Poc Name",
    "format": "text"
  },
  "riPocPhone": {
    "label": "Ri Poc Phone",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SBIR Government Grants Scraper](https://apify.com/parseforge/sbir-government-grants-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sbir-government-grants-scraper) to learn more, explore other use cases, and run it yourself.