🏑Address Generator

🏠 Address Generator

The Address Generator tool allows you to create a list of thousands of unique addresses based on a specific geographic location. This is useful for testing, automation, and database population where randomized but realistic address data is required.


πŸ“ How It Works

You provide a central point (latitude & longitude) and set a search radius. Address Generator uses your chosen Provider (e.g., LocationIQ) to generate unique address data within that region.

The output is stored in a database file you name, allowing you to reuse it across multiple modules.


βš™οΈ Settings & Fields

  • Provider – Select your data source (e.g., LocationIQ).

  • Latitude / Longitude – Enter coordinates for the central location. Example: 40.7128 / -74.0060 (New York City)

  • Radius – How far from the center point addresses should be generated (in miles).

  • Radius Step – The incremental distance between address batches.

  • Threads – Number of simultaneous generation threads (1–5). Higher threads = faster generation.

  • Database Name – Choose a name for the address database file. Example: address_database_test


πŸš€ Generating Addresses

  1. Fill out the fields with your desired location and parameters.

  2. Click Generate Addresses.

  3. Your results will appear in the Output panel on the right.

  4. Save or export your generated addresses for use in modules.


πŸ’‘ Tips

  • Larger radii produce more addresses but may take longer to process.

  • Keep threads at a moderate level to balance speed and system stability.

  • Use distinct database names for different projects to stay organized.

Last updated