# COVID-19 Relief Federal Contracts Data Scraper

**Use case:** 

Extract federal contracts related to COVID-19 pandemic relief in healthcare PPE. Get detailed award data from 2020 to 2023.

## Input

```json
{
  "awardTypes": [
    "contracts"
  ],
  "state": "",
  "startDate": "2020-01-01",
  "endDate": "2023-12-31",
  "keyword": "COVID-19 pandemic relief healthcare PPE",
  "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.