# Look Up Company Registration Records | US SEC & UK Lookup

**Use case:** 

Search US SEC EDGAR and UK Companies House by company name — legal name, registration ID, entity type, industry, incorporation. Free registry lookup.

## Input

```json
{
  "companyName": "Energy",
  "jurisdiction": "all",
  "maxResults": 15,
  "includeDetails": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Registry",
    "format": "string"
  },
  "registrationId": {
    "label": "Reg. ID",
    "format": "string"
  },
  "status": {
    "label": "Type / Status",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "incorporated": {
    "label": "Incorporated",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Business Registration Lookup — State Filing Records API](https://apify.com/nexgendata/business-registration-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/business-registration-lookup) to learn more, explore other use cases, and run it yourself.