# PNV Highway Grid DNIT Brazil Highway Traffic

**Use case:** 

Extract DNIT Brazil Highway Traffic data filtered by PNV Highway Grid. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "resource": "pnv",
  "maxItems": 10
}
```

## Output

```json
{
  "road_id": {
    "label": "🛣️ Road",
    "format": "text"
  },
  "km": {
    "label": "📏 KM",
    "format": "text"
  },
  "latitude": {
    "label": "🌍 Lat",
    "format": "text"
  },
  "longitude": {
    "label": "🌍 Lon",
    "format": "text"
  },
  "vehicle_count": {
    "label": "🚗 Vehicles",
    "format": "text"
  },
  "traffic_type": {
    "label": "🚦 Type",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "region": {
    "label": "🗺️ Region",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DNIT Brazil Highway Traffic Scraper](https://apify.com/parseforge/dnit-brazil-traffic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dnit-brazil-traffic-scraper) to learn more, explore other use cases, and run it yourself.