LocalFalcon Grid Scanner avatar

LocalFalcon Grid Scanner

Pricing

from $0.01 / 1,000 results

Go to Apify Store
LocalFalcon Grid Scanner

LocalFalcon Grid Scanner

Run local ranking grid scans to visualize Google Maps visibility across a geographic area. This actor integrates with the LocalFalcon API to run grid-based local ranking scans. See exactly where your business ranks in Google Maps across a geographic grid essential for local SEO strategy & analysis.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

6 days ago

Last modified

Share

LocalFalcon Grid Scanner - Geographic Local Pack Ranking Visualization

Create geographic ranking grids showing exactly where a business ranks in local search results across a map. Similar to LocalFalcon's signature grid visualization. See rank position at every point in a 5x5, 7x7, 9x9, 11x11, 13x13, or 15x15 grid centered on a location. Track multiple keywords, see competitor rankings, and identify geographic ranking opportunities. BYOK (Bring Your Own Key) - use your LocalFalcon API key.

Features

  • Grid Visualization - 5x5 to 15x15 ranking grids
  • Custom Radius - 1 to 50 mile scan radius
  • Multi-Keyword Tracking - Track multiple search terms per scan
  • Competitor Visibility - See who ranks at each grid point
  • Position Colors - Green (1-3), Yellow (4-10), Red (11-20), Gray (not ranking)
  • Average Rank Calculation - Overall ranking performance score
  • Top 3 Coverage - Percentage of grid where you rank top 3
  • Trend Analysis - Compare scans over time
  • Geographic Insights - Identify strong/weak areas
  • Heatmap Data - Ready for map visualization
  • Webhook Support - Async delivery for automation
  • Demo Mode - Test with sample data before going live

Who Should Use This Actor?

Local SEO Agencies

