# Sui Fullnode Owned Objects Full Export

**Use case:** 

Full Export of Sui Fullnode Owned Objects. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "ownerAddress": "0x0000000000000000000000000000000000000000000000000000000000000005",
  "maxItems": 500
}
```

## Output

```json
{
  "objectId": {
    "label": "🔹 objectId",
    "format": "text"
  },
  "version": {
    "label": "🔹 version",
    "format": "text"
  },
  "digest": {
    "label": "🔹 digest",
    "format": "text"
  },
  "type": {
    "label": "🔹 type",
    "format": "text"
  },
  "owner": {
    "label": "🔹 owner",
    "format": "text"
  },
  "content": {
    "label": "🔹 content",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sui Fullnode Owned Objects Scraper](https://apify.com/parseforge/sui-fullnode-objects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sui-fullnode-objects-scraper) to learn more, explore other use cases, and run it yourself.