# Fixed Assets BEA National Accounts

**Use case:** 

Extract BEA National Accounts data filtered by Fixed Assets. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "datasetName": "FixedAssets",
  "tableName": "T10101",
  "frequency": "Q",
  "year": "X",
  "maxItems": 10
}
```

## Output

```json
{
  "tableId": {
    "label": "📋 Table ID",
    "format": "text"
  },
  "lineNumber": {
    "label": "🔢 Line",
    "format": "text"
  },
  "timePeriod": {
    "label": "📅 Time Period",
    "format": "text"
  },
  "dataValue": {
    "label": "💰 Value",
    "format": "text"
  },
  "units": {
    "label": "📐 Units",
    "format": "text"
  },
  "seriesCode": {
    "label": "🔖 Series Code",
    "format": "text"
  },
  "lineDescription": {
    "label": "📝 Line Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BEA National Accounts Scraper](https://apify.com/parseforge/bea-national-accounts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bea-national-accounts-scraper) to learn more, explore other use cases, and run it yourself.