ParseForge Scrapers

TASE Tel Aviv Listings Scraper

parseforge/tase-tel-aviv-listings-scraper

AutomationIntegrations

Scrapes TASE listings by security type and optional symbol filter. Returns each listing as a flat row with symbol and catalog data.

Run this scraper See the API call
Total users
2
Monthly active
0
Total runs
89
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

TASE Tel Aviv Listings Scraper

Scrape TASE listings for shares, indices, bonds, ETFs, and warrants, up to a million per run. Each listing comes with its symbol, security type, and full catalog data. No login or API key. Export to CSV, JSON, Excel, or XML.

The Tel Aviv Stock Exchange publishes its securities catalog across several pages, but there is no bulk download. This Actor reads the public TASE listings directly, filtered by security type and symbol, and returns each match in one fixed schema. It works for shares, indices, bonds, ETFs, and warrants.

Who uses it What they scrape TASE Tel Aviv Stock Exchange for
Financial analysts Build a complete list of TASE-listed shares for screening and valuation.
Quant researchers Pull the full bond catalog to backtest fixed-income strategies.
Portfolio managers Monitor new ETF listings and their symbols for asset allocation.
Data vendors Refresh a database of TASE indices and constituents on a schedule.
Compliance officers Verify warrant symbols and terms against exchange records.

What it does

This Actor collects TASE listings by security type and optional symbol filter, and returns each one as a flat row.

  • ๐Ÿ“‹ Security type selector: choose shares, indices, bonds, ETFs, or warrants.
  • ๐Ÿ” Symbol filter: pass a comma-separated list of symbols to fetch only those listings.
  • โš™๏ธ Max items control: set a hard cap from 1 to 1,000,000 rows per run.
  • ๐Ÿ“ฆ Flat output: every listing is a single row with the same fields, ready for CSV or JSON.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with TASE Tel Aviv Stock Exchange data

๐Ÿ“ˆ Build a TASE share universe.

A quant researcher pulls all shares with one run, filters by symbol, and feeds the list into a screening model.

๐Ÿ“Š Track bond listings for fixed income.

A portfolio manager schedules a weekly scrape of the bonds catalog to spot new issues and maturities.

๐Ÿงบ Monitor ETF launches.

A data vendor runs the Actor daily for ETFs and pushes new symbols to a client dashboard.

๐Ÿ”Ž Verify warrant terms.

A compliance officer passes a list of warrant symbols and checks the returned rows against internal records.

Why choose this scraper

What you get
No API key Reads the public TASE catalog without registration or tokens.
All security types Shares, indices, bonds, ETFs, and warrants in one Actor.
Symbol targeting Fetch only the symbols you care about, not the whole exchange.
Scheduled refreshes Run on Apify Scheduler to keep your dataset current.

How it compares

No other Store actor targets TASE Tel Aviv Stock Exchange the same way, so the honest comparison is with the alternatives teams actually weigh.

TASE Tel Aviv Listings Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When TASE Tel Aviv Stock Exchange changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a security type and an optional comma-separated symbol list, and the max items cap stops the run once you have enough rows. The Input tab lists every parameter.

A first run with the defaults:

{
  "maxItems": 10
}

A larger pull:

{
  "maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.85
1,000 results $8.50
10,000 results $85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the TASE Tel Aviv Listings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to TASE Tel Aviv Stock Exchange through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/tase-tel-aviv-listings-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your symbolFilter symbols exist for the chosen securityType. TASE symbols are case-sensitive and may include Hebrew characters. Try leaving symbolFilter empty to see all listings.

Why did the run stop at 10 items?

Free users are limited to 10 items as a preview. Upgrade to a paid plan and set maxItems higher to get more rows.

Why are some fields empty?

Not every security type has the same metadata. For example, indices may not have the same fields as shares. The Actor returns whatever TASE publishes for that type.

Can I get the data in English?

The TASE catalog is in Hebrew. The Actor does not translate fields. If you need English, you will have to post-process the dataset.

FAQ

Question Answer
Do I need a TASE account or API key? No. The Actor reads the public TASE listings pages directly. No login, token, or registration is required.
Which security types can I scrape? Shares, indices, bonds, ETFs, and warrants. Pick one per run with the securityType input.
Can I filter by symbol? Yes. Pass a comma-separated list in symbolFilter, for example 'TEVA,LUMI'. Leave it empty to get all symbols of the chosen type.
What is the maximum number of listings per run? Free users are limited to 10 items as a preview. Paid users can set maxItems up to 1,000,000.
What format is the output? Each listing is a flat row in the dataset. You can export to CSV, JSON, Excel, or XML from Apify.
Does this Actor get real-time prices? No. It scrapes the listings catalog, which includes symbols and security metadata, not live quotes.
Can I schedule this Actor? Yes. Use Apify Scheduler to run it daily, weekly, or at any interval to keep your dataset fresh.
Is the data in Hebrew or English? The TASE catalog is primarily in Hebrew. The Actor returns the raw fields as published, so expect Hebrew text for names and descriptions.
What if I get no results? Check your symbolFilter spelling and make sure the securityType matches the symbols you requested. Also confirm maxItems is at least 1.
Can I scrape all security types in one run? No, the Actor handles one security type per run. Run it multiple times with different securityType values to cover all types.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Tel Aviv Stock Exchange Ltd. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10
securityType string (5 options) Which TASE security catalog to pull. shares
symbolFilter string Comma-separated symbols. Empty = all. not set

Pricing

from $7.50 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.0075 to $0.0085

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~tase-tel-aviv-listings-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run TASE Tel Aviv Listings Scraper on Apify All scrapers