Skip to content

Polling for Updates

Incorporations and other Companies House filings move through statuses asynchronously over seconds to hours. You need to detect status changes without hitting rate limits.

  1. [TBD] — which endpoint to poll.
  2. [TBD] — recommended polling cadence.
  3. [TBD] — how to narrow queries with filter[...] and cursor pagination so a poll reads only what’s changed since the last poll.
  • Rate limits apply per brand. See Rate limiting for the numbers. Aggressive polling will hit 429 responses.
  • [TBD] — further domain-specific pitfalls.