# Lookup Delaware Legal Entities by File Number

**Use case:** 

Precisely retrieve detailed formation data for specific Delaware entities using their file numbers. This is crucial for legal professionals and financial analys

## Input

```json
{
  "mode": "byFileNumber",
  "entityName": "AMAZON",
  "exactMatch": false,
  "fileNumbers": [
    "4210350",
    "5470001",
    "6789123"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxItems": 3
}
```

## 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.