Image Metadata Extractor: EXIF, GPS, Camera Data, $1 per 1,000 Images

Pull EXIF, GPS coordinates, camera settings, and IPTC keywords from any JPEG, TIFF, HEIC, PNG, or WebP URL. Returns dimensions, camera make and model, lens, aperture, shutter speed, ISO, GPS latitude and longitude, copyright, and IPTC keywords. Built for batch: hand it 10,000 image URLs and it returns structured rows. Ideal for OSINT investigations, photo forensics, asset catalogs, and copyright auditing.

Open on Apify → Try it now
Pricing
$0.001/image
RAM
128MB
Coverage
JPEG, PNG, TIFF, HEIC, WebP
Output fields
30+
Proxy
Apify datacenter
Tech
HTTP + EXIF parser

What you get

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~image-metadata-extractor/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "imageUrls": [
      "https://example.com/photo-1.jpg",
      "https://example.com/scene-2.heic",
      "https://example.com/wedding-3.tiff"
    ],
    "extractGps": true,
    "extractIptc": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/image-metadata-extractor

Integrations

Output fields

FieldTypeExample
source_urlstringhttps://example.com/photo.jpg
widthinteger4032
heightinteger3024
camera_makestringApple
camera_modelstringiPhone 15 Pro
aperturestringf/1.78
isointeger64
date_takenstring2026-03-12T14:22:18Z
gps_latitudenumber40.7589
gps_longitudenumber-73.9851

Related Actors

Open on Apify → Try it now (free tier available)