VOOZH about

URL: https://apify.com/andok/exif-extractor

⇱ Image EXIF Metadata Extractor Β· Apify


Pricing

from $1.00 / 1,000 image analyzeds

Go to Apify Store

Image EXIF Metadata Extractor

Extract hidden EXIF data from images including GPS coordinates, camera models, and timestamps for digital forensics and OSINT.

Pricing

from $1.00 / 1,000 image analyzeds

Rating

0.0

(0)

Developer

πŸ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

2

Monthly active users

4 months ago

Last modified

Share

Extract hidden EXIF metadata from JPEG images at scale β€” camera model, GPS coordinates, timestamps, and image dimensions. Provide image URLs and get structured metadata back without downloading files locally. Process hundreds of images in a single run.

Features

  • EXIF parsing β€” extracts camera make/model, GPS coordinates, creation dates, and image dimensions
  • Bulk processing β€” analyze hundreds of images in a single run
  • URL-based input β€” no file uploads needed, just provide URLs pointing to JPEG images
  • GPS extraction β€” returns latitude and longitude when geotagging data is present
  • Configurable concurrency β€” process 1 to 50 images in parallel
  • Error resilience β€” invalid or non-JPEG images are reported with error details

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesβ€”List of image URLs to extract EXIF data from (must be JPEG format)
timeoutSecondsintegerNo15Maximum seconds to wait for each image download
concurrencyintegerNo10Number of images to process in parallel (1-50)

Input Example

{
"urls":[
"https://raw.githubusercontent.com/ianare/exif-samples/master/jpg/Canon_40D.jpg"
]
}

Output

Each image URL produces one dataset item containing the extracted EXIF metadata.

Key output fields:

  • imageUrl (string) β€” the image URL provided
  • status (number) β€” HTTP status code from the download
  • make (string) β€” camera manufacturer (e.g., "Canon")
  • model (string) β€” camera model (e.g., "Canon EOS 40D")
  • createDate (string) β€” ISO 8601 timestamp when the photo was taken
  • gpsLatitude (number) β€” GPS latitude if available
  • gpsLongitude (number) β€” GPS longitude if available
  • imageWidth (number) β€” image width in pixels
  • imageHeight (number) β€” image height in pixels
  • error (string) β€” error message if extraction failed, otherwise absent

Output Example

{
"imageUrl":"https://raw.githubusercontent.com/ianare/exif-samples/master/jpg/Canon_40D.jpg",
"status":200,
"make":"Canon",
"model":"Canon EOS 40D",
"createDate":"2008-05-30T15:56:01.000Z",
"gpsLatitude":null,
"gpsLongitude":null,
"imageWidth":100,
"imageHeight":68
}

Pricing

EventCost
Image AnalyzedPay-per-event (see actor pricing page)

Use Cases

  • Photo verification β€” check image origins and camera metadata for authenticity
  • Geolocation analysis β€” extract GPS coordinates from geotagged photos
  • Digital asset management β€” catalog image metadata across large photo libraries
  • OSINT research β€” analyze publicly available images for embedded metadata

Related Actors

ActorWhat it adds
Website Asset ExtractorExtract all images, scripts, and stylesheets from web pages
Favicon ExtractorExtract favicon and brand icons from websites

You might also like

EXIF & GPS Metadata Extractor

sian.agency/exif-gps-metadata-extractor

πŸ“Έ Image metadata scraper with EXIF extraction, GPS data, and optional reverse geocoding. Extract camera make/model, timestamps, locations from photos. Ideal for photography pros and digital forensics. Simple, fast, accurate. Try free!

55

5.0

Image Metadata Extractor - EXIF, GPS, Camera Data

santamaria-automations/image-metadata-extractor

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.

Reddit User Profile Posts And Comments Scraper

simpleapi/reddit-user-profile-posts-and-comments-scraper

Use this actor to extract Reddit posts and comments from any user’s public profile. Perfect for OSINT, threat intelligence, or digital forensics where Reddit activity patterns help track digital footprints.

Bulk Image Optimizer & Compressor

automation-lab/bulk-image-optimizer

Compress, resize, and convert images between PNG, JPG, WebP, and AVIF formats in bulk. Strip EXIF metadata, set quality levels, and download optimized images with detailed size reports.

πŸ‘ User avatar

Stas Persiianenko

11

Bulk Image Downloader

thirdwatch/bulk-image-downloader

Download every image from any webpage or direct image URL - at scale. Smart srcset handling picks the highest-resolution variant. Optional sha256 dedup, EXIF stripping for privacy, and minimum size/width filters.

ExifTool Metadata Scrubber

web.harvester/exiftool-metadata-scrubber

Remove EXIF metadata, GPS coordinates & personal data from images and videos. Supports JPG, PNG, HEIC, TIFF, MP4, MOV, AVI. Batch processing, file upload or URL input. Option to preserve orientation & color profile. GDPR/CCPA compliant privacy protection.

9

Flickr Camera Finder Popularity Scraper

jungle_synthesizer/flickr-camera-finder-popularity-scraper

Scrapes Flickr's camera-finder popularity dataset β€” photo upload counts, photographer user counts, and popularity scores for 600+ camera models across 50+ brands. Uses Flickr's internal camerafinder API to deliver the canonical real-world camera adoption signal.

πŸ‘ User avatar

BowTiedRaccoon

2

500px Popular Photo & Photographer Scraper

jungle_synthesizer/500px-popular-photo-photographer-scraper

Scrape trending photos from 500px β€” title, category, pulse score, rating, views, votes, EXIF data (camera, lens, aperture, ISO), location, and photographer profile. Supports Popular, Fresh, Upcoming, and Editors Choice feeds. Ideal for gear-usage analytics and talent discovery.

πŸ‘ User avatar

BowTiedRaccoon

2

Bulk Image Downloader: 22-Field Metadata, SHA-256 & ZIP

getascraper/bulk-image-downloader

Download every image from any webpage or direct image URL. Smart srcset picks the highest-resolution variant. 22 metadata fields per image: width, height, format, SHA-256, dedup flag, EXIF, provenance. ZIP and S3 outputs, webhooks, MCP-ready. $2.00 per 1k.