# 3FIRE GSA eLibrary

**Use case:** 

Extract GSA eLibrary data filtered by 3FIRE. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "category": [
    "3FIRE"
  ],
  "maxItems": 1,
  "includeDetails": false
}
```

## Output

```json
{
  "contractNumber": {
    "label": "Contract Number",
    "format": "text"
  },
  "contractor": {
    "label": "Contractor",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "contractorInformationUrl": {
    "label": "Contractor Information URL",
    "format": "url"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "call": {
    "label": "Call",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "email"
  },
  "webAddress": {
    "label": "Web Address",
    "format": "url"
  },
  "govtPocName": {
    "label": "Govt. POC Name",
    "format": "text"
  },
  "govtPocEmail": {
    "label": "Govt. POC Email",
    "format": "email"
  },
  "govtPocPhoneNumber": {
    "label": "Govt. POC Phone Number",
    "format": "text"
  },
  "samUei": {
    "label": "SAM UEI",
    "format": "text"
  },
  "socioEconomic": {
    "label": "Socio-Economic",
    "format": "text"
  },
  "currentOptionPeriodEndDate": {
    "label": "Current Option Period End Date",
    "format": "text"
  },
  "termsConditions": {
    "label": "Terms & Conditions",
    "format": "url"
  },
  "epls": {
    "label": "EPLS",
    "format": "text"
  },
  "catalogLinks": {
    "label": "Catalog Links",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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