Real Random Address Generator avatar
Real Random Address Generator

Pricing

$5.00 / 1,000 results

Go to Apify Store
Real Random Address Generator

Real Random Address Generator

An Apify actor that generates realistic, verifiable addresses from 190+ countries. Perfect for testing, QA, e‑commerce development, and form validation workflows where authentic postal codes and geographic data are required.

Pricing

$5.00 / 1,000 results

Rating

4.0

(1)

Developer

Kulwinder

Kulwinder

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

An Apify actor that generates realistic, verifiable addresses from 190+ countries. Perfect for testing, QA, e‑commerce development, and form validation workflows where authentic postal codes and geographic data are required.


📌 Features

  • Generate random real addresses with proper formatting and postal codes.
  • Supports 190+ countries and optional state/region filtering.
  • Provides both display-ready strings and structured address components.
  • Includes latitude/longitude coordinates for map verification.
  • Output views for overview tables, and raw data.

🚀 Usage

Input

The actor accepts the following input schema:

FieldTypeRequiredDefaultDescription
countrystringTarget country (e.g. "United States")
statestring""Optional state/region (e.g. "California")
quantityinteger100Number of addresses to generate
useApifyProxybooleanfalseEnable/disable Apify Proxy

Example:

{
"country": "United States",
"state": "California",
"quantity": 50,
"useApifyProxy": false
}

Output

The dataset schema includes:

  • id → Unique identifier
  • display_address → Quick display string
  • complete_address → Structured fields (house number, road, city, state, postcode, country, country code)
  • latitude / longitude → Coordinates for map verification

Views

  • Overview → Table of IDs, addresses, and coordinates
  • Raw Data → Full JSON records

🛠 Example Output

{
"id": "loc-001",
"display_address": "1600 Pennsylvania Avenue NW, Washington, DC 20500",
"complete_address": {
"house_number": "1600",
"road": "Pennsylvania Avenue NW",
"city": "Washington",
"state": "DC",
"postcode": "20500",
"country": "United States",
"country_code": "US"
},
"latitude": "38.8977",
"longitude": "-77.0365",
"fetchedAt": "2025-12-29T11:32:27.041Z"
}

📖 Use Cases

  • Software Testing & QA → Validate checkout flows, shipping calculators, and address validators.
  • E‑commerce Development → Test tax/shipping zones with real postal codes and coordinates.
  • Form Validation → Ensure acceptance of authentic international formats.
  • Database Population → Fill dev/demo databases with realistic data.
  • Geographic Research → Study postal code systems and address formats worldwide.
  • API Integration Testing → Validate geocoding/shipping APIs with real coordinates.

⚡ Notes

  • Addresses are real geographic locations, but should only be used for testing and development.