ParseForge Scrapers

Israel Companies Registrar Scraper

parseforge/israel-companies-registrar-scraper

BusinessLead generationIntegrations

Scrapes official Israeli company records from the data.gov.il companies registrar datastore. Returns each company as a flat row with name, registration number, status, and address.

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

Overview

ParseForge

Israel Companies Registrar Scraper

Scrape official Israeli company records from the national registrar, up to a million per run. Every record returns the company name, registration number, status, and registered address. No login or API key. Export to CSV, JSON, Excel, or XML.

The Israel Companies Registrar publishes the official registry of every company incorporated in Israel, but browsing it manually means searching one entity at a time through a government portal. This Actor reads the public data.gov.il datastore directly, so you can pull thousands of Israeli company records in one batch. Filter by company name or number, set a row limit, and get structured data ready for analysis.

Who uses it What they scrape Israel Companies Registrar for
Due diligence analysts Verify the legal status and registration details of an Israeli company before a deal.
Lead generation teams Build a prospecting list of active Israeli companies by industry or registration date.
Compliance officers Check that a supplier or partner is legally registered and in good standing.
Market researchers Map the company landscape in Israel for a market entry report.

What it does

This Actor collects Israeli company records from the official data.gov.il companies registrar datastore and returns each one as a flat row.

  • ๐Ÿ” Free-text search: filter by company name or registration number so only matching entities land in your dataset.
  • ๐Ÿ“Š Bulk extraction: pull up to a million records in a single run, limited only by the public API.
  • ๐Ÿ“‹ Fixed schema: every row follows the same flat structure, ready for spreadsheets or databases.

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

What you can do with Israel Companies Registrar data

๐Ÿ“‹ Build a company watchlist.

A compliance team pulls all Israeli companies matching a name pattern and flags any with a dissolved or liquidated status for review.

๐Ÿ“ˆ Enrich a CRM with registration data.

A sales operations analyst matches a list of Israeli leads against the registrar to append official company numbers and registered addresses.

๐Ÿ”Ž Investigate a corporate group.

A journalist searches for companies with similar names to map the structure of a corporate group registered in Israel.

๐Ÿ“Š Feed a market analysis pipeline.

A data engineer schedules a weekly pull of new Israeli company registrations and loads them into a data warehouse for trend analysis.

Why choose this scraper

What you get
Official source Data comes directly from the data.gov.il companies registrar datastore, the same public record the government publishes.
No authentication Reads the public API with no login, no API key, and no browser.
Structured output Every record is a flat row with consistent columns, ready for CSV, JSON, Excel, or XML export.

How it compares

No other Store actor targets Israel Companies Registrar the same way, so the honest comparison is with the alternatives teams actually weigh.

Israel Companies Registrar Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Israel Companies Registrar 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 with an optional company name or number query and a row limit; filtering runs server-side so only matching records reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
  "resourceId": "f004176c-b85f-4542-8901-7b3176f9a054",
  "maxItems": 10
}

A larger pull:

{
  "resourceId": "f004176c-b85f-4542-8901-7b3176f9a054",
  "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 Israel Companies Registrar 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 Israel Companies Registrar 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/israel-companies-registrar-scraper"

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

Troubleshooting

Why am I getting no results?

Check your 'Company name or number' query. The search is a free-text match, so try a shorter or more general term. Also confirm the resource ID is set to the default companies datastore.

Why does the run stop before reaching my max items limit?

The Actor returns only as many records as match your query and exist in the public API. If your query matches fewer companies than your limit, the run finishes early with all available results.

Some fields are empty in my results. Is that normal?

Yes. Not every field is populated for every company in the registrar. Empty cells mean the data was not provided in the official record.

I got a timeout or API error. What should I do?

The data.gov.il API may occasionally be slow or unavailable. Retry the run after a few minutes. If the problem persists, reduce the max items count to lower the load on the API.

Can I use a different resource ID to get other Israeli government datasets?

Yes. The resource ID input accepts any valid data.gov.il datastore resource ID. You can replace the default to pull from other public Israeli government datasets that use the same API.

FAQ

Question Answer
What data does the Israel Companies Registrar provide? The public datastore includes the company name, registration number, legal status, registered address, and incorporation date for every entity registered in Israel. The exact fields returned are listed in the dataset preview on the Actor's page.
Do I need an API key or login to scrape the registrar? No. This Actor reads the public data.gov.il API, which does not require authentication. You can run it immediately with your Apify account.
Can I search for a specific Israeli company by name? Yes. Use the 'Company name or number' input field to run a free-text search. The API filters records server-side and returns only matches.
How many company records can I get in one run? You can set the maximum up to 1,000,000 records. The actual number returned depends on how many records match your query and what the public API allows.
Is this the full Israel Companies Registrar or only a subset? It reads the public datastore published on data.gov.il, which contains the official registry of Israeli companies. The dataset is maintained by the government and updated regularly.
Can I filter by company status, like active or dissolved? The input schema supports a free-text name or number query. The status field is returned in the output, so you can filter the results after the run in your spreadsheet or code.
What export formats are supported? You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform, or push it to a cloud storage integration.
Does this Actor scrape the Israel Companies Registrar website? No. It calls the data.gov.il API directly, which is faster and more reliable than browser-based scraping. There is no headless browser overhead.
How often is the data updated? The underlying datastore is maintained by the Israeli government and updated on their schedule. Each run of this Actor fetches the latest available records from the API.
Can I schedule this Actor to run automatically? Yes. Apify supports scheduled runs. You can set it to pull new Israeli company records daily, weekly, or on any cron schedule you need.

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 Israel Companies Registrar. 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
resourceId string data.gov.il datastore resource_id for the companies registrar. Default is the public companies dataset. f004176c-b85f-4542-8901-7b3176f9a054
maxItems integer How many companies to collect per run. 10
query string Optional free-text search (company name). 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~israel-companies-registrar-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 Israel Companies Registrar Scraper on Apify All scrapers