Apple Maps Scraper (Imagery / Satellite Maps Capture API) avatar

Apple Maps Scraper (Imagery / Satellite Maps Capture API)

Pricing

from $0.10 / actor start

Go to Apify Store
Apple Maps Scraper (Imagery / Satellite Maps Capture API)

Apple Maps Scraper (Imagery / Satellite Maps Capture API)

Capture Apple Maps frame map servers into cropped tiles and optional stitched GeoTIFF output. Coordinate-based frame capture API for generating cropped screenshot mosaics and GeoTIFF outputs.Ls. Use only where you have permission or where your use complies with the provider’s terms.

Pricing

from $0.10 / actor start

Rating

0.0

(0)

Developer

Tarek Wasfy

Tarek Wasfy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Frame Map Downloader Apify Actor — Coordinates Only

This Actor captures a frame-map screenshot grid from coordinates and stitches the cropped cells into a PNG and optional EPSG:3857 GeoTIFF.

Apple Maps Frame Capture API

Capture map areas from coordinate bounding boxes and export cropped screenshot mosaics as PNG and optional EPSG:3857 GeoTIFF.

This Actor is designed for GIS, visual map export, QA workflows, remote sensing previews, and automated frame capture jobs. Users only need to provide coordinates. The Actor handles the screenshot grid, crop margins, parallel capture, stitching, and optional GeoTIFF metadata.

Use this Actor only where your use complies with the map/frame provider’s terms and where you have the required permission.

Minimal input

The API user only needs coordinates. Zoom is optional and defaults to 18.

{
"minLat": 50.9000,
"minLon": 6.9400,
"maxLat": 50.9140,
"maxLon": 6.9980,
"zoom": 18
}

Built-in defaults

The desktop Apple/frame screenshot defaults are embedded in src/main.py:

  • urlTemplate: https://maps.apple.com/frame?map=satellite&center={center_lat}%2C{center_lon}&span={lat_span}%2C{lon_span}
  • viewportWidth: 1600
  • viewportHeight: 1600
  • cropLeft: 300
  • cropTop: 0
  • cropRight: 100
  • cropBottom: 100
  • appleMapPaneLeftPx: 285
  • cropAwareUrlSpan: true
  • maxConcurrency: 4

Use only with map/frame services where your use complies with the provider terms and you have the required permission.