# Basic Materials Finviz Stock Screener

**Use case:** 

Extract Finviz Stock Screener data filtered by Basic Materials. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sector": "basicmaterials"
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "text"
  },
  "pe": {
    "label": "P/E",
    "format": "text"
  },
  "eps": {
    "label": "EPS (TTM)",
    "format": "text"
  },
  "dividend": {
    "label": "Dividend Yield",
    "format": "text"
  },
  "volume": {
    "label": "Volume",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "change": {
    "label": "Change",
    "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 [Finviz Stock Screener Scraper](https://apify.com/parseforge/finviz-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/finviz-scraper) to learn more, explore other use cases, and run it yourself.