# Company Enrichment for Nvidia

**Use case:** 

Create an Nvidia snapshot with industry, headquarters, founding year and description so investors get context fast.

## Input

```json
{
  "companies": [
    {
      "name": "Nvidia",
      "domain": "nvidia.com"
    }
  ],
  "findFields": [
    "industry",
    "headquarters",
    "foundedYear",
    "description",
    "employeeRange"
  ]
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "employeeRange": {
    "label": "Employees",
    "format": "text"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter",
    "format": "link"
  },
  "estimatedRevenue": {
    "label": "Est. revenue",
    "format": "text"
  },
  "techStack": {
    "label": "Tech stack",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "link"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "observedAt": {
    "label": "Found at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Company Research & Firmographic Enrichment](https://apify.com/scrapers_lat/company-research-enrichment-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/company-research-enrichment-tool) to learn more, explore other use cases, and run it yourself.