VOOZH about

URL: https://apify.com/jungle_synthesizer/dibbs-rfq-scraper

⇱ DIBBS RFQ Scraper Β· Apify


Pricing

Pay per event

Go to Apify Store

Scrape Request for Quotation solicitations from DLA's DIBBS (Defense Logistics Agency Internet Bid Board System). Extracts solicitation numbers, NSNs, descriptions, quantities, units, return-by dates, and PDF links.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

25 days ago

Last modified

Share

Scrape Request for Quotation (RFQ) solicitations from the DLA Internet Bid Board System (DIBBS) β€” the U.S. Defense Logistics Agency's public procurement portal at www.dibbs.bsm.dla.mil.

Each run returns structured RFQ records with solicitation numbers, NSNs, item nomenclature, quantities, quote deadlines, and direct PDF links so you can respond to defense contracts without manual copy-paste from the site.


What you get

One dataset record per open RFQ solicitation:

FieldTypeDescription
nsnstringNational Stock Number β€” e.g. 8455-01-665-8745
fscCodestringFederal Supply Class (first 4 NSN digits)
nsnDetailUrlstringLink to the NSN detail page on DIBBS
nomenclaturestringPlain-language item name/description
hasTechDocsbooleanWhether technical documents are available
solicitationNumberstringUnique solicitation identifier
solicitationPdfUrlstringDirect link to the solicitation PDF
packageViewUrlstringLink to the Package View detail page
quoteStatusstringCurrent RFQ/quote status
purchaseRequeststringPurchase request number
quantitystringRequired quantity
issuedDatestringISO date the solicitation was issued
returnByDatestringISO date quotes are due
scrapedAtstringISO timestamp when the record was collected

How it works

DIBBS requires a browser β€” every URL redirects to a DoD consent banner (dodwarning.aspx) that must be clicked before any data is accessible. After consent, the actor browses the RFQ by Issue Date index, opens each date's record page (an ASP.NET GridView table), extracts all 9 data columns per row, and pages through multi-page date sets via __doPostBack links.

For filtered queries (NSN, FSC, keyword, or solicitation number), the actor submits the DIBBS search form and extracts matching results instead.


Input

FieldTypeDefaultDescription
maxItemsinteger200Maximum number of RFQ records to return. Required.
nsnFilterstringβ€”Filter by National Stock Number. Leave blank for all NSNs.
fscFilterstringβ€”Filter by Federal Supply Class code (first 4 digits of NSN).
solicitationFilterstringβ€”Filter by solicitation number prefix or partial match.
keywordFilterstringβ€”Filter by keyword in item description.

Minimal run

{
"maxItems":100
}

Filtered run β€” find open RFQs for a specific NSN

{
"maxItems":50,
"nsnFilter":"8455-01-665-8745"
}

Filtered run β€” all aircraft-parts solicitations

{
"maxItems":200,
"fscFilter":"1560"
}

Notes

  • No account required. DIBBS is a public procurement portal β€” all scraped data is openly accessible.
  • U.S. government site. Data collected is from a .mil domain with no robots.txt restrictions on public listing pages.
  • No proxy needed. Standard datacenter IPs are accepted; there is no anti-bot protection beyond the DoD consent banner.
  • Session concurrency: 1. A single browser session navigates the site in sequence to avoid consent-state conflicts.
  • Pagination handled automatically. Multi-page date sets are fully traversed; maxItems applies across the entire run.

Pricing

Billed per record via the pay-per-result model β€” you only pay for records actually collected, not for browser time or empty pages.

You might also like

DIBBS RFQ Scraper

parseforge/dibbs-rfq-scraper

Collect RFQ solicitations from DLA DIBBS. Get solicitation numbers, NSNs, descriptions, quantities, return-by dates, and PDF links. Filter by NSN, FSC code, solicitation number, or keyword. Great for government contractors tracking procurement opportunities.

PDF Scraper

onidivo/pdf-scraper

Scrape and extract text from PDF links.

πŸ‘ User avatar

Onidivo Technologies

512

Bid.cars Scraper

lexis-solutions/bid-cars-scraper

Scrape auction listings from bid.carsβ€”including car makes, models, auction statuses, bid prices, seller details, and sale dates. Ideal for automotive market analysis, price tracking, and lead generation. Fast, structured, and customizable extraction from bid.cars.

πŸ‘ User avatar

Lexis Solutions

34

5.0

BidNet Direct Government Bids Scraper

jungle_synthesizer/bidnetdirect-government-bids-scraper

Scrape government bid solicitations from BidNet Direct β€” the US public procurement portal. Filter by keyword, status (open/closed/awarded), and location. Exports bid title, URL, location, publication date, closing date, bid ID, and days remaining. Built for procurement monitoring.

πŸ‘ User avatar

BowTiedRaccoon

6

Alibaba RFQ Scraper

xtracto/alibaba-rfq-scraper

Pull buying requests (RFQs) from Alibaba's sourcing marketplace by keyword.

πŸ‘ User avatar

Farhan Febrian Nauval

22

Freight Forwarder & Logistics Company Scraper

getdataforu/freight-forwarder-directory-scraper

Scrape 5,500+ freight forwarders and logistics companies worldwide (FIATA, 150 countries). Filter by country and member type. Build B2B logistics company lists β€” company-level data, no personal contacts. JSON/CSV.

2

5.0

Do Request

useful-tools/do-request

Simple Actor that does request based on the Actor's Input. It allows to overcome issue with WebHooks not supporting to set request Headers.

28