# GSA eLibrary Search URL Contractor Extractor

**Use case:** 

Extract contractor records from direct GSA eLibrary search URLs for procurement research, lead lists, and market mapping.

## Input

```json
{
  "searchTexts": [
    "cybersecurity"
  ],
  "startUrls": [
    {
      "url": "https://www.gsaelibrary.gsa.gov/ElibMain/searchResults.do?searchText=cloud%20computing&searchType=allWords"
    }
  ],
  "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.