# Aptos Mainnet Transactions Latest Results

**Use case:** 

Latest Results of Aptos Mainnet Transactions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startVersion": "1000000000",
  "maxItems": 25
}
```

## Output

```json
{
  "version": {
    "label": "🔹 version",
    "format": "text"
  },
  "hash": {
    "label": "🔹 hash",
    "format": "text"
  },
  "sender": {
    "label": "🔹 sender",
    "format": "text"
  },
  "sequence_number": {
    "label": "🔹 sequence_number",
    "format": "text"
  },
  "gas_used": {
    "label": "🔹 gas_used",
    "format": "text"
  },
  "success": {
    "label": "🔹 success",
    "format": "text"
  },
  "vm_status": {
    "label": "🔹 vm_status",
    "format": "text"
  },
  "timestamp": {
    "label": "🔹 timestamp",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Aptos Mainnet Transactions Scraper](https://apify.com/parseforge/aptos-mainnet-transactions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/aptos-mainnet-transactions-scraper) to learn more, explore other use cases, and run it yourself.