Google Maps Satellite Image avatar

Google Maps Satellite Image

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Google Maps Satellite Image

Google Maps Satellite Image

Convert a list of addresses into high-resolution satellite images using the Google Maps imagery.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Convert any list of addresses into high-resolution satellite images — no scraping, no browser, just clean PNG files ready to download or export.

What you get

  • 640 × 640 px PNG satellite image per address (configurable down to 256 px)
  • Zoom level control from street level (zoom 21) to city-wide (zoom 10)
  • Dataset row per address with status, image key, and a direct download URL
  • Key-Value Store containing the raw PNG files, accessible via the Apify API or console
  • Error-tolerant — bad addresses are logged and skipped, the run continues

Example output

AddressSatellite image
Eiffel Tower, Paris, FranceEiffel Tower
Burj Khalifa, Dubai, UAEBurj Khalifa
Sydney Opera House, Sydney, AustraliaSydney Opera House
Empire State Building, New York, NYEmpire State Building

All images captured at zoom level 17. Zoom 19 gives building-level detail (~500 m altitude).

Use cases

  • Real estate analysis — capture satellite views of properties, land parcels, or development sites at scale
  • Business location verification — confirm physical locations match claimed addresses before onboarding
  • Insurance underwriting — assess roof condition, lot size, and surrounding land use from aerial imagery
  • Site scouting — evaluate candidate sites for solar, construction, or logistics without visiting in person
  • Geospatial research — bulk-generate imagery datasets for ML training or academic analysis
  • Competitor mapping — visualise the physical footprint of competitor locations across a region

How to use

  1. Paste your addresses into the Addresses field — one per entry
  2. Set Zoom Level (default 19 — good for individual buildings; lower for wider context)
  3. Set Image Size in pixels (default 640, max 640)
  4. Run the actor — images appear in the Key-Value Store tab, metadata in Dataset
  5. Download images individually or export the dataset as CSV/JSON for bulk URL access

Output format

Each dataset record:

{
"address": "1600 Amphitheatre Parkway, Mountain View, CA",
"status": "success",
"imageKey": "satellite_ca3b5456",
"imageUrl": "https://api.apify.com/v2/key-value-stores/{storeId}/records/satellite_ca3b5456",
"error": null
}

If an address fails, status is "error" and error contains the reason — the run continues with the remaining addresses.

Zoom level guide

ZoomApproximate altitudeBest for
21~75 mIndividual vehicles, roof detail
19~500 mBuildings, driveways, pools
17~2 kmCity blocks, campuses
14~16 kmNeighbourhoods, towns
10~250 kmRegions, counties