# Delaware corporation search by company name

**Use case:** 

Search the Delaware corporation registry for OpenAI name matches and export entity identity, formation, and registered-agent records.

## Input

```json
{
  "searchTerms": [
    "OpenAI"
  ],
  "fileNumbers": [],
  "exactMatch": false,
  "maxItems": 3,
  "maxRetries": 2
}
```

## Output

```json
{
  "fileNumber": {
    "label": "File number",
    "format": "string"
  },
  "entityName": {
    "label": "Entity name",
    "format": "string"
  },
  "formationDate": {
    "label": "Formation date",
    "format": "string"
  },
  "entityKind": {
    "label": "Entity kind",
    "format": "string"
  },
  "entityType": {
    "label": "Entity type",
    "format": "string"
  },
  "residency": {
    "label": "Residency",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "registeredAgent": {
    "label": "Registered agent",
    "format": "object"
  },
  "matchedBy": {
    "label": "Matched by",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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