# DIBBS RFQ Data Export

**Use case:** 

Data Export of DIBBS RFQ. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "includeDetails": false,
  "includePdfText": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "solicitationNumber": {
    "label": "Solicitation #"
  },
  "nsn": {
    "label": "NSN"
  },
  "description": {
    "label": "Description"
  },
  "quantity": {
    "label": "Qty"
  },
  "returnByDate": {
    "label": "Return By"
  },
  "pdfUrl": {
    "label": "PDF",
    "format": "link"
  }
}
```

## About this Actor

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