# Delaware Business Registration Check by Name

**Use case:** 

Quickly verify the registration status and details of potential business partners or competitors in Delaware. This helps in due diligence, ensuring legal compli

## Input

```json
{
  "mode": "searchByName",
  "entityName": "ACME",
  "exactMatch": false,
  "fileNumbers": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxItems": 10
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name"
  },
  "fileNumber": {
    "label": "File number"
  },
  "entityKind": {
    "label": "Entity kind"
  },
  "residency": {
    "label": "Residency"
  },
  "formationDate": {
    "label": "Formation date"
  },
  "registeredAgentName": {
    "label": "Registered agent name"
  },
  "registeredAgentCity": {
    "label": "Registered agent city"
  }
}
```

## About this Actor

This example demonstrates how to use [Delaware Corporation Entity Search Scraper](https://apify.com/crawlerbros/delaware-corp-entity-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/delaware-corp-entity-search-scraper) to learn more, explore other use cases, and run it yourself.