Personal Data Exposure Report avatar

Personal Data Exposure Report

Pricing

$1,000.00 / 1,000 exposure reports

Go to Apify Store
Personal Data Exposure Report

Personal Data Exposure Report

Find where your personal information is exposed on 20+ data broker and people-search sites. Get a personalized removal guide with direct opt-out links and step-by-step instructions. A $1 alternative to Incogni and DeleteMe.

Pricing

$1,000.00 / 1,000 exposure reports

Rating

0.0

(0)

Developer

ryan clinton

ryan clinton

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 hours ago

Last modified

Categories

Share

Find out where your personal information is exposed online. This actor scans 20+ data broker and people-search websites for your name, email, and phone number — then gives you a personalised removal guide for each site where your data was found.

What it does

Data brokers collect and sell your personal information — your name, address, phone number, email, relatives, and more. Services like Incogni ($7.49/month) and DeleteMe ($10.75/month) charge recurring fees to find and remove this data. This actor gives you the detection + removal instructions for a fraction of the cost.

For each site where your data is found, the report includes:

  • A direct link to your profile on the broker site
  • What types of data are exposed (address, phone, email, relatives, etc.)
  • Step-by-step removal instructions specific to that site
  • A direct link to the site's opt-out/removal page
  • What you'll need to complete the removal (email, phone, profile URL)
  • Estimated time to complete the removal
  • Whether the site is part of a group (one removal covers multiple sites)

Plus a summary with:

  • Total sites scanned
  • Number of sites where your data was found
  • An exposure score (0-100)
  • Breakdown of easy vs hard removals
  • All data types exposed across all sites

How detection works

The actor uses multiple methods to maximise coverage:

  1. Brave Search — searches for your name across 29 known data broker domains, finding indexed listings with direct profile URLs
  2. Direct HTTP scanning — checks 6 broker sites that respond to direct requests
  3. Proxy scanning — checks 13 additional protected sites
  4. DataBreach.com — checks if your email appears in known data breaches
  5. Have I Been Pwned — checks email breach exposure (requires API key)

Sites scanned

Tier 1 — Free people-search sites (richest data)

SiteData exposedRemovalTime
TruePeopleSearchName, address, phone, age, relativesOnline form2 min
FastPeopleSearchName, address, phone, email, relativesOnline form2 min
ThatsThemName, address, phone, email, IPOnline form2 min
CyberBackgroundChecksName, address, phone, criminal recordsOnline form2 min
NuwberName, address, phone, email, ageEmail link form3 min
USPhoneBookName, address, phoneOnline form2 min
SearchPeopleFreeName, address, phone, ageOnline form2 min
ClustrmapsName, address, phoneEmail confirm3 min

Tier 2 — Paywalled sites (confirms existence)

SiteData exposedRemovalTime
SpokeoName, address, phone, email, social, court recordsProfile URL + email confirm3-5 min
WhitePagesName, address, phone, relatives, agePhone call verification5-10 min
RadarisName, address, phone, email, court, propertyAccount + phone verify10-30 min
PeopleFindersName, address, phone, age, relativesOnline form3 min
InteliusName, address, phone, email, relativesPeopleConnect suppression5-10 min
Instant CheckmateName, address, phone, criminal recordsPeopleConnect suppression5-10 min

Tier 3 — Smaller / niche sites

SiteData exposedRemovalTime
ZabaSearchName, address, phonePeopleConnect suppression5-10 min
AnyWhoName, address, phonePeopleConnect suppression5-10 min
Addresses.comName, address, phonePeopleConnect suppression5-10 min
CocoFinderName, address, phoneEmail confirm3 min
VoterRecordsName, address, party affiliationPartial opt-out only5 min

Breach databases

SiteWhat it checks
DataBreach.comWhether your email appears in known data breaches
Have I Been PwnedEmail breach exposure (needs API key — $3.50/month)

