# Macrotrends | Stock Financials and Historical Data Latest

**Use case:** 

Latest Results of Macrotrends | Stock Financials and Historical Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "startUrl": "https://www.macrotrends.net/stocks/charts/AAPL/apple/revenue",
  "maxItems": 25
}
```

## Output

```json
{
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "value": {
    "label": "💹 Value",
    "format": "number"
  },
  "metric": {
    "label": "📊 Metric",
    "format": "text"
  },
  "ticker": {
    "label": "🔖 Ticker / Country",
    "format": "text"
  },
  "url": {
    "label": "🔗 Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Macrotrends Scraper | Stock Financials and Historical Data](https://apify.com/parseforge/macrotrends-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/macrotrends-scraper) to learn more, explore other use cases, and run it yourself.