# Screen Large-Cap Healthcare Stocks with Finviz

**Use case:** 

Screen large-cap healthcare stocks with Finviz: ticker, company, sector, industry, market cap, P/E, price, and change. No API key needed.

## Input

```json
{
  "screenerUrl": "https://finviz.com/screener.ashx?v=111&f=cap_large,sec_healthcare",
  "maxResults": 25
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "text"
  },
  "pe": {
    "label": "P/E",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "change": {
    "label": "Change",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Finviz Stock Screener — US Market Data API](https://apify.com/nexgendata/finviz-stock-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/finviz-stock-screener) to learn more, explore other use cases, and run it yourself.