# Indices TASE Tel Aviv Listings

**Use case:** 

Extract TASE Tel Aviv Listings data filtered by Indices. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "securityType": "indices"
}
```

## Output

```json
{
  "symbol": {
    "label": "📈 Symbol",
    "format": "text"
  },
  "name": {
    "label": "📛 Name",
    "format": "text"
  },
  "isin": {
    "label": "🆔 ISIN",
    "format": "text"
  },
  "sector": {
    "label": "🏷️ Sector",
    "format": "text"
  },
  "last_price": {
    "label": "💲 Last Price",
    "format": "text"
  },
  "change_pct": {
    "label": "📊 Change %",
    "format": "text"
  },
  "volume": {
    "label": "📦 Volume",
    "format": "text"
  },
  "market_cap": {
    "label": "💰 Market Cap",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TASE Tel Aviv Listings Scraper](https://apify.com/parseforge/tase-tel-aviv-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tase-tel-aviv-listings-scraper) to learn more, explore other use cases, and run it yourself.