# Find federal cybersecurity contractor leads

**Use case:** 

Scrape USAspending recipients: contractor name, UEI, DUNS, registered address, business types, total federal dollars and transaction count. B2B lead-gen.

## Input

```json
{
  "mode": "recipients",
  "keywords": [
    "cybersecurity"
  ],
  "awardCategories": [
    "contracts"
  ],
  "sortAwardsBy": "Award Amount",
  "includeAwardDetails": false,
  "recipientKeywords": [
    "cybersecurity"
  ],
  "recipientAwardType": "contracts",
  "includeRecipientDetails": true,
  "maxResults": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Recipient",
    "format": "text"
  },
  "uei": {
    "label": "UEI",
    "format": "text"
  },
  "totalAwardAmount": {
    "label": "Total $",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "businessTypes": {
    "label": "Business types",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [USAspending Scraper - Federal Awards, Contractors & Leads](https://apify.com/scrapesage/usaspending-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/usaspending-scraper) to learn more, explore other use cases, and run it yourself.