# USCG PSIX Vessel Search Full Export

**Use case:** 

Full Export of USCG PSIX Vessel Search. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "vesselName": "liberty",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "imageUrl",
    "format": "image"
  },
  "vesselName": {
    "label": "vesselName",
    "format": "text"
  },
  "vin": {
    "label": "vin",
    "format": "text"
  },
  "imo": {
    "label": "imo",
    "format": "text"
  },
  "callSign": {
    "label": "callSign",
    "format": "text"
  },
  "flag": {
    "label": "flag",
    "format": "text"
  },
  "service": {
    "label": "service",
    "format": "text"
  },
  "buildYear": {
    "label": "buildYear",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "link"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USCG PSIX Vessel Search Scraper](https://apify.com/parseforge/uscg-psix-vessel-incidents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/uscg-psix-vessel-incidents-scraper) to learn more, explore other use cases, and run it yourself.