# Find SEC-Registered Capital & Investment Firms | EDGAR

**Use case:** 

Look up capital and investment firms in SEC EDGAR — legal name, CIK, entity type, SIC industry, and state of incorporation. Free company registration lookup.

## Input

```json
{
  "companyName": "Capital",
  "jurisdiction": "us",
  "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.