Companies House Daily Updates avatar

Companies House Daily Updates

Try for free

3 days trial then $5.00/month - No credit card required now

Go to Store
Companies House Daily Updates

Companies House Daily Updates

focused_berimbau/companies-house-advanced-search
Try for free

3 days trial then $5.00/month - No credit card required now

Scrape daily updates from Companies House using the advanced search tool

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • 1 bookmark

  • 97% runs succeeded

  • Created in Dec 2023

  • Modified a year ago

Categories

You can access the Companies House Daily Updates programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.3",
5    "x-build-id": "9wAYy0T3djhjM6IMZ"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/focused_berimbau~companies-house-advanced-search/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-focused_berimbau-companies-house-advanced-search",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/focused_berimbau~companies-house-advanced-search/runs": {
50      "post": {
51        "operationId": "runs-sync-focused_berimbau-companies-house-advanced-search",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/focused_berimbau~companies-house-advanced-search/run-sync": {
93      "post": {
94        "operationId": "run-sync-focused_berimbau-companies-house-advanced-search",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "incorporation_date"
135        ],
136        "properties": {
137          "company_name_includes": {
138            "title": "Company Name Includes",
139            "type": "string",
140            "description": "Include companies with certain name characteristics"
141          },
142          "company_name_excludes": {
143            "title": "Company Name Excludes",
144            "type": "string",
145            "description": "Exclude companies with certain name characteristics"
146          },
147          "company_address_includes": {
148            "title": "Company Address Includes",
149            "type": "string",
150            "description": "Include companies with certain address characteristics"
151          },
152          "incorporation_date": {
153            "title": "Incorporation Date",
154            "type": "string",
155            "description": "Include companies that were incorporated on this date"
156          },
157          "company_status": {
158            "title": "Company Status",
159            "type": "array",
160            "description": "Include companies with a certain company status",
161            "items": {
162              "type": "string",
163              "enum": [
164                "active",
165                "dissolved",
166                "open",
167                "closed",
168                "converted-closed",
169                "receivership",
170                "liquidation",
171                "administration",
172                "insolvency-proceedings",
173                "voluntary-arrangement"
174              ],
175              "enumTitles": [
176                "Active",
177                "Dissolved",
178                "Open",
179                "Closed",
180                "Converted closed",
181                "Receivership",
182                "Liquidation",
183                "Administration",
184                "Insolvency proceedings",
185                "Voluntary arrangement"
186              ]
187            }
188          },
189          "sic_code": {
190            "title": "SIC Code",
191            "type": "string",
192            "description": "Include companies with a certain SIC code"
193          },
194          "company_type": {
195            "title": "Company Type",
196            "type": "array",
197            "description": "Include companies with a certain company type",
198            "items": {
199              "type": "string",
200              "enum": [
201                "assurance-company",
202                "charitable-incorporated-organisation",
203                "converted-or-closed",
204                "northern-ireland-other",
205                "eeig",
206                "european-public-limited-liability-company-se",
207                "further-education-or-sixth-form-college-corporation",
208                "industrial-and-provident-society",
209                "icvc",
210                "llp",
211                "limited-partnership",
212                "northern-ireland",
213                "old-public-company",
214                "oversea-company",
215                "registered-overseas-entity",
216                "private-limited-guarant-nsc",
217                "ltd",
218                "private-limited-guarant-nsc-limited-exemption",
219                "private-limited-shares-section-30-exemption",
220                "private-unlimited",
221                "private-unlimited-nsc",
222                "protected-cell-company",
223                "plc",
224                "registered-society-non-jurisdictional",
225                "royal-charter",
226                "scottish-charitable-incorporated-organisation",
227                "scottish-partnership",
228                "uk-establishment",
229                "unregistered-company"
230              ],
231              "enumTitles": [
232                "Assurance company",
233                "Charitable incorporated organisation",
234                "Converted or closed",
235                "Credit union (Northern Ireland)",
236                "European Economic Interest Grouping (EEIG)",
237                "European public limited liability company (SE)",
238                "Further education or sixth form college corporation",
239                "Industrial and Provident society",
240                "Investment company with variable capital",
241                "Limited liability partnership",
242                "Limited partnership",
243                "Northern Ireland company",
244                "Old public company",
245                "Overseas company",
246                "Overseas entity",
247                "Private limited by guarantee without share capital",
248                "Private limited company",
249                "Private Limited Company by guarantee without share capital, use of 'Limited' exemption",
250                "Private Limited Company, use of 'Limited' exemption",
251                "Private unlimited company",
252                "Private unlimited company without share capital",
253                "Protected cell company",
254                "Public limited company",
255                "Registered society",
256                "Royal charter company",
257                "Scottish charitable incorporated organisation",
258                "Scottish qualifying partnership",
259                "UK establishment company",
260                "Unregistered company"
261              ]
262            }
263          },
264          "company_subtype": {
265            "title": "Company Subtype",
266            "type": "array",
267            "description": "Include companies with a certain company subtype",
268            "items": {
269              "type": "string",
270              "enum": [
271                "community-interest-company",
272                "private-fund-limited-partnership"
273              ],
274              "enumTitles": [
275                "Community interest company",
276                "Private fund limited partnership"
277              ]
278            }
279          },
280          "dissolved_date_from": {
281            "title": "Dissolved Date From",
282            "type": "string",
283            "description": "Include companies that were dissolved on or after this date"
284          },
285          "dissolved_date_to": {
286            "title": "Dissolved Date To",
287            "type": "string",
288            "description": "Include companies that were dissolved on or before this date"
289          }
290        }
291      },
292      "runsResponseSchema": {
293        "type": "object",
294        "properties": {
295          "data": {
296            "type": "object",
297            "properties": {
298              "id": {
299                "type": "string"
300              },
301              "actId": {
302                "type": "string"
303              },
304              "userId": {
305                "type": "string"
306              },
307              "startedAt": {
308                "type": "string",
309                "format": "date-time",
310                "example": "2025-01-08T00:00:00.000Z"
311              },
312              "finishedAt": {
313                "type": "string",
314                "format": "date-time",
315                "example": "2025-01-08T00:00:00.000Z"
316              },
317              "status": {
318                "type": "string",
319                "example": "READY"
320              },
321              "meta": {
322                "type": "object",
323                "properties": {
324                  "origin": {
325                    "type": "string",
326                    "example": "API"
327                  },
328                  "userAgent": {
329                    "type": "string"
330                  }
331                }
332              },
333              "stats": {
334                "type": "object",
335                "properties": {
336                  "inputBodyLen": {
337                    "type": "integer",
338                    "example": 2000
339                  },
340                  "rebootCount": {
341                    "type": "integer",
342                    "example": 0
343                  },
344                  "restartCount": {
345                    "type": "integer",
346                    "example": 0
347                  },
348                  "resurrectCount": {
349                    "type": "integer",
350                    "example": 0
351                  },
352                  "computeUnits": {
353                    "type": "integer",
354                    "example": 0
355                  }
356                }
357              },
358              "options": {
359                "type": "object",
360                "properties": {
361                  "build": {
362                    "type": "string",
363                    "example": "latest"
364                  },
365                  "timeoutSecs": {
366                    "type": "integer",
367                    "example": 300
368                  },
369                  "memoryMbytes": {
370                    "type": "integer",
371                    "example": 1024
372                  },
373                  "diskMbytes": {
374                    "type": "integer",
375                    "example": 2048
376                  }
377                }
378              },
379              "buildId": {
380                "type": "string"
381              },
382              "defaultKeyValueStoreId": {
383                "type": "string"
384              },
385              "defaultDatasetId": {
386                "type": "string"
387              },
388              "defaultRequestQueueId": {
389                "type": "string"
390              },
391              "buildNumber": {
392                "type": "string",
393                "example": "1.0.0"
394              },
395              "containerUrl": {
396                "type": "string"
397              },
398              "usage": {
399                "type": "object",
400                "properties": {
401                  "ACTOR_COMPUTE_UNITS": {
402                    "type": "integer",
403                    "example": 0
404                  },
405                  "DATASET_READS": {
406                    "type": "integer",
407                    "example": 0
408                  },
409                  "DATASET_WRITES": {
410                    "type": "integer",
411                    "example": 0
412                  },
413                  "KEY_VALUE_STORE_READS": {
414                    "type": "integer",
415                    "example": 0
416                  },
417                  "KEY_VALUE_STORE_WRITES": {
418                    "type": "integer",
419                    "example": 1
420                  },
421                  "KEY_VALUE_STORE_LISTS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "REQUEST_QUEUE_READS": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "REQUEST_QUEUE_WRITES": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "DATA_TRANSFER_INTERNAL_GBYTES": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "PROXY_SERPS": {
446                    "type": "integer",
447                    "example": 0
448                  }
449                }
450              },
451              "usageTotalUsd": {
452                "type": "number",
453                "example": 0.00005
454              },
455              "usageUsd": {
456                "type": "object",
457                "properties": {
458                  "ACTOR_COMPUTE_UNITS": {
459                    "type": "integer",
460                    "example": 0
461                  },
462                  "DATASET_READS": {
463                    "type": "integer",
464                    "example": 0
465                  },
466                  "DATASET_WRITES": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "KEY_VALUE_STORE_READS": {
471                    "type": "integer",
472                    "example": 0
473                  },
474                  "KEY_VALUE_STORE_WRITES": {
475                    "type": "number",
476                    "example": 0.00005
477                  },
478                  "KEY_VALUE_STORE_LISTS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "REQUEST_QUEUE_READS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "REQUEST_QUEUE_WRITES": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATA_TRANSFER_INTERNAL_GBYTES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "PROXY_SERPS": {
503                    "type": "integer",
504                    "example": 0
505                  }
506                }
507              }
508            }
509          }
510        }
511      }
512    }
513  }
514}

Companies House Daily Updates OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Companies House Daily Updates from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: