# IMF World Economic Outlook | WEO Indicators Data in United

**Use case:** 

Find and extract IMF World Economic Outlook | WEO Indicators Data in United States. Get structured data with all key fields, ready to export for outreach or

## Input

```json
{
  "maxItems": 10,
  "indicator": "NGDP_RPCH",
  "country": "United States"
}
```

## Output

```json
{
  "country": {
    "label": "country",
    "format": "text"
  },
  "indicator": {
    "label": "indicator",
    "format": "text"
  },
  "year": {
    "label": "year",
    "format": "text"
  },
  "value": {
    "label": "value",
    "format": "text"
  },
  "unit": {
    "label": "unit",
    "format": "text"
  },
  "source": {
    "label": "source",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [IMF World Economic Outlook Scraper | WEO Indicators Data](https://apify.com/parseforge/imf-weo-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/imf-weo-scraper) to learn more, explore other use cases, and run it yourself.