Israel Company Registry Scraper (Rasham HaChavarot)
Pricing
from $12.75 / 1,000 results
Israel Company Registry Scraper (Rasham HaChavarot)
Scrape the Israeli Registrar of Companies: company number, Hebrew/English name, type, status, incorporation date, government-company and annual-report violation flags, full address and purpose. Search by name or number. Export to JSON, CSV or Excel.
Pricing
from $12.75 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 days ago
Last modified
Categories
Share
Israel Company Registry Scraper (Rasham HaChavarot)
Here is one real result, with every field the actor returns (the AI add-on fields are populated because those add-ons were enabled on the run):
{"companyNumber": "560033102","companyName": "בנק לומברד אודייר אנד קו לימיטד","companyNameEnglish": "BANK LOMBARD ODIER & CO LTD","companyType": "חוץ חברה פרטית","status": "פעילה","statusEnglish": "Active","subStatus": null,"isActive": true,"description": null,"purpose": "לעסוק בסוגי עיסוק שפורטו בתקנון","incorporationDate": "2016-12-08","isGovernmentCompany": false,"limitation": "מוגבלת","isLimited": true,"isViolatingAnnualReport": false,"lastAnnualReportYear": null,"city": "תל אביב - יפו","street": "דה האז","houseNumber": "13","postalCode": "6266704","poBox": null,"careOf": "israel rcprcsentative office-bank lombard odier &co ltd","country": "ישראל","address": "דה האז 13, תל אביב - יפו, 6266704, ישראל","aiCompanySummary": "BANK LOMBARD ODIER & CO LTD is a private foreign company based in Tel Aviv-Yafo, Israel, incorporated on December 8, 2016. The company is active and operates in various business activities as specified in its articles of association.","aiRiskFlags": [],"aiRiskLevel": "low","aiIndustry": "Financial Services","aiIndustryCode": "523110","searchTerm": "Bank","source": "Israel Registrar of Companies (Rasham HaChavarot)","observedAt": "2026-08-14T08:14:32.598Z"}
The most complete Israeli company registry scraper available. It returns every field the Registrar of Companies (Rasham HaChavarot) exposes: company number, Hebrew and English name, type, status, incorporation date, government-company and limitation flags, annual-report violation flag, last filed report year, full registered address and purpose, plus derived English labels (statusEnglish, isActive, isLimited) and optional AI summary, KYB risk flags and industry classification. Search in Hebrew or English, by name or exact number.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor searches the Israeli Registrar of Companies open dataset by keyword (Hebrew or English) or looks up exact company numbers, paginates through the matches, de-duplicates, and writes one normalized record per company to the run's dataset. Hebrew source values are preserved, and English equivalents are derived where possible: the registry status is translated into statusEnglish, and boolean flags (isActive, isLimited, isGovernmentCompany, isViolatingAnnualReport) are computed on top of the raw fields. The registered address parts are joined into a single address. No account or key is required.
Optional paid add-ons attach an English company summary, KYB risk flags, and an industry classification, useful when the source record is in Hebrew.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 10 companies matching Teva.
{"searchQueries": ["Teva"],"maxCompanies": 10}
Search terms work in Hebrew or English. To look up exact companies, pass their numbers in companyNumbers. Set onlyActive to skip struck-off and dissolved entities.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | string[] | no* | ["Teva"] | One or more company names or keywords. Works in Hebrew or English, for example ["Teva", "Bank Hapoalim", "סטארט"]. Each term runs a search and results combine. |
companyNumbers | string[] | no* | (empty) | Exact Israeli company numbers, for example ["520000472"]. Each returns a single company. |
onlyActive | boolean | no | false | Return only companies whose status is active (פעילה), skipping struck-off, dissolved and in-liquidation entities. |
maxCompanies | integer | no | 50 | Maximum companies to return across all terms and numbers. |
withAiCompanySummary | boolean | no | false | Paid add-on. Generate a concise English summary of each company. Requires a paid plan. Billed per usable AI result. |
withAiRiskFlags | boolean | no | false | Paid add-on. Surface KYB/compliance red flags. Requires a paid plan. Billed per usable AI result. |
withAiIndustry | boolean | no | false | Paid add-on. Classify the company's industry with an English label and NAICS-style code. Requires a paid plan. Billed per usable AI result. |
*Provide at least one of searchQueries or companyNumbers. With neither, the run returns a single item with a populated error field and is not charged.
Output reference
One dataset item per company. Types: string, integer, boolean, string[], or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
companyNumber | string | Israeli company number (מספר חברה), unique per company. |
companyName | string | Company name in Hebrew. |
companyNameEnglish | string | Company name in English, or null. |
companyType | string | Corporation type (Hebrew), for example private, public, foreign. |
status | string | Registry status in Hebrew (for example פעילה). |
statusEnglish | string | English status label, for example Active, Struck off, In voluntary liquidation. |
subStatus | string | Registry sub-status, or null. |
isActive | boolean | true when the status is active (פעילה). |
description | string | Company description (Hebrew), or null. |
purpose | string | Company purpose (Hebrew), or null. |
incorporationDate | string | Incorporation date normalized to YYYY-MM-DD. |
isGovernmentCompany | boolean | Whether it is a government company, or null if unknown. |
limitation | string | Limitation text (Hebrew), for example מוגבלת, or null. |
isLimited | boolean | true when the company is limited, or null if unknown. |
isViolatingAnnualReport | boolean | true when flagged as violating annual-report duties. |
lastAnnualReportYear | integer | Year of the last filed annual report, or null. |
city | string | Registered city (Hebrew). |
street | string | Registered street (Hebrew). |
houseNumber | string | House number, or null. |
postalCode | string | Postal code, or null. |
poBox | string | PO box, or null. |
careOf | string | Care-of (אצל) line, or null. |
country | string | Country (Hebrew). |
address | string | Full registered address, the parts joined. |
aiCompanySummary | string | Paid add-on. English company summary, or null when not enabled. |
aiRiskFlags | string[] | Paid add-on. KYB red flags, or null. |
aiRiskLevel | string | Paid add-on. low, medium, or high, or null. |
aiIndustry | string | Paid add-on. English industry label, or null. |
aiIndustryCode | string | Paid add-on. Closest NAICS-style code, or null. |
searchTerm | string | The term or number that produced this record. |
source | string | Always Israel Registrar of Companies (Rasham HaChavarot). |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on error records (no input / source down); success records omit it. |
Example output record
The real BANK LOMBARD ODIER & CO LTD record (from input {"searchQueries": ["Bank"], "maxCompanies": 3, "withAiCompanySummary": true, "withAiRiskFlags": true, "withAiIndustry": true}) is shown in full at the top of this page.
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~israel-companies-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["Teva"],"maxCompanies":25,"onlyActive":true}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~israel-companies-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"companyNumbers":["520000472"]}'
Apify CLI:
apify call scrapers_lat/israel-companies-scraper \--input '{"searchQueries":["Bank"],"maxCompanies":10}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per company record returned (
resultevent). See the pricing tab for the current per-result price. - AI add-ons billed separately. The AI add-ons (
ai_company_summary,ai_risk_flags,ai_industry) are optional paid events charged only when they produce usable output, and require a paid Apify plan. - No charge on failure. If no company matches or the source is down, the actor writes a single item with a populated
errorfield and does not charge for it. - Free Apify plans are capped at 10 companies per run. Upgrade for higher
maxCompanies. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results.
FAQ and troubleshooting
Can I search in English?
Yes. searchQueries works in Hebrew or English. The registry stores English names for many companies, and the actor returns both companyName (Hebrew) and companyNameEnglish.
A search returned nothing. Why? No company in the register matched the term. Try a different spelling or the Hebrew name. Zero-result runs are not charged.
How do I look up one exact company?
Put its company number in companyNumbers. Each returns a single record.
Why are some fields in Hebrew?
The source register is Hebrew. The actor preserves the Hebrew values and adds English equivalents where available (statusEnglish, and the AI add-ons produce English summaries and labels).
What does isViolatingAnnualReport mean?
The registry flags companies that have not met their annual-report filing duties. true marks such companies.
Is this an official government tool? No. This actor is independent and has no affiliation with the Israeli Registrar of Companies. It reads only data published through the data.gov.il open dataset.
Related scrapers
- Ireland CRO Company Registry Scraper: Irish company register records.
- Japan Houjin Bangou Scraper: Japanese corporate number registry records.
- Japan FSA Financial Firms Scraper: registered Japanese financial firms.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with the Israeli Registrar of Companies. Accesses only data published through the data.gov.il open dataset.
