Israel Company Changes
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.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0xa0A3…03C82. The signed payment is good for 5 minutes.
- Paid to
- 0xa0A3…03C82
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xa0A3BB49eA4AC723Bcf4d2d1ecde2EE01BA03C82",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 25,
"language": "en",
"lookback_days": 366,
"company_number": "514744887"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"query": {
"limit": 25,
"language": "en",
"lookback_days": 366,
"company_number": "514744887"
},
"entity": {
"status": "פעילה",
"legal_name": "מנדיי. קום בעמ",
"company_number": "514744887"
},
"changes": {
"events": [
{
"category": "FILING",
"charge_id": null,
"event_date": "2026-06-23",
"request_type": "דו~ח שנתי",
"source_record_id": "example-2",
"request_type_code": null
},
{
"category": "COMPLIANCE",
"charge_id": null,
"event_date": "2026-05-26",
"request_type": "עדכון הפרה",
"source_record_id": "example-1",
"request_type_code": null
}
],
"available": true,
"returned_count": 2,
"latest_event_date": "2026-06-23",
"categories_present": [
"COMPLIANCE",
"FILING"
],
"total_matching_events": 2
},
"evidence": [],
"checked_at": "2026-09-04T00:00:00.000Z",
"request_id": "example",
"api_version": "1.0.0",
"limitations": [
"The official changes dataset covers up to approximately one year; an empty result does not prove that no earlier change occurred."
]
}
}
},
"schema": {
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"company_number",
"lookback_days",
"limit",
"language"
],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of most-recent events to return."
},
"language": {
"enum": [
"en",
"he"
],
"type": "string",
"default": "en"
},
"lookback_days": {
"type": "integer",
"default": 366,
"maximum": 366,
"minimum": 1,
"description": "Return events recorded during this many recent days."
},
"company_number": {
"type": "string",
"pattern": "^\\d{9}$",
"description": "Exact nine-digit Israeli company registration number. Defaults to the public sample 514744887 when omitted (marketplace canary / empty paid body)."
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"request_id",
"api_version",
"query",
"entity",
"changes",
"evidence",
"limitations",
"checked_at"
],
"properties": {
"query": {
"type": "object",
"required": [
"company_number",
"lookback_days",
"limit",
"language"
],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of most-recent events to return."
},
"language": {
"enum": [
"en",
"he"
],
"type": "string",
"default": "en"
},
"lookback_days": {
"type": "integer",
"default": 366,
"maximum": 366,
"minimum": 1,
"description": "Return events recorded during this many recent days."
},
"company_number": {
"type": "string",
"pattern": "^\\d{9}$",
"description": "Exact nine-digit Israeli company registration number. Defaults to the public sample 514744887 when omitted (marketplace canary / empty paid body)."
}
},
"additionalProperties": false
},
"entity": {
"type": "object",
"required": [
"legal_name",
"company_number",
"status"
],
"properties": {
"status": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"company_number": {
"type": "string"
}
}
},
"changes": {
"type": "object",
"required": [
"available",
"total_matching_events",
"returned_count",
"latest_event_date",
"categories_present",
"events"
],
"properties": {
"events": {
"type": "array",
"items": {
"type": "object",
"required": [
"event_date",
"request_type",
"category",
"request_type_code",
"charge_id",
"source_record_id"
],
"properties": {
"category": {
"type": "string"
},
"charge_id": {
"type": [
"string",
"null"
]
},
"event_date": {
"type": [
"string",
"null"
]
},
"request_type": {
"type": "string"
},
"source_record_id": {
"type": "string"
},
"request_type_code": {
"type": [
"string",
"null"
]
}
}
}
},
"available": {
"type": "boolean"
},
"returned_count": {
"type": "integer"
},
"latest_event_date": {
"type": [
"string",
"null"
]
},
"categories_present": {
"type": "array",
"items": {
"type": "string"
}
},
"total_matching_events": {
"type": "integer"
}
}
},
"evidence": {
"type": "array",
"items": {
"type": "object"
}
},
"checked_at": {
"type": "string"
},
"request_id": {
"type": "string"
},
"api_version": {
"type": "string"
},
"limitations": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 09:57Z
- Last indexed by Roundhouse
- 2026-09-24 08:10Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 14:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 405
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Israel Company Changes and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Israel%20Company%20Changes' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://israel-counterparty-intelligence.vercel.app/v1/company-changes/mainnet, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.