# Company Profile Information for Stripe

**Use case:** 

Retrieve a unified company card for stripe.com, including its tech stack and official registry details like legal name and status.

## Input

```json
{
  "companies": [
    "stripe.com"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "registry": {
    "label": "Registry",
    "format": "object"
  },
  "registryMatch": {
    "label": "Registry match confidence",
    "format": "object"
  },
  "registryCandidates": {
    "label": "Registry candidates",
    "format": "array"
  },
  "tech": {
    "label": "Tech",
    "format": "object"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Profile Lookup](https://apify.com/zinin/company-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/company-lookup) to learn more, explore other use cases, and run it yourself.