# Period of Performance Start Date Government Contract Awards

**Use case:** 

Extract Government Contract Awards data filtered by Period of Performance Start Date. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "keywords": "cybersecurity",
  "maxItems": 10,
  "awardTypes": [
    "A",
    "B",
    "C",
    "D"
  ],
  "startDate": "2024-01-01",
  "endDate": "2024-12-31",
  "sortBy": "Period of Performance Start Date",
  "sortOrder": "desc",
  "fetchDetailPages": true,
  "maxConcurrency": 5,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "awardId": {
    "label": "Award ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "recipientName": {
    "label": "Recipient",
    "format": "text"
  },
  "recipientUei": {
    "label": "Recipient UEI",
    "format": "text"
  },
  "awardAmount": {
    "label": "Award Amount",
    "format": "number"
  },
  "baseAndAllOptions": {
    "label": "Potential Value",
    "format": "number"
  },
  "dateSigned": {
    "label": "Date Signed",
    "format": "date"
  },
  "awardingAgency": {
    "label": "Awarding Agency",
    "format": "text"
  },
  "awardingSubAgency": {
    "label": "Sub Agency",
    "format": "text"
  },
  "fundingAgency": {
    "label": "Funding Agency",
    "format": "text"
  },
  "awardType": {
    "label": "Award Type",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "naicsCode": {
    "label": "NAICS",
    "format": "text"
  },
  "naicsDescription": {
    "label": "NAICS Desc",
    "format": "text"
  },
  "productServiceCode": {
    "label": "PSC",
    "format": "text"
  },
  "productServiceCodeDescription": {
    "label": "PSC Desc",
    "format": "text"
  },
  "contractPricingType": {
    "label": "Pricing Type",
    "format": "text"
  },
  "extentCompeted": {
    "label": "Competition",
    "format": "text"
  },
  "numberOfOffersReceived": {
    "label": "Offers",
    "format": "number"
  },
  "typeSetAside": {
    "label": "Set Aside",
    "format": "text"
  },
  "periodOfPerformanceStartDate": {
    "label": "Start Date",
    "format": "date"
  },
  "periodOfPerformanceEndDate": {
    "label": "End Date",
    "format": "date"
  },
  "potentialEndDate": {
    "label": "Potential End",
    "format": "date"
  },
  "recipientCity": {
    "label": "Recipient City",
    "format": "text"
  },
  "recipientState": {
    "label": "Recipient State",
    "format": "text"
  },
  "recipientZip": {
    "label": "Recipient Zip",
    "format": "text"
  },
  "parentRecipientName": {
    "label": "Parent Company",
    "format": "text"
  },
  "recipientBusinessCategories": {
    "label": "Business Categories",
    "format": "object"
  },
  "placeOfPerformanceCity": {
    "label": "PoP City",
    "format": "text"
  },
  "placeOfPerformanceState": {
    "label": "PoP State",
    "format": "text"
  },
  "parentAwardId": {
    "label": "Parent Award",
    "format": "text"
  },
  "subawardCount": {
    "label": "Subawards",
    "format": "number"
  },
  "internalId": {
    "label": "Internal ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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