Google Maps Satellite Image Scraper avatar

Google Maps Satellite Image Scraper

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Google Maps Satellite Image Scraper

Google Maps Satellite Image Scraper

Under maintenance

Converts a list of addresses into high-resolution satellite images.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Made In Germany

Made In Germany

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 days ago

Last modified

Share

🛰️ Google Maps Satellite Image Scraper

Extract crystal-clear, high-resolution Google Maps Satellite images (Top-Down view) for any list of addresses at scale. This Actor completely removes all Google Maps UI overlays (search bars, compasses, text blocks) guaranteeing an absolute, pristine snapshot of the primary property or location from the sky!


🚀 Key Use Cases

Designed to bring automated visual validation to your pipelines, this tool is profoundly valuable for:

  • Realtors & Real Estate Agencies: Bulk capture top-down property boundaries and neighborhood context of your MLS listings.
  • Urban Planners & Market Research: Accumulate on-the-ground visual datasets of competitive retail areas, lot sizes, and municipal planning.
  • Logistics & Delivery Operations: Visually verify building dimensions, parking lots, and loading docks ahead of time.

✨ Features

  • Pristine Image Output: Dynamically purges the WebGL scene of all distracting Google Maps UI elements before taking the snapshot. The final image is 100% clean and free of menus!
  • Zero API Key Required: Bypasses the expensive Google Maps Static API costs. The Actor natively leverages Playwright browser automation to scrape the literal user interface without incurring $40 per 1,000 images in backend API charges.
  • Smart Zoom Engine: Configure your preferred visual depth! Link the zoom distance seamlessly from 0 (Default View) to 4 (Hyper Close up) to perfectly frame the property from above.

🎛 Input Configuration

The actor accepts the following parameters via JSON or the Apify UI block:

FieldTypeDescription
addressesString (textarea)Paste a vertical list of target addresses. One line = One address.
zoomIntegerSetting for depth. Accepts values strictly between 0 and 4.

📥 Output Format

The resulting data seamlessly pairs the submitted address with the direct visual outcome in your Dataset layer, outputting the exact structural mapping below:

{
"address": "1600 Amphitheatre Parkway",
"status": "SUCCESS",
"imageKey": "sat_1600_Amphitheatre_Parkway_a1b2c3",
"imageUrl": "https://api.apify.com/v2/key-value-stores/.../records/sat_1600_Amphitheatre_Parkway_a1b2c3",
"error": null
}

Note: The actual HD .png file representing the generated imageUrl will be saved concurrently in your Default Key-Value Store.