SingStat Cost & Demand Pressure Monitor
Pricing
from $17.00 / 1,000 singstat cost and demand pressure monitors
SingStat Cost & Demand Pressure Monitor
Unofficial, independent Actor; not affiliated with or endorsed by any named source publisher. Map official CPI series changes to customer-defined cost exposures.
Pricing
from $17.00 / 1,000 singstat cost and demand pressure monitors
Rating
0.0
(0)
Developer
Tim Zinin
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Map official CPI series changes to customer-defined cost exposures.

What you get
SingStat Cost & Demand Pressure Monitor turns Official SingStat table M213751, Series, dimensions and periods, Revision-aware table receipt into a bounded cost pressure report. The useful product is not a country-labelled scrape. It is an evidence-to-action unit that can be scheduled, called from an API, or placed inside a monitored operations chain.
A successful row gives you Cost pressure report, Series contributions, Reprice, review or monitor. Its stable identity is based on M213751. Customer enrichment is limited to customer exposure weights. That separation matters: the source supplies observed facts; the buyer supplies criteria; the Actor supplies a reproducible rule application.
Product contract
- Country/source context: Singapore; json.
- Buyer: Singapore finance, pricing and operating teams.
- Primary decision noun: cost pressure report.
- Billable event:
exposure-report. - Price per verified event: $0.02.
- Stable identity: M213751.
- Accepted private run:
V3gmgE6pCVKaFvSflon buildBU9Bj6iieFUio5jfp; Dataset rows 1; measured platform usage $0.000370. - Boundary: Route evidence-backed cost reviews; do not present the aggregate signal as a forecast.
The evidence chain
- Validate the fixed official/public source route and response semantics.
- Extract the named business identifiers and domain facts rather than arbitrary links or array positions.
- Normalize buyer inputs: Exposure weights, Stable monitor identity, Review and action rules.
- Apply Establish free baseline, Compare comparable periods, Apply weighted exposure logic.
- Deliver Cost pressure report, Series contributions, Reprice, review or monitor with source receipt and disclaimer.
- Link the Dataset delivery to the named PPE event and reconcile the run in OUTPUT.
The Actor does not convert an HTTP 200 response into a billable row by default. Source-specific type, marker, identity, row-count, unit, chronology, and completeness checks run before a decision can be delivered.
Who uses it
The primary users are Singapore finance, pricing and operating teams. They usually have a concrete operational question: which item needs review, where an observed benchmark differs from policy, whether an official change deserves routing, or how to prioritize a bounded set without losing the supporting evidence.
Good fit
Use this Actor when the question can be expressed using Exposure weights, Stable monitor identity, Review and action rules and the intended downstream states align with Cost pressure report, Series contributions, Reprice, review or monitor. A good workflow can name its human owner, evidence-retention rule, acceptable source period, and response to monitor/review/action outcomes.
Not a good fit
Do not use it as a general-purpose crawler, unrestricted lead database, professional opinion, safety guarantee, credit or eligibility decision, valuation, or proof of customer intent. Do not expand the fixed source boundary with arbitrary URLs, authenticated pages, personal accounts, or silent residential-proxy fallback.
How to run
The workflow below belongs to execution: it maps the validated evidence chain into a run, reconciliation, and downstream automation.

