# Open Bids BidNetDirect Government Bids

**Use case:** 

Extract BidNetDirect Government Bids data filtered by Open Bids. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": [
    {
      "url": "https://www.bidnetdirect.com/public/solicitations/open"
    }
  ],
  "maxItems": 10,
  "bidStatus": "open"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "bidStatus": {
    "label": "Status",
    "format": "text"
  },
  "bidId": {
    "label": "Bid ID",
    "format": "text"
  },
  "solicitationNumber": {
    "label": "Solicitation Number",
    "format": "text"
  },
  "contentGroup": {
    "label": "Agency Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "timeRemaining": {
    "label": "Time Remaining",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published Date",
    "format": "text"
  },
  "closingDate": {
    "label": "Closing Date",
    "format": "text"
  },
  "publicationDateTime": {
    "label": "Published Date Time",
    "format": "text"
  },
  "closingDateTime": {
    "label": "Closing Date Time",
    "format": "text"
  },
  "issuingOrganization": {
    "label": "Issuing Organization",
    "format": "text"
  },
  "aiOverview": {
    "label": "AI Overview",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "bidUrl": {
    "label": "Bid URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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