The actor also searches Brave for your name across 29 known broker domains. This catches listings on sites that block direct access, including MyLife, TruthFinder, Peekyou, FamilyTreeNow, AdvancedBackgroundChecks, and NeighborWho.

PeopleConnect family: Intelius, ZabaSearch, Instant Checkmate, AnyWho, and Addresses.com are all owned by PeopleConnect. One removal at suppression.peopleconnect.us covers all of them — the report flags these so you don't repeat work.

Input

FieldTypeRequiredDescription
firstNamestringYesYour first name as it appears on public records
lastNamestringYesYour last name as it appears on public records
citystringNoCity where you live or have lived — helps narrow results
statestringNoUS state abbreviation (CA, NY, TX) — improves accuracy
emailstringNoEmail address — enables breach database checks
phonestringNoPhone number — enables phone-based search queries

Example input

{
"firstName": "John",
"lastName": "Smith",
"state": "CA",
"email": "john.smith@example.com"
}

Output

Each site where your data is found includes a full removal guide:

{
"site": "Spokeo",
"domain": "spokeo.com",
"found": true,
"profileUrl": "https://www.spokeo.com/John-Smith/California",
"dataTypes": ["name", "address", "phone", "email", "social media", "court records"],
"removalUrl": "https://www.spokeo.com/optout",
"difficulty": "easy",
"removalSteps": [
"Find your profile on Spokeo and copy the profile URL",
"Go to https://www.spokeo.com/optout",
"Paste your profile URL into the form",
"Enter your email address",
"Complete the CAPTCHA and click Submit",
"Check your email and click the confirmation link",
"Removal takes 24-48 hours"
],
"removalTime": "3-5 minutes",
"removalRequires": ["your Spokeo profile URL", "email address"],
"parentCompany": null,
"scannedAt": "2026-03-19T12:00:00.000Z"
}

For PeopleConnect family sites, the output shows the shared removal:

{
"site": "Intelius",
"found": true,
"removalSteps": [
"Go to https://suppression.peopleconnect.us/login",
"Enter your email address and click Submit",
"Check your email for a verification link and click it",
"Enter your date of birth and name to find your record",
"Select your record and set it to 'Suppressed'",
"Click Save — this covers all PeopleConnect sites (Intelius, ZabaSearch, Instant Checkmate, AnyWho, Addresses.com, TruthFinder, USSearch)"
],
"removalTime": "5-10 minutes",
"removalRequires": ["email address", "date of birth"],
"parentCompany": "PeopleConnect"
}

The final row is a summary:

{
"type": "summary",
"person": "John Smith",
"sitesScanned": 23,
"sitesWithData": 9,
"exposureScore": 39,
"easyRemovals": 4,
"mediumRemovals": 3,
"hardRemovals": 2,
"dataTypesExposed": ["name", "address", "phone", "email", "data breaches"],
"scannedAt": "2026-03-19T12:00:30.000Z"
}

Output fields

FieldDescription
siteName of the data broker
foundWhether your data was detected on this site
profileUrlDirect link to your listing (when available)
dataTypesTypes of personal data this site exposes
removalUrlLink to the opt-out/removal page
difficultyeasy (online form), medium (email/phone verify), hard (complex process)
removalStepsStep-by-step removal instructions for this specific site
removalTimeEstimated time to complete the removal
removalRequiresWhat you'll need (email, phone, profile URL, etc.)
parentCompanyIf set, one removal covers all sites in this group
exposureScore0-100 — percentage of scanned sites that have your data

How to use the results

Step 1: Review your exposure score

The summary shows how many sites have your data and your overall exposure score. Higher = more exposed.

Step 2: Handle PeopleConnect sites first (biggest win)

If you're found on any PeopleConnect site (Intelius, ZabaSearch, Instant Checkmate, AnyWho, Addresses.com), one removal at suppression.peopleconnect.us covers all of them. The parentCompany field flags these. 5-10 minutes removes you from 5+ sites.

Step 3: Do the easy removals

