# Warren Buffett's latest portfolio holdings

**Use case:** 

Extract Warren Buffett's Berkshire Hathaway portfolio from the latest SEC 13F filing on Dataroma.

## Input

```json
{
  "superinvestors": [
    "BRK"
  ],
  "maxResults": 500
}
```

## Output

```json
{
  "superinvestorName": {
    "label": "Superinvestor",
    "format": "text"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "stockName": {
    "label": "Stock",
    "format": "text"
  },
  "percentOfPortfolio": {
    "label": "% of Portfolio",
    "format": "number"
  },
  "recentActivity": {
    "label": "Activity",
    "format": "text"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "reportedPrice": {
    "label": "Reported Price",
    "format": "number"
  },
  "value": {
    "label": "Value ($)",
    "format": "number"
  },
  "currentPrice": {
    "label": "Current Price",
    "format": "number"
  },
  "changeFromReportedPrice": {
    "label": "+/- Reported",
    "format": "number"
  },
  "week52Low": {
    "label": "52W Low",
    "format": "number"
  },
  "week52High": {
    "label": "52W High",
    "format": "number"
  },
  "period": {
    "label": "Period",
    "format": "text"
  },
  "portfolioDate": {
    "label": "Portfolio Date",
    "format": "text"
  },
  "portfolioValue": {
    "label": "Portfolio Value",
    "format": "text"
  },
  "superinvestorUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Superinvestor Portfolio Scraper](https://apify.com/parsebird/superinvestor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/superinvestor-scraper) to learn more, explore other use cases, and run it yourself.