Profile Picture OSINT Tool

Discover when profile pictures were uploaded across social media platforms

Profile Picture
Mark's Profile Picture Information

Last Modified: March 15, 2024 14:31:24 GMT

Timestamp: 1710428400.0

Profile Picture URL: https://scontent.xx.fbcdn.net/v/t1.6435-1/....

Any profile picture

Search any profile picture URL and we'll reveal its upload timestamp.

Instagram username

Find when Instagram profile pictures were last updated.

Facebook username

Discover Facebook profile picture upload dates.

WhatsApp Phone #

Check when WhatsApp profile pictures were last updated.

Common Use Cases

Last Update Detection

Discover exactly when a profile picture was last updated across various social media platforms. Perfect for tracking profile activity and changes.

Account Creation Insights

For first profile pictures, the upload timestamp often correlates with the account creation date, helping determine account age and authenticity.

Automated Monitoring

Leverage our API to build automated systems that track profile picture changes over time. Perfect for security and monitoring applications.

Simple, Transparent Pricing

Free Trial

€0/once

  • 10 free credits
  • API access included
  • Search by Instagram & Facebook username
  • Search by WhatsApp phone number
  • Freestyle image URL search
Get Started

Pay As You Go

€5/100 credits

  • €0.05 per query
  • Buy in bulks of 100 credits
  • API access included
  • All search methods supported
  • Credits never expire
Get Started

Need a custom plan? Contact us at [email protected]

Calculate Your Usage Cost

Estimated Cost: €5

Simple API Integration

With Platform Specified:
curl -X POST "https://api.profileimageintel.com/api/search" \
    -H "Content-Type: application/json" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -d '{"platform": "instagram", "query": "username"}'
Without Platform (gets the date when the picture was uploaded):
curl -X POST "https://api.profileimageintel.com/api/search" \
    -H "Content-Type: application/json" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -d '{"query": "https://example.com/profile.jpg"}'
Example Response:
{
    "credits": 397,
    "result": {
        "last_modified": {
            "string": "Thu, 13 Dec 2018 18:48:13 GMT",
            "timestamp": 1544719693.0
        },
        "profile_pic_base64": "/9j/4AAQSkZJRgABA...[truncated]",
        "profile_pic_url": "https://instagram.ftlv5-1.fna.fbcdn.net/v/t51.2885-19/464574..."
    }
}