Citation God Mode - Ultimate NAP Consistency Checker avatar

Citation God Mode - Ultimate NAP Consistency Checker

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Citation God Mode - Ultimate NAP Consistency Checker

Citation God Mode - Ultimate NAP Consistency Checker

Citation God Mode combining 4 powerful engines into 1 comprehensive tool: Moz Integration - Quick scan Moz's listing tool (50+ directories) Direct Scraping - Deep scrape of 60+ directories Cross-Validation - Determines "canonical" NAP by weighing data AI Analysis - recommendations & fix suggestions

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

2

Bookmarked

14

Total users

5

Monthly active users

4 days ago

Last modified

Share

The most comprehensive citation checker on Apify. Combines Moz Local Listings, direct platform scraping (60+ directories), cross-validation engine, and AI-powered analysis. Get the definitive truth about your business citations.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Anthropic API key for Claude AI analysis (required if AI analysis enabled)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"providedUrls": "https://example.com"
}

Run with real data

{
"demoMode": false,
"scanMode": "standard",
"enableMozScan": true,
"enableDirectScrape": true,
"useDedicatedScrapers": true,
"enableCrossValidation": true,
"enableAiAnalysis": true,
"anthropicApiKey": "YOUR_API_KEY_HERE",
"providedUrls": "https://example.com"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
businessNamestring-NoThe exact business name to check across all directories
streetAddressstring-NoStreet address (e.g., '123 Main St Suite 100')
citystring-NoCity name
statestring-NoState abbreviation (e.g., 'FL', 'CA')
zipCodestring-No5-digit ZIP code
phonestring-NoBusiness phone number in any format
websitestring-NoBusiness website (optional)
industrystring-NoBusiness industry/category for filtering relevant platforms (e.g., 'restaurant', 'plumber', 'lawyer', 'real estate'). Platforms not relevant to your industry will be marked as N/A and won't affect your score.
googlePlaceIdstring-NoGoogle Maps Place ID for the business. When provided, GBP is automatically marked as 'correct' since it's the source of truth for NAP data.
scanModestring"standard"NoChoose scan depth: quick (Moz only ~2min), standard (top 20 directories ~5min), deep (all 60+ directories ~15min), god-mode (everything + AI ~20min)
enableMozScanbooleantrueNoRun Moz Local Listing checker (free tier, checks 50+ directories quickly)
enableDirectScrapebooleantrueNoDirectly scrape directory platforms for detailed NAP data
useDedicatedScrapersbooleantrueNoUse our dedicated Apify scrapers for Yelp, Manta, Houzz, DoorDash, and Grubhub (more reliable but uses additional compute)
enableCrossValidationbooleantrueNoCross-reference data from multiple sources to determine canonical NAP
enableAiAnalysisbooleantrueNoUse Claude AI to generate recommendations and fix suggestions
anthropicApiKeystring-Yes*Your Anthropic API key for Claude AI analysis (required if AI analysis enabled)
platformsarray-NoOnly check these specific platforms (leave empty for all based on scan mode)
providedUrlsobject-NoPre-known URLs for specific platforms (e.g., {"yelp": "https://yelp.com/biz/..."})
webhookUrlstring-NoURL to POST results to when complete
demoModebooleantrueNoRun with sample data to test the actor without real scraping

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
God Mode AuditEach comprehensive citation audit completed$0.10

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal