UAE ADGM Public Register Scraper - Company Data avatar

UAE ADGM Public Register Scraper - Company Data

Pricing

from $7.00 / 1,000 entity records

Go to Apify Store
UAE ADGM Public Register Scraper - Company Data

UAE ADGM Public Register Scraper - Company Data

Scrape the Abu Dhabi Global Market (ADGM) public register: company name, registration number, status, type, classification, incorporation date, address and trade names. Search by name, identifier or trade name. No API key.

Pricing

from $7.00 / 1,000 entity records

Rating

0.0

(0)

Developer

getregdata

getregdata

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

UAE ADGM Public Register Scraper - Abu Dhabi Company Data

Extract official company data from the Abu Dhabi Global Market (ADGM) public register - the corporate registry of Abu Dhabi's international financial free zone. Search by entity name, registration number or trade name and get clean, structured JSON: status, entity type, classification, incorporation date, registered address and trade names. No API key.

There is no official public API for the ADGM register. This actor is the API.

Why this actor

ADGM is one of the Gulf's major financial free zones (home to thousands of funds, SPVs and holding companies), but its register is a JavaScript-heavy portal with no API and no bulk export - and no existing scraper on Apify. This actor turns it into a clean data source for KYC / KYB, due diligence and market research on Abu Dhabi entities.

Zero setup - clean structured data, no scripting

The ADGM register has no official API and runs as a single-page app. This actor handles access, pagination and parsing for you - send a search term and get structured JSON back. No API key, no proxy, no browser to script. All access costs are included in the price.

Quick Start

Click Try it and search by name (returns all matching entities):

{
"searchQueries": ["Capital"],
"maxResultsPerQuery": 50
}

Or look up exact entities by registration number:

{
"searchQueries": ["000009292", "22435"]
}

Input

FieldTypeDescription
searchQueriesarrayEntity names, registration numbers or trade names to search. Each query returns all matches (paginated).
maxResultsPerQueryintegerCap per query. 0 = no limit (all matches). Default 100.
pageSizeintegerResults per request, 1-100. Default 50.
minIntervalMsintegerPolite delay between requests. Default 350.

Search is a broad "contains" match across the register (e.g. Capital -> every entity with "capital" in its data), ordered by name. Use a registration number for an exact single-entity lookup.

Output

One dataset item per entity:

{
"name": "247 CAPITAL HOLDINGS LIMITED",
"registrationNumber": "000009292",
"status": "Registered",
"entityType": "Private Company Limited By Shares",
"entitySubType": "Special Purpose Vehicle",
"category": "Non-Financial (Category B)",
"incorporationDate": "2023-02-08",
"isContinued": false,
"registeredAddress": "Level 15, Al Khatem Tower, Abu Dhabi Global Market Square, Al Maryah Island, Abu Dhabi, United Arab Emirates",
"addresses": ["Level 15, Al Khatem Tower, ..."],
"tradeNames": [{ "name": "247 CAPITAL HOLDINGS LIMITED", "status": "Active" }],
"jurisdiction": "ADGM (Abu Dhabi Global Market)",
"source": "ADGM Public Register (newreg.adgm.com)",
"sourceUrl": "https://newreg.adgm.com/s/search-results",
"searchQuery": "000009292",
"scrapedAt": "2026-06-28T00:00:00.000Z"
}

Common use cases

  • KYC / KYB onboarding - verify an ADGM entity's existence, status and type from a name or registration number.
  • Due diligence - check status (Registered / Expired), classification and incorporation date.
  • Fund & SPV research - map ADGM-registered funds, SPVs and holding companies.
  • Market intelligence - track entity types and categories across the free zone.

Data source & compliance

  • Source: the official ADGM public register (newreg.adgm.com), the statutory register of the Abu Dhabi Global Market. Every record is stamped with its sourceUrl and retrieval timestamp.
  • Public, free data only. This actor reads the open public-search interface; it does not bypass any login, and it does not access the restricted UBO/beneficial-ownership register.
  • Query-driven by design - it looks up the entities you ask for, not a bulk copy of the register.
  • Use the data lawfully (KYC/AML, due diligence, research). Register disclosure is statutory under ADGM regulations; this actor exposes entity-level data, not personal data of individuals.

Notes

  • The public register exposes entity-level data (name, status, type, classification, dates, address, trade names). Directors/officers are not part of the public ADGM register.
  • ADGM registration numbers are typically 6 digits (companies) or prefixed (e.g. TL-… permits). Both work as search terms.