Monitor recent official Israeli company-registry changes for an exact nine-digit
Monitor recent official Israeli company-registry changes for an exact nine-digit company number. Returns filing and status-change events newest first, with dates, deterministic categories, source URLs, and checked_at. Use for counterparty monitoring, supplier due diligence, onboarding refreshes, corporate-event alerts, and registry change detection. Coverage is approximately one year.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://israel-counterparty-intelligence.vercel.app/v1/company-changes/mainnet
| Category | Company and compliance |
|---|---|
| Provider host | israel-counterparty-intelligence.vercel.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"company_number": "514744887",
"language": "en",
"limit": 25,
"lookback_days": 366
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"company_number": {
"description": "Exact nine-digit Israeli company registration number. Defaults to the public sample 514744887 when omitted (marketplace canary / empty paid body).",
"pattern": "^\\d{9}$",
"type": "string"
},
"language": {
"default": "en",
"enum": [
"en",
"he"
],
"type": "string"
},
"limit": {
"default": 25,
"description": "Maximum number of most-recent events to return.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"lookback_days": {
"default": 366,
"description": "Return events recorded during this many recent days.",
"maximum": 366,
"minimum": 1,
"type": "integer"
}
},
"required": [
"company_number",
"lookback_days",
"limit",
"language"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"api_version": {
"type": "string"
},
"changes": {
"properties": {
"available": {
"type": "boolean"
},
"categories_present": {
"items": {
"type": "string"
},
"type": "array"
},
"events": {
"items": {
"properties": {
"category": {
"type": "string"
},
"charge_id": {
"type": [
"string",
"null"
]
},
"event_date": {
"type": [
"string",
"null"
]
},
"request_type": {
"type": "string"
},
"request_type_code": {
"type": [
"string",
"null"
]
},
"source_record_id": {
"type": "string"
}
},
"required": [
"event_date",
"request_type",
"category",
"request_type_code",
"charge_id",
"source_record_id"
],
"type": "object"
},
"type": "array"
},
"latest_event_date": {
"type": [
"string",
"null"
]
},
"returned_count": {
"type": "integer"
},
"total_matching_events": {
"type": "integer"
}
},
"required": [
"available",
"total_matching_events",
"returned_count",
"latest_event_date",
"categories_present",
"events"
],
"type": "object"
},
"checked_at": {
"type": "string"
},
"entity": {
"properties": {
"company_number": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"status": {
"type": "string"
}
},
"required": [
"legal_name",
"company_number",
"status"
],
"type": "object"
},
"evidence": {
"items": {
"type": "object"
},
"type": "array"
},
"limitations": {
"items": {
"type": "string"
},
"type": "array"
},
"query": {
"additionalProperties": false,
"properties": {
"company_number": {
"description": "Exact nine-digit Israeli company registration number. Defaults to the public sample 514744887 when omitted (marketplace canary / empty paid body).",
"pattern": "^\\d{9}$",
"type": "string"
},
"language": {
"default": "en",
"enum": [
"en",
"he"
],
"type": "string"
},
"limit": {
"default": 25,