The Local Business Intelligence Suite avatar
The Local Business Intelligence Suite

Pricing

from $1.00 / 1,000 results

Go to Apify Store
The Local Business Intelligence Suite

The Local Business Intelligence Suite

God Mode for Local SEO Stop Paying for 10+ Separate Local SEO Tools You're currently paying for: BrightLocal ($39/mo), LocalFalcon ($29/mo), GatherUp ($99/mo), SEMrush ($129/mo), Moz Local ($14/mo), Yext ($499/mo), ReviewTrackers ($49/mo), & a dozen browser extensions. What if one tool did it all?

Pricing

from $1.00 / 1,000 results

Rating

4.0

(1)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

3

Monthly active users

8 days ago

Last modified

Share

LBIS Pro - Local Business Intelligence Suite

The ultimate local SEO intelligence suite. 19 modules: GBP scraping, multi-platform reviews, LocalFalcon-style grid ranking, citation audits, Reddit research, Census market data, lookalike finder, and more. Replaces BrightLocal, LocalFalcon, Moz Local, GatherUp. Pay-per-event pricing. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Automated data collection
  • Structured output format
  • Error handling
  • Pay-per-event billing

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

All tasks return a consistent output structure:

{
task: string; // Task that was run
status: 'success' | 'partial' | 'failed';
businessName: string;
location: string; // "City, ST"
timestamp: string; // ISO timestamp
duration: number; // Milliseconds
dataPoints: number; // Data items collected
data: object; // Task-specific data
billingEvents: Array<{
event: string;
count: number;
unitPrice: number;
total: number;
}>;
}

Pricing

This actor uses pay-per-event billing:

  • data_point: $0.01 per result

Use Cases

  • Data collection
  • Research
  • Automation

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal