← All datasets

picsart.com

Mar 27, 2014

100,000
Records
1
Files
May 30, 2026
Added

A breach of PicsArt, the photo editing and social platform, containing user account records from March 2014. The data includes usernames, email addresses, profile photo URLs (hosted on cdn.picsart.com and cdn28.picsart.com), OAuth tokens (Google), provider information, account creation timestamps, and internal user metadata. This appears to be a MongoDB dump of the user collection. OAuth tokens present in some records represent a significant security risk.

Data found in this dataset

EmailUsernameskipfullName

Search this dataset

Scoped to this dataset. Fill any combination — results match if any field hits.

Source files

Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.

part3.json
25 columns100,000 rows

File structure

Format: NDJSON

Source columnMapped fieldConfidenceLLM assessment
dateskiphighAccount creation date string, not PII field type
twitterskiphighOAuth provider object; token and secret are credentials, not direct PII fields in this schema
topskiphighBoolean metadata flag
providerskiphighOAuth provider identifier (site, google, facebook, twitter)
permissionsskiphighMetadata array
originsskiphighMetadata array
idskiphighInternal numeric user ID
categoriesskiphighMetadata array
keyskiphighInternal UUID key
emailemailhighKey contains 'email', values are email addresses with @ symbol
is_searchableskiphighBoolean metadata flag
subscribeskiphighBoolean metadata flag
createdskiphighTimestamp metadata
facebookskiphighOAuth provider object; nested email, token, and id are OAuth metadata, not direct PII fields in this schema
verifiedskiphighBoolean metadata flag
photoskiphighProfile photo URLs, not PII
blacklistskiphighBoolean metadata flag
googleskiphighOAuth provider object; nested email, token, and id are OAuth metadata, not direct PII fields in this schema
email_confirmedskiphighBoolean metadata flag
namefullNamehighContains user display names with full names (e.g., 'Prianca Yadav', 'Ardian Pradinata')
username_changedskiphighBoolean metadata flag
commentskiphighFree-text user comment field, not a PII type
_idskiphighMongoDB internal object ID
updatedskiphighTimestamp metadata
usernameusernamehighKey named 'username', values are social media/account usernames (e.g., 'elfaa', 'aadid', 'priancayadav')

Notes: MongoDB user collection dump from PicsArt 2014 breach. The 'name' field consistently contains user display names that map to fullName. The 'username' field contains account/social media handles. Email is present in the top-level 'email' key (primary contact email). Nested OAuth objects (google, facebook, twitter) contain provider-specific tokens, emails, and user IDs but are mapped to skip as they represent OAuth provider metadata rather than the core PII fields requested. Social media handle values (e.g., screen_name within OAuth objects) are embedded in provider metadata and not extracted as separate username fields at the top level.