# G20 Inflation and Labour Indicators Scraper

**Use case:** 

Scrape TradingEconomics inflation and labour indicators for major economies with values, references, categories, and source URLs.

## Input

```json
{
  "mode": "country-indicators",
  "countries": [
    "united-states",
    "germany",
    "china",
    "japan",
    "united-kingdom"
  ],
  "categories": [
    "labour",
    "prices"
  ],
  "indicator": "inflation-rate",
  "directUrl": "https://tradingeconomics.com/country-list/inflation-rate",
  "maxIndicators": 300,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "BUYPROXIES94952"
    ]
  }
}
```

## Output

```json
{
  "country": {
    "label": "Country",
    "format": "text"
  },
  "indicator": {
    "label": "Indicator",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "previous": {
    "label": "Previous",
    "format": "number"
  },
  "highest": {
    "label": "Highest",
    "format": "number"
  },
  "lowest": {
    "label": "Lowest",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "reference": {
    "label": "Reference",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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