UK Individual Insolvency Register Scraper avatar

UK Individual Insolvency Register Scraper

Pricing

from $0.80 / 1,000 record scrapeds

Go to Apify Store
UK Individual Insolvency Register Scraper

UK Individual Insolvency Register Scraper

Search and enumerate the England and Wales Individual Insolvency Register: bankruptcies, Debt Relief Orders and IVAs, with case detail, dates, court, insolvency practitioner and restrictions data.

Pricing

from $0.80 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Categories

Share

UK Bankruptcy & Insolvency Register Scraper

Search the Individual Insolvency Register — the Insolvency Service's statutory record of England & Wales bankruptcies, Debt Relief Orders and IVAs. Returns name, date of birth, address, postcode, insolvency type, court, dates, restrictions and the insolvency practitioner's contact details, in structured JSON.


UK Individual Insolvency Register Scraper Features

  • Searches by name and returns every matching case — bankruptcy, Debt Relief Order, IVA, and any active restrictions order or undertaking (BRO/BRU/DRRO/DRRU)
  • Extracts 20+ fields per case: personal details, court, case number, dates, status, insolvency practitioner and firm, official receiver office
  • Ships with a bundled library of 150+ common UK surnames for a broad sweep out of the box. No search terms required to get started
  • Also takes your own list of names for a targeted lookup instead of a broad sweep
  • Returns trading names and former names where the register publishes them

Who Needs UK Insolvency Register Data?

  • Lenders and BNPL underwriters — flag applicants with an active bankruptcy or DRO before approving credit
  • Landlords and letting agents — run an adverse-credit check on a prospective tenant before signing a lease
  • Recruiters — undischarged bankrupts are barred from certain regulated roles (FCA-approved persons, gambling licences, security work); check before you place someone
  • Debt-purchase and recovery firms — confirm a debtor's insolvency status and discharge date before pursuing a claim
  • KYC and onboarding teams — append an adverse-flag to a UK individual's file, or pair it with company officer data to catch a director who is also an undischarged bankrupt

How UK Individual Insolvency Register Scraper Works

  1. Give it a name, or don't — leave searchTerms empty and it works through its own list of common UK surnames.
  2. It searches the register for each name and pulls every matching case.
  3. For each case, it opens the case detail page and pulls the full record — dates, court, status, restrictions, insolvency practitioner.
  4. You get back a clean, deduplicated dataset. Run it again with a resumeCursor if a big sweep needs more than one pass.

Input

{
"maxItems": 100,
"searchTerms": ["Smith", "Patel"]
}
FieldTypeDefaultDescription
maxItemsinteger10Maximum number of records to return.
searchTermsarrayExact names to search — matches forename, surname, alias or trading name. Leave empty to sweep the bundled surname library instead.

Leave searchTerms empty for a broad register sweep. Set it to specific names — ["Smith"], ["Patel", "Jones"] — for a targeted lookup, the same way you'd use any of the single-name bankruptcy checkers, just with the option to check several names in one run.


UK Individual Insolvency Register Scraper Output Fields

{
"case_id": "750021289",
"full_name": "Hannah Marie Smith - Bankruptcy",
"first_name": "Hannah Marie",
"last_name": "Smith",
"alias_names": "hannah smith",
"date_of_birth": "21/05/1997",
"postcode": "DH6 5HY",
"last_known_address": "1 Front Street, Croxdale, Durham, United Kingdom, DH6 5HY",
"occupation": "self-employed",
"insolvency_type": "Bankruptcy",
"case_number": "5179188/2026",
"court": "Office of the Adjudicator",
"insolvency_date": "22/01/2026",
"discharge_date": "22/01/2027",
"status": "Currently Bankrupt : Automatic Discharge will be 22/01/2027",
"restrictions_type": null,
"restrictions_start": null,
"restrictions_end": null,
"insolvency_practitioner": null,
"ip_firm": null,
"official_receiver_office": "Official Receiver North-East",
"case_url": "https://www.insolvencydirect.bis.gov.uk/eiir/case-details/1/false/750021289/1201617125/U21pdGg",
"query_term": "Smith",
"scraped_at": "2026-09-20T19:48:16.545Z"
}
FieldTypeDescription
case_idstringUnique case identifier on the register.
full_namestringFull name as published (occasionally includes a case-type suffix from the source, e.g. "- Bankruptcy").
first_namestringForename(s).
last_namestringSurname.
alias_namesstringFormer names and trading names, semicolon-separated where more than one is published.
date_of_birthstringDate of birth, where published.
postcodestringPostcode from the last known address.
last_known_addressstringFull last known address.
occupationstringOccupation, where published.
insolvency_typestringBankruptcy, Debt Relief Order, Individual Voluntary Arrangement, or a restrictions order/undertaking.
case_numberstringCourt case number and year, where the case type has one (IVAs are not court cases and have none).
courtstringCourt handling the case, where applicable.
insolvency_datestringOrder, acceptance or arrangement date depending on case type.
discharge_datestringDischarge or completion date, where the case has reached that stage.
statusstringThe register's own status text — includes suspended-discharge and moratorium detail.
restrictions_typestringThe restriction type (BRO/BRU/DRRO/DRRU), where the case is a restrictions case.
restrictions_startstringRestriction accepted/start date.
restrictions_endstringRestriction end date.
insolvency_practitionerstringNamed insolvency practitioner, where one is assigned.
ip_firmstringThe practitioner's firm.
official_receiver_officestringOfficial Receiver or Insolvency Service office handling the case.
case_urlstringDirect link to the case on the register.
query_termstringThe search term that surfaced this record.
scraped_atstringWhen this record was collected.

Resuming a large crawl

Every run emits a resumeCursor in its Output. If a large crawl stops before it finishes — because it hit maxItems, your spend cap (maxTotalChargeUsd), or was aborted — start a new run with the same input plus that resumeCursor to continue from where it left off. The crawl resumes from the queued work the previous run didn't reach.

  • You are not re-charged for records the earlier run already delivered.
  • Resume within your account's run-retention window — on the free tier, roughly your 10 most recent runs. Once the source run is pruned, its resumeCursor is no longer valid.
  • resumeCursor is opaque — supply it unmodified.

FAQ

How do I check if someone is bankrupt in the UK?

UK Individual Insolvency Register Scraper searches the Insolvency Service's own register by name and returns every matching case — bankruptcy, Debt Relief Order or IVA — with dates, court and status. No account or API key required.

What data can I get from the Individual Insolvency Register?

Case type, dates, court, discharge status, restrictions, the assigned insolvency practitioner and firm, and the individual's last known address, postcode, date of birth and occupation where the register publishes them.

Can I search more than one name in a single run?

Yes. Pass an array to searchTerms["Smith", "Patel", "Jones"] — and it works through all of them in one run, deduplicating any case that turns up under more than one name.

Does this cover Scotland or Northern Ireland?

No. The Individual Insolvency Register covers England & Wales only; Scotland and Northern Ireland run separate insolvency registers.

Do I need an account or API key?

No. Point it at a name — or leave searchTerms empty — and it returns register data.


Need More Features?

Need a different name list, additional fields, or a similar register for another jurisdiction? File an issue or get in touch.

Why Use UK Individual Insolvency Register Scraper?

  • Bulk, not single-lookup — checks a list of names in one run instead of one search at a time
  • Fields that decide the answer — most bankruptcy checkers stop at "yes/no"; this one returns the restrictions type and window, the practitioner and firm, and the discharge date — the details that determine whether a hit actually disqualifies someone
  • Works with no setup — no account, no API key, no name required to start; the bundled surname library gets you a broad sweep on the default input alone