Apify Console
- Open the Actor Input tab.
- Start from the bounded public example.
- Replace the durable
requestIdormonitorIdonly when you are creating a genuinely new operation. Keep it unchanged for safe retries. - Review source-specific criteria, thresholds, and maximum total charge.
- Run the Actor.
- Read both Dataset and KVS
OUTPUT. Dataset contains item evidence; OUTPUT contains delivery, payment, withholding, and replay truth.
Exact accepted private-canary input
The following input was read back from Apify KVS INPUT for accepted run V3gmgE6pCVKaFvSfl. Its canonical SHA-256 is 756a612a6de1ad3c7ee17a69c3b6282bf739b37caf2078b6a8925f52f336b76f. IDs are synthetic campaign identities, not secrets.
{"monitorId": "c20_singstat_cost_and_demand_pressure_monitor_a83109d78464","exposures": [{"seriesNo": "1","weight": 1}],"comparisonMonths": 12,"reviewThresholdPct": 2,"actionThresholdPct": 4,"maxTotalChargeUsd": 1}
API start
curl -X POST \"https://api.apify.com/v2/acts/cciUcC56f3JNFLJCw/runs?token=$APIFY_TOKEN&waitForFinish=60" \-H 'content-type: application/json' \--data @input.json
A successful POST only proves that a run was created. Always follow the returned run ID, wait for a terminal state, then read Dataset and OUTPUT. Do not resend an ambiguous POST with a new identity.
Scheduling
Schedule according to the upstream publication cadence, not an arbitrary high-frequency polling loop. Retain the same monitor identity for change products. For one-shot decision products, use a new request identity only for a new buyer decision, criteria set, or source observation that should be independently billed.
Pricing
This Actor uses Pay Per Event. The named result event is exposure-report, priced at $0.02 per verified cost pressure report. Apify also applies its standard Actor start event according to the published pricing record and memory rules.
What is paid
A result event is charged only when the corresponding verified Dataset row or batch is delivered through linked PPE delivery. The runtime checks the live pricing contract before work, compares both the Apify platform cap and customer input cap, and refuses a result it cannot afford.
What is free at result level
errorpartialduplicatewithheld
Baselines for stateful monitors are free. A duplicate committed request is free. A pending/uncertain claim is withheld rather than re-delivered. Source validation failures, zero qualifying decisions, and budget stops do not masquerade as paid successes.
Accepted economics evidence
Accepted run V3gmgE6pCVKaFvSfl reports usage $0.000369600 and event counts:
{"apify-actor-start": 1,"exposure-report": 1}
This is evidence for that bounded canary, not a promise of future cost, speed, volume, margin, or savings. Source size, platform pricing, memory, and result count can change. Use maxTotalChargeUsd and monitor your own runs.
Input contract
The Input schema rejects unknown fields. Every required field, enum, pattern, minimum, maximum, array bound, and description is part of the public contract. Do not rely on undocumented coercion.
| Field | Type | Required | Default | Bounds | Meaning |
|---|---|---|---|---|---|
| monitorId | string | yes | none | pattern ^[A-Za-z0-9_-]{8,64}$ | A stable private identifier for this automation. Use the same value on scheduled runs; do not put personal data in it. |
| exposures | array | yes | [{"seriesNo":"1","weight":1}] | minItems 1; maxItems 20 | Unique M213751 series numbers. Weights must sum to 1. |
| comparisonMonths | integer | no | 12 | min 1; max 12 | Use 1 for previous month or 12 for the same month one year earlier; runtime rejects other values. |
| reviewThresholdPct | number | no | 2 | min 0 | Weighted increase that changes the action from monitor to review. |
| actionThresholdPct | number | no | 4 | min 0.000001 | Weighted increase that changes the action from review to act. |
| maxTotalChargeUsd | number | yes | 1 | min 0.005; max 100 | Maximum total run charge accepted by this Actor in addition to the platform cap. |
Input design rules
- IDs are idempotency controls, not labels to randomize on every retry.
- Thresholds must express an operational policy that a reviewer understands.
- Customer facts remain customer facts; the Actor does not pretend the source verified them.
- Lists are bounded to protect source terms, runtime, Dataset size, and customer spend.
maxTotalChargeUsdis a customer-side ceiling; the platform run option is authoritative when stricter.- Secrets do not belong in source URLs, criteria text, Dataset fields, or README examples.
Validation before automation
Run one bounded Console example, inspect every Dataset field and OUTPUT, then create the schedule or webhook. If the decision would cause a consequential action, require human approval after the Actor and before the action.
Real happy, partial, and failure output
Accepted Dataset example
The following is an exact Dataset example captured from accepted run V3gmgE6pCVKaFvSfl; Dataset SHA-256 is 0ca6ccd0ee967d0011a4a148e4db59de4e373db187b071f10faff53e4f96a172.
[{"schemaVersion": "1.0","product": "singstat-cost-and-demand-pressure-monitor","country": "SG","stableId": "M213751:2026 Jun:d19a2757f8bd68ce","decision": "cost pressure report","source": {"tableId": "M213751","url": "https://tablebuilder.singstat.gov.sg/api/table/tabledata/M213751","sha256": "d06844fe7c3a79a3da3d00fda5854190722ed40ab92d81f8cb94dad7f76ae003","bytes": 182925,"retrievedAt": "2026-08-14T12:39:21.185Z"},"latestPeriod": "2026 Jun","action": "monitor","pressurePct": 1.9405,"comparisonMonths": 12,"thresholds": {"reviewPct": 2,"actionPct": 4},"factors": [{"seriesNo": "1","label": "All Items","unit": "Index","weight": 1,"currentPeriod": "2026 Jun","currentValue": 102.858,"comparisonPeriod": "2025 Jun","comparisonValue": 100.9,"changePct": 1.9405,"weightedContributionPct": 1.9405}],"baseline": false,"billable": true}]
Accepted terminal OUTPUT
This exact KVS OUTPUT was captured from the same accepted run; OUTPUT SHA-256 is 635da70e068a6069b64e238271bc30dadd3933699e8714d2bbab71a4ca0acc42.
{"schemaVersion": "1.0","status": "ok","product": "singstat-cost-and-demand-pressure-monitor","delivered": 1,"paid": 1,"withheld": 0,"replaySafe": false,"publicationAuthorized": false,"finishedAt": "2026-08-14T12:39:21.569Z"}
Partial contract shape
The runtime uses a free partial/withheld state when source completeness or delivery certainty is insufficient. This is a contract illustration, not claimed as an additional accepted run:
{"schemaVersion": "1.0","status": "partial","product": "singstat-cost-and-demand-pressure-monitor","delivered": 0,"paid": 0,"withheld": 1,"replaySafe": false,"publicationAuthorized": false,"error": "source-specific validation stopped before verified delivery"}
Failure contract shape
A bounded source or input failure is free at result level and never claims replay safety unless the runtime can prove it. This is a contract illustration:
{"schemaVersion": "1.0","status": "failed","product": "singstat-cost-and-demand-pressure-monitor","delivered": 0,"paid": 0,"withheld": 0,"replaySafe": false,"publicationAuthorized": false,"error": "bounded source or input contract failure"}
Reading terminal truth
deliveredmust reconcile to Dataset rows.paidmust reconcile to billable rows and the named event count.withheldsignals that a row or operation was intentionally not repeated or delivered.replaySafeis true only for states the runtime can safely replay.publicationAuthorizedis a release boundary, not a customer decision field.
Field dictionary
Dataset
| Dataset field | Type | Operational meaning |
|---|---|---|
| schemaVersion | string | Verified schemaVersion field in the accepted cost pressure report row. |
| product | string | Verified product field in the accepted cost pressure report row. |
| country | string | Verified country field in the accepted cost pressure report row. |
| stableId | string | Verified stableId field in the accepted cost pressure report row. |
| decision | string | Verified decision field in the accepted cost pressure report row. |
| action | string | Verified action field in the accepted cost pressure report row. |
| pressurePct | number | Verified pressurePct field in the accepted cost pressure report row. |
| comparisonMonths | integer | Verified comparisonMonths field in the accepted cost pressure report row. |
| thresholds | object | Verified thresholds field in the accepted cost pressure report row. |
| factors | array | Verified factors field in the accepted cost pressure report row. |
| source | object | Verified source field in the accepted cost pressure report row. |
| latestPeriod | string | Verified latestPeriod field in the accepted cost pressure report row. |
| baseline | boolean | Verified baseline field in the accepted cost pressure report row. |
| billable | boolean | Verified billable field in the accepted cost pressure report row. |
Cross-product evidence fields
- stableId — domain identity derived from M213751; never a source array position.
- source — route, official IDs, period, byte/hash receipt, and retrieval time needed to audit the observation.
- action — the explicit routing result after applying buyer criteria to validated source facts.
- criteriaSha256 — integrity fingerprint for normalized criteria; it is not a score.
- baseline — true only when a stateful monitor stores its first comparable snapshot for free.
- billable — true only when the row is eligible for the named linked delivery event.
- attribution/disclaimer — reuse credit and decision boundary that downstream systems should retain.
KVS OUTPUT
OUTPUT is the authoritative run-level receipt. It should be stored beside a workflow execution ID. It does not replace Dataset evidence, and Dataset evidence does not replace OUTPUT billing/replay truth. A robust integration rejects mismatched counts rather than guessing.
Evidence and boundaries
Evidence preserved
The adapter retains the official identity and observed facts required for cost pressure report. It also retains source URL/route, source period or publication identity, retrieval timestamp, response or release hash, normalized criteria fingerprint, and the exact action reason exposed by the domain adapter.
Semantic source validation
The source contract is json on route direct. Validation is domain-specific: expected content type, fixed host/path or official catalog relationship, required identifiers, bounded bytes, structural fields, chronology, duplicate identity, and semantic error bodies are checked before delivery. An upstream login page, generic app shell, consent page, empty report, or malformed file must fail closed.
Security boundary
Network destinations are fixed to approved official/public hosts. Redirects are either disabled or independently revalidated. DNS and address checks reject local/private targets. Responses are streamed under declared byte limits. Buyer input cannot turn the Actor into SSRF, an open proxy, an authenticated crawler, or a credential relay.
Interpretation boundary
Route evidence-backed cost reviews; do not present the aggregate signal as a forecast. The Actor reports observed evidence plus a deterministic rule application. It does not prove causality, future behavior, legal status beyond the cited publication, quality, solvency, safety, intent, or permission to contact.
Privacy boundary
Submit only operationally necessary criteria. Do not provide passwords, access tokens, private correspondence, sensitive personal data, or arbitrary URLs. If the official source exposes public entity facts, retain them only for the documented decision and according to your own legal basis and retention policy.
Decision routing
Route states
- Monitor — evidence is valid but does not cross a review threshold. Store the receipt and wait for the next comparable observation.
- Review — evidence crosses a bounded review rule or needs professional confirmation. Create a queue item with source and factors.
- Action-oriented state — the explicit rule crosses the action threshold. Require the owner and safeguards appropriate to the domain.
- Partial — source completeness is insufficient. Do not interpret missing rows as negative evidence.
- Withheld/uncertain — the runtime will not repeat a potentially delivered item. Reconcile by run ID.
- Failed — no decision claim was made. Fix the input/source boundary or wait for the official source; do not randomize the request ID.
Routing record
Every downstream task should carry stableId, action, factors, source identity, reference period, criteria fingerprint, run ID, Dataset ID, and a link to OUTPUT. This makes it possible to answer “what did we know, which rule ran, and what happened to delivery?” without reconstructing the workflow from logs.
Human review
Human review is not a vague disclaimer. Define the reviewer role, response time, evidence they must inspect, allowed dispositions, and whether a changed source observation is required before action. Keep the reviewer decision separate from the Actor row.
Commercial playbooks
1. Qualification desk
Use Exposure weights, Stable monitor identity, Review and action rules to decide which records deserve analyst time. Preserve the cited source fields beside the action so a reviewer can reproduce why the row was routed.
2. Scheduled monitor
Run on the cadence of the official source, keep the same durable request or monitor identity where the product supports state, and send only verified changes or decision rows downstream.
3. CRM enrichment
Map Cost pressure report, Series contributions, Reprice, review or monitor into evidence fields instead of overwriting customer master data. Keep the source URL, observation period, stable ID, and disclaimer visible.
4. Operational review queue
Treat “review” as a routing state. Assign an owner, retain the evidence receipt, confirm the current source state, and record the human disposition outside the Actor.
5. Portfolio comparison
Run the same bounded criteria over comparable customer items. Compare factors and source periods, not a bare score detached from its evidence and limitations.
6. Audit export
Export Dataset rows and the KVS OUTPUT receipt together. The Dataset explains each delivered item; OUTPUT explains paid, free, withheld, partial, and replay state for the run.
Integration recipes
JavaScript client
const actorId = 'cciUcC56f3JNFLJCw';const input = {"monitorId": "c20_singstat_cost_and_demand_pressure_monitor_a83109d78464","exposures": [{"seriesNo": "1","weight": 1}],"comparisonMonths": 12,"reviewThresholdPct": 2,"actionThresholdPct": 4,"maxTotalChargeUsd": 1};const start = await fetch(`https://api.apify.com/v2/acts/${actorId}/runs?waitForFinish=60&token=${process.env.APIFY_TOKEN}`, {method: 'POST', headers: { 'content-type': 'application/json' }, body: JSON.stringify(input),});const run = (await start.json()).data;if (!['SUCCEEDED', 'FAILED', 'ABORTED', 'TIMED-OUT'].includes(run.status)) throw new Error('poll run to terminal');const [rowsResponse, outputResponse] = await Promise.all([fetch(`https://api.apify.com/v2/datasets/${run.defaultDatasetId}/items?clean=true&token=${process.env.APIFY_TOKEN}`),fetch(`https://api.apify.com/v2/key-value-stores/${run.defaultKeyValueStoreId}/records/OUTPUT?token=${process.env.APIFY_TOKEN}`),]);const rows = await rowsResponse.json();const terminal = await outputResponse.json();if (terminal.delivered !== rows.length) throw new Error('delivery reconciliation failed');
Python client
import os, requestsactor_id = 'cciUcC56f3JNFLJCw'input_payload = {"monitorId": "c20_singstat_cost_and_demand_pressure_monitor_a83109d78464","exposures": [{"seriesNo": "1","weight": 1}],"comparisonMonths": 12,"reviewThresholdPct": 2,"actionThresholdPct": 4,"maxTotalChargeUsd": 1}run = requests.post(f'https://api.apify.com/v2/acts/{actor_id}/runs',params={'token': os.environ['APIFY_TOKEN'], 'waitForFinish': 60},json=input_payload, timeout=75,).json()['data']rows = requests.get(f"https://api.apify.com/v2/datasets/{run['defaultDatasetId']}/items",params={'token': os.environ['APIFY_TOKEN'], 'clean': 'true'}, timeout=30,).json()output = requests.get(f"https://api.apify.com/v2/key-value-stores/{run['defaultKeyValueStoreId']}/records/OUTPUT",params={'token': os.environ['APIFY_TOKEN']}, timeout=30,).json()assert output['delivered'] == len(rows)
n8n
- Schedule Trigger or Webhook receives the bounded buyer criteria.
- HTTP Request starts the Actor with an Apify credential stored in n8n credentials, never in the input URL committed to source control.
- Wait/Poll follows the returned run ID to terminal state.
- Two HTTP Request nodes read Dataset and OUTPUT.
- Code checks delivered/paid counts, allowed status, stableId, source period, and action.
- Switch routes monitor, review, action, partial, withheld, and failed states separately.
- Destination nodes write to Sheets/CRM/ticketing while preserving evidence and disclaimer.
Google Sheets
Use one sheet for decision rows keyed by stableId, and a second run ledger keyed by runId. Recommended decision columns are source period, action, factors, source URL, criteria hash, observation time, and reviewer disposition. Recommended run columns are Dataset ID, delivered, paid, withheld, replaySafe, usage, and OUTPUT link.
CRM
Create an evidence/enrichment activity rather than replacing the CRM’s authoritative legal name, valuation, risk status, or account owner. Store the source identity and observation date. Route review/action states into a task with a named owner; leave monitor states as timeline evidence unless policy says otherwise.
Webhooks
Use an Apify run-succeeded webhook only as a wake-up signal. Fetch the terminal run, Dataset, and OUTPUT using their IDs, then reconcile. Do not trust arbitrary webhook body fields as the complete decision record, and make the receiver idempotent by run ID plus stableId.
Operating guide
Before launch
- Confirm the official source route and reuse boundary remain current.
- Validate public Input schema descriptions and bounded defaults in the rendered Console.
- Run the small example and retain INPUT, Dataset, OUTPUT, build ID, pricing events, and usage.
- Confirm the source observation period is appropriate for the buyer decision.
- Define downstream owners and allowed dispositions.
- Set a customer cap and monitor actual spend.
Daily or scheduled operation
Check terminal status, Dataset count, OUTPUT reconciliation, source period, source hash change, partial flags, and review backlog. When the source has not published a new comparable period, do not fabricate change by rotating an identity. When a source revision changes a prior period, keep both the revision evidence and customer decision history.
Incident runbook
- Stop automatic consequential actions while preserving monitor collection.
- Identify the exact run, build, INPUT hash, Dataset hash, OUTPUT hash, and source receipt.
- Determine whether the fault is input validation, source availability, semantic source drift, budget, linked delivery, or downstream mapping.
- For an ambiguous POST or pending delivery, reconcile the existing run; never start a replacement with a new identity merely to obtain a clean status.
- For source schema drift, update source-specific fixtures and validators, build a new immutable candidate, and rerun acceptance.
- Restore automation only after a bounded canary and replay test prove the corrected path.
Change management
Treat input/output schemas, identity basis, decision rules, source URLs, legal boundary, and pricing noun as product contracts. Version changes deliberately. A README-only edit must not silently redefine runtime behavior, and a runtime change must update examples and field dictionary before release.
Quality checklist
For this product the release gate verifies: Exposure weights, Stable monitor identity, Review and action rules; Official SingStat table M213751, Series, dimensions and periods, Revision-aware table receipt; Establish free baseline, Compare comparable periods, Apply weighted exposure logic; and Cost pressure report, Series contributions, Reprice, review or monitor. It also checks private candidate provenance, exact build source, PPE configuration, bounded accepted run, free error/duplicate behavior, replay and concurrency safety, two immutable diagrams, README length/sections, rendered Store/Input pages, and all-20 wave balance.
FAQ
Is this a generic country scraper?
No. It is the SingStat Cost & Demand Pressure Monitor, designed around cost pressure report and the named official/public source contract. Geography explains the source, not the product category.
Does it crawl accounts or private pages?
No. The implementation is pinned to the source routes documented below. It does not log in, bypass an account, collect messages, or broaden itself to arbitrary customer URLs.
Can a customer supply an arbitrary URL?
No. Source hosts and paths are fixed or derived only through bounded official catalog routes. Buyer inputs select criteria and customer facts; they do not turn the Actor into an open proxy.
What is the primary billable unit?
The single pricing noun is cost pressure report, charged through the named event exposure-report only when a verified billable Dataset item is linked to delivery.
Are errors charged as result events?
No. The contract identifies error, partial, duplicate, withheld as free result states. Apify platform start charges are separate and visible in the run pricing record.
What makes an ID stable?
The identity basis is: M213751. Mutable ranking, source position, or array offset is not treated as the business identity.
Is the score a random hash?
No. The production adapter parses named source fields and applies the explicit rules described in the output. Hashes are used for integrity, criteria fingerprints, and idempotency—not as business scores.
Can I treat an action as a professional conclusion?
No. Route evidence-backed cost reviews; do not present the aggregate signal as a forecast.
How fresh is the data?
Freshness follows the official source and the observation/reference period in the Dataset row. The Actor does not invent a real-time claim when the upstream source is monthly, daily, or a published report.
Why preserve a source hash?
It proves which response or release was used and helps distinguish a changed upstream publication from a changed customer criterion. It does not replace the official source URL.
What happens on an upstream HTML challenge or error page?
Semantic validators reject the body before decision delivery. A 2xx status alone is not enough; required columns, identifiers, counts, content type, and source-specific markers must pass.
Does this require a local proxy?
The accepted product route is the route in the contract: direct. A proxy is never a silent fallback and cannot change a legal or reuse boundary.
How do retries work?
Reuse the same durable request/monitor identity. A committed request returns a free duplicate state; an uncertain pending delivery is withheld rather than repeated blindly. Inspect OUTPUT before authorizing any new request ID.
Can two concurrent runs double-deliver?
The runtime claims a tenant-scoped durable operation before linked delivery. A competing claim is returned as duplicate or withheld. The release gate separately stress-tests this behavior before publication.
Where is the authoritative run summary?
KVS record OUTPUT. Dataset rows carry item evidence; OUTPUT carries run-wide counts and replay safety. Store both when the workflow needs auditability.
Can I remove the disclaimer downstream?
Do not. Preserve attribution, the product disclaimer, source URL, reference period, and the human-review boundary in any CRM, report, or webhook payload.
Does the Actor predict the future?
No. It converts observed official/public evidence and customer criteria into an operational benchmark, monitor, or routing decision. It is not marketed as a forecast unless the product contract explicitly says so—which this one does not.
Does it contain personal data?
The product scope is limited to the documented public/aggregate fields and buyer-supplied operational criteria. Do not submit secrets or unnecessary personal data. Review Dataset examples before connecting another system.
How should I choose thresholds?
Start with the bounded public example, compare decisions against your own review policy, and change one rule at a time. The Actor exposes Cost pressure report, Series contributions, Reprice, review or monitor so threshold effects remain visible.
Why is publicationAuthorized false in canary OUTPUT?
Private acceptance runs deliberately hard-code the publication boundary. Public release is a separate all-20 transaction after source, billing, replay, visual, Store, and anonymous-page gates pass.
What sources are contacted?
https://tablebuilder.singstat.gov.sg/api/table/tabledata/M213751
Can n8n or Make call it?
Yes. Start a run through the Apify API, wait for terminal status, read Dataset items and OUTPUT, then branch on explicit action/status fields. Never branch only on HTTP 201 from the run-start request.
Can I write results to Google Sheets?
Yes. Use stableId as the row key, source reference period as the observation column, and action as a review-routing column. Keep OUTPUT in a separate run ledger sheet.
Can I push into a CRM automatically?
Yes, but write evidence into a dedicated enrichment object or timeline entry. Do not silently overwrite authoritative customer fields, and require human review for consequential actions.
What should support requests include?
Provide the Actor name, run ID, build number, OUTPUT, source receipt/hash, and a redacted input. Never paste the Apify token or another secret.
How do I audit a threshold change?
Keep the old and new normalized criteria, their fingerprints, the same comparable source period, and both decision rows. Explain which of Exposure weights, Stable monitor identity, Review and action rules changed and why the new policy is authorized.
Can I compare different source periods?
Yes, when the domain adapter exposes comparable periods and units. Keep revision and seasonality caveats visible. Never compare ranks or scores across changed definitions without documenting the break.
What if the official source revises history?
Retain both source hashes and observation timestamps. A revision is new evidence, not proof that the earlier Actor run was defective. Re-run only under an authorized identity/revision policy.
What if the source removes a record?
A stateful product reports removal only when the source contract and completeness checks can distinguish a real removal from a partial response. Otherwise the run is partial or withheld.
Should I schedule it every minute?
Usually no. Match the upstream publication cadence and buyer response time. Excess polling adds cost and load without creating fresher official evidence.
Sources and rights
Exact source routes
The implementation uses only the route family defined in contract.json: kind json, host tablebuilder.singstat.gov.sg, route direct. Source metadata, licence/reuse labels, attribution, and product-specific exclusions must be rechecked at production acceptance because public terms and endpoints can change.
Reuse and attribution
This is an unofficial Actor, not affiliated with or endorsed by any named source publisher. Preserve emitted attribution and official disclaimers. Do not broaden reuse rights to excluded content, accounts, listings, messages, or customer data.
Singapore source terminology
Search/source terms: official open data, UEN, public-sector evidence, monitor, review, operational action.
The result preserves official evidence and is an operational signal, not a statutory, financial, hiring, or valuation conclusion.
The local-language labels help operators find and verify the official source. The binding product contract, input schema, field dictionary, pricing noun, and safety boundary remain the English Store documentation above.
Product-specific boundary
- Source evidence: Official SingStat table M213751; Series, dimensions and periods; Revision-aware table receipt.
- Transformation: Establish free baseline; Compare comparable periods; Apply weighted exposure logic.
- Delivered fields: Cost pressure report; Series contributions; Reprice, review or monitor.
- Required interpretation: Route evidence-backed cost reviews; do not present the aggregate signal as a forecast.
- Excluded expansion: arbitrary URLs, account access, messages, private datasets, silent proxy fallback, and claims not supported by cited evidence.
Support evidence
When reporting a source or decision issue, provide run ID V3gmgE6pCVKaFvSfl-style identifiers, build number, redacted INPUT, Dataset and OUTPUT hashes, source period and source receipt. Never send an Apify token, password, private correspondence, or unnecessary personal data.