# US State DOT Construction Bid & Lettings Aggregator — Full E

**Use case:** 

Scrape the full us state dot construction bid & lettings aggregator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract us state dot construction bid & lettings aggregator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "source": "all",
  "naicsCodes": [
    "237310",
    "237120",
    "237130",
    "237990"
  ],
  "activeOnly": true,
  "maxItems": 200
}
```

## Output

```json
{
  "source_jurisdiction": {
    "label": "Source Jurisdiction",
    "format": "string"
  },
  "bid_id": {
    "label": "Bid Id",
    "format": "string"
  },
  "project_name": {
    "label": "Project Name",
    "format": "string"
  },
  "work_type": {
    "label": "Work Type",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "letting_date": {
    "label": "Letting Date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US State DOT Construction Bid & Lettings Aggregator](https://apify.com/jungle_synthesizer/us-state-dot-construction-bid-lettings-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/us-state-dot-construction-bid-lettings-aggregator) to learn more, explore other use cases, and run it yourself.