# Synthetic Financial Data Generator — Full Export

**Use case:** 

Scrape the full synthetic financial data generator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract synthetic financial data generator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "numAccounts": 5,
  "currency": "USD",
  "dateRangeMonths": 6,
  "fraudRate": 2,
  "includeFraudLabels": true,
  "seed": 0
}
```

## Output

```json
{
  "transaction_id": {
    "label": "Transaction Id",
    "format": "string"
  },
  "account_id": {
    "label": "Account Id",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "amount": {
    "label": "Amount",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "merchant_name": {
    "label": "Merchant Name",
    "format": "string"
  },
  "balance_after": {
    "label": "Balance After",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Synthetic Financial Data Generator](https://apify.com/jungle_synthesizer/synthetic-financial-data-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/synthetic-financial-data-generator) to learn more, explore other use cases, and run it yourself.