Sites with difficulty: easy have simple online forms. Follow the removalSteps — most take 2-3 minutes each. Start with the sites exposing the most data types.

Step 4: Tackle medium removals

These need email or phone verification. Budget 5-10 minutes each. WhitePages requires a phone call; Spokeo needs email confirmation.

Step 5: Handle hard removals last

Radaris and VoterRecords have deliberately difficult processes. The removalSteps include fallback options (like emailing customer service directly).

Step 6: Re-scan in 30 days

Data brokers re-add data regularly. Run this actor again in 30 days to check if your data has reappeared. At $1/scan, monthly monitoring costs $12/year vs $90-130/year for Incogni/DeleteMe.

Comparison to paid services

FeatureThis ActorIncogniDeleteMe
Price$1.00 one-time$7.49/month$10.75/month
Sites covered20+ direct + Brave Search (29 domains)180+750+
What you getExposure report + removal guideAutomated removalAutomated removal + monitoring
Removal includedNo (step-by-step guide provided)Yes (automated)Yes (automated)
Annual cost$12 (monthly scans)$89.88$129
Removal instructionsYes — per-site stepsN/A (done for you)N/A (done for you)
Profile URLsYes (via Brave Search)NoNo

When to use this actor:

  • You want to know where your data is exposed before paying for a removal service
  • You prefer to handle removals yourself using the step-by-step guide
  • You want a one-time check rather than a recurring subscription
  • You're evaluating whether Incogni/DeleteMe is worth it for your situation
  • You're a business running privacy reports for clients

When to use Incogni/DeleteMe instead:

  • You want fully automated removal with no manual work
  • You need coverage of 100+ sites
  • You need ongoing monitoring and automatic re-removal

Limitations

  • Detection + guide, not automated removal. This actor finds where your data is listed and provides step-by-step removal instructions. You follow the steps yourself — the actor does not submit forms on your behalf.
  • Anti-bot protection. Some data broker sites use CAPTCHAs and Cloudflare protection. The actor uses Brave Search to detect listings on these sites indirectly, but direct confirmation may not be possible for all sites.
  • US-focused. The sites scanned are primarily US-based people-search engines. Coverage for non-US residents is limited.
  • Point-in-time snapshot. Data brokers continuously update their databases. A clean result today doesn't mean your data won't appear tomorrow.
  • Common names. For very common names (e.g., "John Smith"), the detection may show false positives — the site has listings for that name, but not necessarily you.

Pricing

Pay-per-event: $1.00 per exposure report (one report per run, regardless of how many sites are scanned).

A monthly scan (12 reports/year) costs $12 — compared to $90-130/year for Incogni or DeleteMe.

Acceptable Use Policy

This actor is intended for:

  • Checking your own personal data exposure — find out where your information is listed and take steps to remove it
  • Authorized business use — privacy consultancies, HR/compliance teams, identity protection services, and law firms running reports for or on behalf of their clients with proper authorization
  • Parental monitoring — parents checking their children's data exposure

This actor must not be used for:

  • Stalking, harassment, or locating individuals without their knowledge or consent
  • Building databases of personal information
  • Any purpose that violates applicable privacy laws (CCPA, GDPR, FCRA, etc.)
  • Employment screening decisions (this is not an FCRA-compliant consumer report)

By using this actor, you confirm that you are searching for your own data, or that you have proper authorization from the individual whose data you are searching for.

Important: This actor does not return raw personal data (addresses, phone numbers, etc.). It reports which data broker sites have listings and provides links to those sites and their removal pages. The user must visit each site directly to see the actual data.

Privacy

This actor searches publicly available data broker websites and the Brave Search API using the information you provide. It does not:

  • Store your personal information beyond the run duration
  • Share your data with third parties
  • Create accounts on data broker sites
  • Submit any forms on your behalf
  • Return raw personal data (addresses, phone numbers) — only which sites have listings

Your input (name, email, phone) is used solely to construct search queries against public websites and APIs during the run.