Documentation

Everything you need to know to get the most out of LocalRank Flow

Downloads

Need Help?

Can't find what you're looking for?

Quick Start

1

Create Account

Sign up for your free trial in under 30 seconds

2

Connect GBP

Link your Google Business Profile for data sync

3

Start Optimizing

Follow AI-powered recommendations

API Quick Example
// Initialize LocalRank Flow API client
const client = new LocalRankFlow({
  apiKey: 'your-api-key',
  environment: 'production'
});

// Get business profile data
const profile = await client.businessProfile.get({
  businessId: 'your-business-id'
});

// Update business information
await client.businessProfile.update({
  businessId: 'your-business-id',
  data: {
    name: 'Updated Business Name',
    description: 'New business description'
  }
});
Quick Start Guide
Beginner

Get up and running with LocalRank Flow in under 5 minutes

3 min
Account Setup
Beginner

Complete guide to setting up your LocalRank Flow account

5 min
Connecting Google Business Profile
Beginner

Step-by-step instructions for connecting your GBP

4 min
Understanding Your Dashboard
Beginner

Navigate and understand your LocalRank Flow dashboard

6 min