# FPDS GovCon competitor contract award monitor

**Use case:** 

Monitor FPDS awards for GovCon competitor intelligence with vendor, agency, value, NAICS, PSC, and source URLs.

## Input

```json
{
  "query": "SIGNED_DATE:[2024/01/01,2024/12/31]",
  "signedFrom": "2024-01-01",
  "signedTo": "2024-12-31",
  "vendor": "STRATEGIC ANALYSIS",
  "maxItems": 50,
  "startOffset": 0
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID"
  },
  "piid": {
    "label": "PIID"
  },
  "title": {
    "label": "Title"
  },
  "signedDate": {
    "label": "Signed date"
  },
  "obligatedAmount": {
    "label": "Obligated amount",
    "format": "number"
  },
  "totalObligatedAmount": {
    "label": "Total obligated",
    "format": "number"
  },
  "vendorName": {
    "label": "Vendor"
  },
  "contractingAgencyName": {
    "label": "Agency"
  },
  "naicsCode": {
    "label": "NAICS"
  },
  "pscCode": {
    "label": "PSC"
  },
  "extentCompetedDescription": {
    "label": "Competition"
  },
  "setAsideDescription": {
    "label": "Set-aside"
  },
  "placeOfPerformanceState": {
    "label": "Place state"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [FPDS Federal Contracts Scraper](https://apify.com/automation-lab/fpds-federal-contracts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/fpds-federal-contracts-scraper) to learn more, explore other use cases, and run it yourself.