# Verify Company Website Metadata with Sources

**Use case:** 

Check one company domain and return source-backed name, description, industry candidate, website, timestamp, and provenance—without simulated firmographics.

## Input

```json
{
  "domain": "example.com",
  "integrationSource": "apify-task-c19"
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "nameCandidate": {
    "label": "Name candidate",
    "format": "string"
  },
  "description": {
    "label": "Description candidate",
    "format": "string"
  },
  "industryCandidate": {
    "label": "Industry candidate",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "string"
  },
  "integrationSource": {
    "label": "Integration source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Enrichment — Website Metadata](https://apify.com/vivid_astronaut/company-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vivid_astronaut/company-enrichment) to learn more, explore other use cases, and run it yourself.