# Search the ADGM Register by Company Name

**Use case:** 

Search the Abu Dhabi Global Market (ADGM) public register by company name and export official records - registration number, status, type, classification and ad

## Input

```json
{
  "searchQueries": [
    "Capital"
  ],
  "maxResultsPerQuery": 50,
  "pageSize": 50,
  "minIntervalMs": 350
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "registrationNumber": {
    "label": "Reg. no.",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "entityType": {
    "label": "Type",
    "format": "string"
  },
  "entitySubType": {
    "label": "Sub-type",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "incorporationDate": {
    "label": "Incorporated",
    "format": "string"
  },
  "registeredAddress": {
    "label": "Address",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UAE ADGM Public Register Scraper - Company Data](https://apify.com/regdata/uae-adgm-public-register-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/uae-adgm-public-register-scraper) to learn more, explore other use cases, and run it yourself.