# German Impressum Lead Data Scraper

**Use case:** 

Submit German company websites and extract public Impressum data including company name, address, emails, phone numbers, and directors.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rewe.de"
    },
    {
      "url": "https://www.dm.de"
    }
  ],
  "maxPagesPerDomain": 8,
  "includeSubpages": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "inputUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "inputDomain": {
    "label": "Input domain"
  },
  "imprintUrl": {
    "label": "Imprint URL",
    "format": "link"
  },
  "status": {
    "label": "Status"
  },
  "companyName": {
    "label": "Company"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "address": {
    "label": "Address"
  },
  "emails": {
    "label": "Emails"
  },
  "phoneNumbers": {
    "label": "Phones"
  },
  "vatId": {
    "label": "VAT ID"
  },
  "registrationCourt": {
    "label": "Register court"
  },
  "registrationNumber": {
    "label": "Register no."
  },
  "managingDirectors": {
    "label": "Decision makers"
  },
  "responsiblePerson": {
    "label": "Responsible person"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "confidenceFlags": {
    "label": "Confidence flags"
  },
  "sourceSnippets": {
    "label": "Source snippets"
  },
  "pagesChecked": {
    "label": "Pages checked"
  },
  "errorMessage": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [German Imprint Leads Scraper](https://apify.com/automation-lab/german-imprint-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/german-imprint-leads-scraper) to learn more, explore other use cases, and run it yourself.