# Arbitrum Safe Global Multisig Transactions

**Use case:** 

Extract Safe Global Multisig Transactions data filtered by Arbitrum. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "network": "arbitrum",
  "maxItems": 10
}
```

## Output

```json
{
  "safe": {
    "label": "🔹 safe",
    "format": "text"
  },
  "to": {
    "label": "🔹 to",
    "format": "text"
  },
  "value": {
    "label": "🔹 value",
    "format": "text"
  },
  "data": {
    "label": "🔹 data",
    "format": "text"
  },
  "executionDate": {
    "label": "🔹 executionDate",
    "format": "text"
  },
  "txHash": {
    "label": "🔹 txHash",
    "format": "text"
  },
  "confirmations": {
    "label": "🔹 confirmations",
    "format": "text"
  },
  "nonce": {
    "label": "🔹 nonce",
    "format": "text"
  },
  "isExecuted": {
    "label": "🔹 isExecuted",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

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