# Paraguay Vehicle Imports from Brazil 2025

**Use case:** 

Paraguay HS 8703 passenger vehicle shipments with Brazil in February 2025, with tariff position, dates and USD values.

## Input

```json
{
  "maxItems": 100,
  "withDetails": true,
  "year": "2025",
  "month": "FEBRERO",
  "operation": "ALL",
  "hsCode": "8703",
  "country": "BRASIL"
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "dispatchId": {
    "label": "Dispatch ID",
    "format": "text"
  },
  "regime": {
    "label": "Regime",
    "format": "text"
  },
  "customsOffice": {
    "label": "Customs Office",
    "format": "text"
  },
  "clearanceDate": {
    "label": "Clearance Date",
    "format": "text"
  },
  "hsCode": {
    "label": "HS / NCM Code",
    "format": "text"
  },
  "merchandise": {
    "label": "Merchandise",
    "format": "text"
  },
  "countryOfOrigin": {
    "label": "Country of Origin",
    "format": "text"
  },
  "countryOfProvenanceDestination": {
    "label": "Provenance / Destination",
    "format": "text"
  },
  "netWeightKg": {
    "label": "Net Weight (kg)",
    "format": "number"
  },
  "fobUsd": {
    "label": "FOB (USD)",
    "format": "number"
  },
  "taxableUsd": {
    "label": "Taxable (USD)",
    "format": "number"
  },
  "totalTaxesUsd": {
    "label": "Total Taxes (USD)",
    "format": "number"
  },
  "url": {
    "label": "Source",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Paraguay Customs Import/Export Records Scraper [🏷️ ON SALE 🎉]](https://apify.com/scrapers_lat/paraguay-customs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/paraguay-customs-scraper) to learn more, explore other use cases, and run it yourself.