# Local SEO Audit: Score GBP + On-Page Signals

**Use case:** 

Score each business's Google Business Profile 0-100 plus extract on-page SEO (title, meta, canonical, Open Graph) from any Google Maps search.

## Input

```json
{
  "searchStrings": [
    "plumber Manchester"
  ],
  "queries": [
    {
      "query": "software companies",
      "location": "Berlin",
      "country": "DE"
    }
  ],
  "maxResultsPerQuery": 15,
  "language": "en",
  "includeReviewCount": true,
  "includeReviews": false,
  "maxReviewsPerPlace": 8,
  "reviewsSort": "most_relevant",
  "includePopularTimes": false,
  "enableGbpCompleteness": true,
  "enableSeoAudit": true,
  "enablePhoneValidation": false,
  "enableEmailExtraction": false,
  "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": false,
  "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"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "gbp_completeness": {
    "label": "GBP Score",
    "format": "object"
  },
  "local_rank": {
    "label": "Local Rank",
    "format": "object"
  },
  "seo_audit": {
    "label": "SEO Audit",
    "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.