# DIBBS FSC 6505 RFQ Extractor

**Use case:** 

Extract recent DIBBS pharmaceutical RFQs in FSC 6505 for supplier opportunity research.

## Input

```json
{
  "recentDays": 7,
  "exactDates": [],
  "fscCodes": [
    "6505"
  ],
  "nsns": [],
  "solicitationNumbers": [],
  "keywords": [],
  "statuses": [],
  "setAsideOnly": false,
  "fastAwardOnly": false,
  "technicalDocumentsOnly": false,
  "maxItems": 100
}
```

## Output

```json
{
  "solicitationNumber": {
    "label": "Solicitation",
    "format": "text"
  },
  "nsn": {
    "label": "NSN",
    "format": "text"
  },
  "fsc": {
    "label": "FSC",
    "format": "text"
  },
  "nomenclature": {
    "label": "Nomenclature",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "number"
  },
  "issueDate": {
    "label": "Issue date",
    "format": "text"
  },
  "returnByDate": {
    "label": "Return by",
    "format": "text"
  },
  "setAside": {
    "label": "Set-aside",
    "format": "text"
  },
  "isFastAwardCandidate": {
    "label": "Fast Award",
    "format": "boolean"
  },
  "technicalDocuments": {
    "label": "Technical documents",
    "format": "text"
  },
  "rfqPdfUrl": {
    "label": "RFQ PDF",
    "format": "link"
  },
  "packageUrl": {
    "label": "Package",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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