Skip to main content
Logo
EazMapper
Logo
EazMapper
Get Started Free
menu_bookKnowledge Base

EazMapper Documentation

Everything you need to get started, configure, and master EazMapper.

Installation & Setup

Welcome to EazMapper! This guide will walk you through the process of installing the desktop application on Windows and configuring your initial environment.

info
System Requirements

EazMapper requires Windows 10 (version 2004 or later) or Windows 11. For Mac/Linux users, we recommend using Parallels Desktop.

Initial Configuration

After launching EazMapper for the first time, configure your default settings via the config.json file or through the GUI Settings panel.

config.json
{
  "scrapper_settings": {
    "threads": 5,
    "timeout_ms": 30000,
    "proxy_rotation": true,
    "user_agent_mode": "desktop_random"
  },
  "export_defaults": {
    "format": "csv",
    "include_emails": true
  }
}

Your First Crawl

Running your first crawl is simple. Follow these steps:

// Example Search Queries

>> "Real Estate Agents in New York"
>> "Plumbers near Downtown Chicago"
>> "Software Companies in Bangalore"

License Activation

warningYour license key is sent to your email immediately after purchase.

Go to Settings > Activation in the app, paste your key, and click "Activate".

Smart Filtering

Refine your leads using advanced filters:

  • check_circleHas Email: Only show businesses with a valid email.
  • check_circleHas Phone: Filter out businesses missing contact numbers.
  • check_circleRating: Filter by Google Maps star rating.

Exporting Data

Export your leads to your favorite format:

CSVExcel (XLSX)JSON

Proxy Management

EazMapper supports HTTP/HTTPS proxies. Go to Settings > Network to configure.

Tip: We recommend rotating residential proxies for large-scale crawling.
Developer API

Authentication

All API requests must include your API key in the header.

HTTP Header
Authorization: Bearer YOUR_API_KEY

Endpoints

GET/v1/leads

Retrieve a list of extracted leads.

POST/v1/crawl

Start a new crawl job.

Rate Limits

The API is limited to 100 requests per minute per API key. Exceeding this limit will result in a 429 Too Many Requests response.

Still need help?

Can't find the answer you're looking for? Our support team is available 24/7 to assist with technical issues.