Image Metadata Extractor - EXIF, GPS, Camera Data avatar

Image Metadata Extractor - EXIF, GPS, Camera Data

Pricing

from $2.00 / 1,000 image analyzeds

Go to Apify Store
Image Metadata Extractor - EXIF, GPS, Camera Data

Image Metadata Extractor - EXIF, GPS, Camera Data

Extract EXIF, XMP, IPTC metadata from any image URL including camera make/model, GPS coordinates, date taken, ISO, aperture, shutter speed, copyright, and keywords. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $2.00 / 1,000 image analyzeds

Rating

0.0

(0)

Developer

Alessandro Santamaria

Alessandro Santamaria

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract every hidden detail from any image — camera, GPS, timestamps, copyright — in seconds.

Point this actor at any image URL and get back a structured record of everything embedded in the file: the exact camera and lens, when and where the photo was taken, every exposure setting, copyright and author tags, orientation, and color space. Works in bulk across hundreds of URLs in a single run.

What you get

  • Camera & lens — make, model, firmware, lens model
  • GPS coordinates — latitude, longitude, altitude, timestamp
  • Date taken — original, digitized and last-modified timestamps
  • Exposure settings — ISO, aperture, shutter speed, focal length, flash, metering
  • Copyright & authorship — artist, copyright, description, IPTC rights
  • Orientation & color — EXIF orientation tag, color space
  • Bulk processing — hundreds of images per run, parallel and safe
  • All major formats — JPEG, HEIF/HEIC, TIFF, PNG, BMP, WEBP, AVIF, RAW (CR2, CR3, NEF, ARW, DNG)

Example output

Input:

https://raw.githubusercontent.com/ianare/exif-samples/master/jpg/gps/DSCN0010.jpg

Output:

{
"url": "https://raw.githubusercontent.com/ianare/exif-samples/master/jpg/gps/DSCN0010.jpg",
"success": true,
"file_size_bytes": 161713,
"mime_type": "image/jpeg",
"format": "JPEG",
"width_px": 640,
"height_px": 480,
"camera_make": "NIKON",
"camera_model": "COOLPIX P6000",
"software": "Nikon Transfer 1.1 W",
"datetime_original": "2008-10-22T16:28:39Z",
"datetime_digitized": "2008-10-22T16:28:39Z",
"datetime_modified": "2008-11-01T21:15:07Z",
"iso": 64,
"aperture": 5.9,
"shutter_speed": "1/75",
"focal_length_mm": 24,
"focal_length_35mm": 112,
"flash": "Off, Did not fire",
"exposure_program": "Program AE",
"metering_mode": "Multi-segment",
"gps_latitude": 43.4674483,
"gps_longitude": 11.8851267,
"gps_datetime": "2008-10-23T14:27:07Z",
"gps_has_coordinates": true,
"orientation": 1,
"scraped_at": "2026-04-11T17:21:05Z"
}

The GPS coordinates resolve to a location in Tuscany, Italy — instantly geolocating the photo without a single manual lookup.

Use cases

  • Forensics & evidence analysis — verify exactly when and where a photo was captured, which camera produced it, and whether timestamps have been modified
  • Content moderation — flag user-uploaded images carrying embedded metadata that should be stripped before publication
  • Copyright verification — pull IPTC rights, artist and copyright tags to confirm the creator of an image
  • Photo cataloging — bulk-extract metadata for large photo libraries, DAM systems and archives
  • OSINT research — geolocate images from GPS tags and cross-reference with camera and timestamp data
  • Privacy auditing — detect whether images uploaded by your users are leaking their home location through GPS tags
  • Real estate & listings — verify photo timestamps and camera models on property or product listings to catch reused or stale images

Pricing

EventPrice
Actor start$0.001
Image processed$0.002

Example: Process 1,000 images ≈ $2.00

No monthly fees. Pay only for what you extract.

Issues & Feedback

Found a bug or have a feature request? Open an issue on the Issues tab — we respond within 24 hours.