# Communication Services StockAnalysis | Stock Financials

**Use case:** 

Extract StockAnalysis | Stock Financials and Quotes data filtered by Communication Services. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "tickers": [
    "AAPL",
    "MSFT",
    "GOOGL",
    "AMZN",
    "TSLA"
  ],
  "maxItems": 10,
  "screener": false,
  "sector": "communication-services"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "change": {
    "label": "Change ($)",
    "format": "number"
  },
  "changePercent": {
    "label": "Change (%)",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "format": "text"
  },
  "netIncome": {
    "label": "Net Income",
    "format": "text"
  },
  "peRatio": {
    "label": "P/E Ratio",
    "format": "number"
  },
  "eps": {
    "label": "EPS",
    "format": "text"
  },
  "dividendYield": {
    "label": "Div. Yield",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "exchange": {
    "label": "Exchange",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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