# Find Undervalued German Stocks by P/E Ratio

**Use case:** 

Discover potentially undervalued German stocks by screening for low price-to-earnings ratios. This enables value investors to identify attractive long-term inve

## Input

```json
{
  "mode": "screenStocks",
  "market": "germany",
  "tickers": [],
  "searchQuery": "AAPL",
  "sortBy": "price_earnings_ttm_asc",
  "maxPrice": 100,
  "sectors": [],
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "symbol": {
    "label": "Symbol"
  },
  "exchange": {
    "label": "Exchange"
  },
  "name": {
    "label": "Name"
  },
  "description": {
    "label": "Description"
  },
  "close": {
    "label": "Close"
  },
  "changePercent": {
    "label": "Change percent"
  },
  "marketCap": {
    "label": "Market cap"
  },
  "volume": {
    "label": "Volume"
  },
  "sector": {
    "label": "Sector"
  },
  "industry": {
    "label": "Industry"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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