# GSA eLibrary Cybersecurity Contractor Scraper

**Use case:** 

Scrape GSA eLibrary cybersecurity contractors with contract numbers, SINs, SAM UEI, contacts, websites, and addresses.

## Input

```json
{
  "searchTexts": [
    "cybersecurity"
  ],
  "startUrls": [],
  "maxItems": 20,
  "enrichDetails": true,
  "requestDelayMs": 250
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "contractorName": {
    "label": "Contractor"
  },
  "contractNumber": {
    "label": "Contract #"
  },
  "schedule": {
    "label": "Schedule"
  },
  "sin": {
    "label": "SINs"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "samUei": {
    "label": "SAM UEI"
  },
  "naics": {
    "label": "NAICS"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [GSA eLibrary Contractor Scraper](https://apify.com/automation-lab/gsa-elibrary-contractor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/gsa-elibrary-contractor-scraper) to learn more, explore other use cases, and run it yourself.