# gCaptain Maritime News Full Export

**Use case:** 

Full Export of gCaptain Maritime News. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "feedUrl": "https://gcaptain.com/feed/"
}
```

## Output

```json
{
  "title": {
    "label": "📰 Title",
    "format": "text"
  },
  "link": {
    "label": "🔗 Link",
    "format": "text"
  },
  "pubDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "author": {
    "label": "✍️ Author",
    "format": "text"
  },
  "categories": {
    "label": "🏷️ Categories",
    "format": "array"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "content": {
    "label": "📄 Content",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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