# DACH Legal Audit: Impressum & GDPR Compliance Scanner

**Use case:** 

Find DACH businesses missing Impressum, privacy policy, or a cookie-consent tool — perfect for legal/compliance and agency outbound in DE, AT, CH.

## Input

```json
{
  "searchStrings": [
    "Steuerberater Hamburg"
  ],
  "queries": [
    {
      "query": "software companies",
      "location": "Berlin",
      "country": "DE"
    }
  ],
  "maxResultsPerQuery": 15,
  "language": "de",
  "includeReviewCount": true,
  "includeReviews": false,
  "maxReviewsPerPlace": 8,
  "reviewsSort": "most_relevant",
  "includePopularTimes": false,
  "enableGbpCompleteness": false,
  "enableSeoAudit": false,
  "enablePhoneValidation": false,
  "enableEmailExtraction": true,
  "enableEmailVerification": false,
  "enableFacebookScrape": false,
  "enableLinkedInCompanyScrape": false,
  "enableTwitterScrape": false,
  "enableInstagramScrape": false,
  "enableTikTokScrape": false,
  "tikTokMaxVideosPerProfile": 6,
  "enableYouTubeChannelScrape": false,
  "enableSslInspection": false,
  "enableWhoisDns": false,
  "enableTechStack": false,
  "enableBrokenLinkCheck": false,
  "enablePageSpeedAudit": false,
  "enableComplianceScan": true,
  "enableFreshnessCheck": false,
  "enableJobBoardPresence": false,
  "googleApiKey": "",
  "pageSpeedStrategy": "mobile",
  "enableChainDetection": false,
  "enableContactExtraction": false,
  "enableJobExtraction": false,
  "enableAiIcebreaker": false,
  "enableReviewIntelligence": false,
  "enableIcebreakerEnriched": false,
  "icebreakerTone": "friendly",
  "enableBrowserFallback": false,
  "outputLanguage": "en",
  "geminiApiKey": "",
  "groqApiKey": "",
  "openrouterApiKey": "",
  "waitForAddOns": true,
  "addOnWaitCapMs": 1800000,
  "excludeCids": [],
  "maxConcurrency": 10,
  "requestDelay": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emails_from_website": {
    "label": "Emails",
    "format": "array"
  },
  "broken_links": {
    "label": "Broken Links",
    "format": "object"
  },
  "freshness": {
    "label": "Freshness",
    "format": "object"
  },
  "compliance": {
    "label": "Legal Compliance",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper | $1/1k Places](https://apify.com/santamaria-automations/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/santamaria-automations/google-maps-scraper) to learn more, explore other use cases, and run it yourself.