Show clients exactly where they rank (and don't rank) geographically. Create visual reports that demonstrate the value of local SEO work.

Multi-Location Businesses

Identify geographic coverage gaps between locations. Optimize service area targeting based on actual ranking data.

Franchise Development Teams

Evaluate potential new locations based on competitive grid analysis. Find underserved geographic areas.

Local SEO Specialists

Track ranking improvements over time with before/after grids. Identify optimization opportunities in weak areas.

Marketing Managers

Visualize local search performance for executive reporting. Justify local SEO budget with clear ranking data.

Business Owners

Understand your local search visibility at a glance. See exactly where customers can find you.

Quick Start

Demo Mode (Free Test)

{
"demoMode": true
}

Basic Grid Scan

{
"localFalconApiKey": "your_localfalcon_api_key",
"businessName": "Joe's Plumbing",
"keyword": "plumber near me",
"location": "Saint Louis, MO",
"gridSize": 9,
"radiusMiles": 10,
"demoMode": false
}

Large Coverage Grid

{
"localFalconApiKey": "your_localfalcon_api_key",
"businessName": "Joe's Plumbing",
"keyword": "plumber near me",
"location": "Saint Louis, MO",
"gridSize": 15,
"radiusMiles": 25,
"demoMode": false
}

Precise Location (Lat/Lng)

{
"localFalconApiKey": "your_localfalcon_api_key",
"businessName": "Joe's Plumbing",
"keyword": "emergency plumber",
"latitude": 38.6270,
"longitude": -90.1994,
"gridSize": 11,
"radiusMiles": 15,
"demoMode": false
}

Multiple Keywords

{
"localFalconApiKey": "your_localfalcon_api_key",
"businessName": "Joe's Plumbing",
"keywords": ["plumber near me", "emergency plumber", "drain cleaning"],
"location": "Saint Louis, MO",
"gridSize": 7,
"radiusMiles": 10,
"demoMode": false
}

With Webhook Delivery

{
"localFalconApiKey": "your_localfalcon_api_key",
"businessName": "Joe's Plumbing",
"keyword": "plumber near me",
"location": "Saint Louis, MO",
"gridSize": 9,
"radiusMiles": 10,
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

How to Get Your LocalFalcon API Key

  1. Sign up at LocalFalcon
  2. Go to Settings → API
  3. Generate or copy your API key
  4. Paste it in the localFalconApiKey field

Note: LocalFalcon API requires an active subscription.

Input Parameters

ParameterTypeDefaultDescription
localFalconApiKeystring-Your LocalFalcon API key (required)
businessNamestring-Name of business to track
keywordstring-Single search keyword
keywordsarray-Multiple keywords (alternative)
locationstring-Center point city/address
latitudenumber-Exact center latitude
longitudenumber-Exact center longitude
gridSizenumber9Grid size: 5, 7, 9, 11, 13, or 15
radiusMilesnumber10Scan radius in miles (1-50)
demoModebooleantrueReturn sample data
webhookUrlstring-Webhook URL for results
webhookPlatformstring"custom"Platform: zapier, make, n8n, custom

Grid Size Reference

Grid SizeTotal PointsBest For
5×525Quick overview
7×749Standard tracking
9×981Detailed analysis
11×11121Large service areas
13×13169Metro coverage
15×15225Regional analysis

Radius Guidelines

RadiusBest For
1-5 milesNeighborhood businesses
5-10 milesCity-wide service
10-25 milesMetropolitan coverage
25-50 milesRegional service

Output Format

{
"status": "success",
"timestamp": "2026-01-28T10:30:00.000Z",
"scanId": "scan-20260128-001",
"data": {
"businessName": "Joe's Plumbing",
"keyword": "plumber near me",
"gridSize": 9,
"radiusMiles": 10,
"centerPoint": {
"location": "Saint Louis, MO",
"lat": 38.6270,
"lng": -90.1994
},
"summary": {
"avgRank": 4.2,
"medianRank": 3,
"top3Count": 45,
"top3Percent": 55.6,
"top10Count": 72,
"top10Percent": 88.9,
"notRanking": 9,
"notRankingPercent": 11.1,
"totalPoints": 81,
"bestRank": 1,
"worstRank": 18
},
"gridData": [
{
"row": 0,
"col": 0,
"lat": 38.7120,
"lng": -90.2844,
"rank": 3,
"rankColor": "green",
"localPack": true,
"competitors": [
{"name": "Competitor A", "rank": 1},
{"name": "Competitor B", "rank": 2}
]
},
{
"row": 0,
"col": 1,
"lat": 38.7120,
"lng": -90.2419,
"rank": 1,
"rankColor": "green",
"localPack": true,
"competitors": [
{"name": "Competitor B", "rank": 2},
{"name": "Competitor C", "rank": 3}
]
}
],
"heatmapData": {
"bounds": {
"north": 38.7970,
"south": 38.4570,
"east": -89.9144,
"west": -90.4844
},
"intensityScale": [
{"rank": 1, "color": "#00ff00", "intensity": 1.0},
{"rank": 3, "color": "#22ff00", "intensity": 0.9},
{"rank": 10, "color": "#ffff00", "intensity": 0.5},
{"rank": 20, "color": "#ff0000", "intensity": 0.1}
]
},
"geographicInsights": {
"strongAreas": ["Northwest", "Central"],
"weakAreas": ["Southeast"],
"opportunities": [
"Southeast quadrant has low coverage - consider GBP optimization for this area"
]
},
"topCompetitors": [
{"name": "Competitor A", "avgRank": 2.8, "top3Count": 52},
{"name": "Competitor B", "avgRank": 3.5, "top3Count": 41},
{"name": "Competitor C", "avgRank": 5.2, "top3Count": 28}
]
},
"billingEvents": [
{"event": "grid_scan", "gridSize": 9, "points": 81, "unitPrice": 0.02, "total": 1.62}
]
}

Rank Color Coding

ColorRank RangeMeaning
Green1-3Top of local pack
Yellow4-10Page 1 (below pack)
Red11-20Page 2
GrayNot rankingNot in top 20

Pricing (Pay-Per-Event)

EventDescriptionPrice
grid_pointPer ranking check point$0.02

Example costs by grid size:

  • 5×5 grid (25 points): 25 × $0.02 = $0.50
  • 7×7 grid (49 points): 49 × $0.02 = $0.98
  • 9×9 grid (81 points): 81 × $0.02 = $1.62
  • 11×11 grid (121 points): 121 × $0.02 = $2.42
  • 13×13 grid (169 points): 169 × $0.02 = $3.38
  • 15×15 grid (225 points): 225 × $0.02 = $4.50
  • Demo mode: $0.00

Note: You also consume LocalFalcon API credits (billed separately).

Common Scenarios

Scenario 1: Monthly Client Reporting

{
"localFalconApiKey": "your_key",
"businessName": "Client Business",
"keyword": "main service near me",
"location": "Client City, ST",
"gridSize": 9,
"radiusMiles": 10,
"webhookUrl": "https://hooks.zapier.com/...",
"demoMode": false
}

Monthly grid scans for client ranking reports.

Scenario 2: Competitive Analysis

{
"localFalconApiKey": "your_key",
"businessName": "Competitor Name",
"keyword": "industry keyword",
"location": "Your City, ST",
"gridSize": 11,
"radiusMiles": 15,
"demoMode": false
}

Analyze competitor geographic strength.

Scenario 3: Before/After Optimization

{
"localFalconApiKey": "your_key",
"businessName": "Client Business",
"keywords": ["primary keyword", "secondary keyword"],
"location": "Client City, ST",
"gridSize": 7,
"radiusMiles": 10,
"demoMode": false
}

Track ranking improvements after optimization work.

Webhook & Automation Integration

Zapier / Make.com / n8n

  1. Create a webhook trigger in your automation platform
  2. Copy the webhook URL to webhookUrl
  3. Route grid data to visualization tools

Popular automations:

  • Grid data -> Google Sheets (historical tracking)
  • Monthly scan -> Email report to client
  • Low coverage alert -> Slack notification
  • Grid data -> Custom dashboard visualization

Apify Scheduled Runs

Schedule weekly or monthly scans for ongoing rank tracking.

LocalFalcon Suite Comparison

ActorBest For
Grid ScannerGeographic ranking visualization
GBP MonitorProfile change detection
Local Business Intelligence SuiteComplete local SEO audit

FAQ

Q: How is this different from LocalFalcon's web app?

A: Same underlying data, but API access for automation. Integrate grid scans into your workflows, reports, and dashboards.

Q: Can I track competitors?

A: The scan shows competitor rankings at each point. Enter a competitor's name as businessName to see their grid.

Q: How often should I scan?

A: Monthly is standard for client reporting. Weekly for active optimization campaigns. On-demand before/after changes.

Q: What if my business doesn't show in the local pack?

A: Grid points where you don't rank show "notRanking". This helps identify geographic optimization opportunities.

Q: Can I visualize the data?

A: The output includes heatmapData with coordinates and colors. Use with Google Maps API or Leaflet for visualization.

Common Problems & Solutions

"Business not found at grid point"

  • Business may not rank in local pack at that location
  • This is useful data - shows coverage gaps
  • Check notRanking count in summary

"Invalid location"

  • Verify city/state format ("City, ST")
  • Or use exact lat/lng coordinates
  • Location must be in LocalFalcon's coverage

"Scan taking too long"

  • Larger grids take longer (15×15 = 225 API calls)
  • Use webhook for async delivery
  • Start with smaller grid (7×7) for testing

"Demo data showing"

  • Set demoMode: false
  • Provide valid localFalconApiKey

📞 Support


Built by John Rippy | Actor Arsenal