references/brokers/spokeo.json
references/brokers/spokeo.jsonBrowse 56 files
796 tokens
3,132 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "id": "spokeo",3 "name": "Spokeo",4 "category": "people_search",5 "priority": "crucial",6 "jurisdictions": ["US"],7 "parent": "spokeo",8 "owns": ["freepeopledirectory"],9 "search": {10 "method": "url_pattern",11 "url": "https://www.spokeo.com/search",12 "fetch": "browser",13 "match_signal": "profile",14 "by": ["name", "phone", "email", "address"]15 },16 "optout": {17 "tier": "T1",18 "method": "web_form",19 "url": "https://www.spokeo.com/optout",20 "email": "privacy@spokeo.com",21 "requires": {22 "profile_url": true,23 "email_verification": true,24 "captcha": false,25 "gov_id": false,26 "account": false,27 "phone_callback": false,28 "payment": false29 },30 "inputs": ["profile_url", "contact_email"],31 "deletion": {32 "via": "email_followup",33 "email": "privacy@spokeo.com",34 "kinds": ["ccpa", "generic"],35 "notes": "privacy@spokeo.com is the documented direct privacy contact (verified live on /optout 2026-07-01). Use for full CCPA deletion beyond listing opt-out, for listings the form rejects, and when more listings keep surfacing."36 },37 "playbook": [38 "Opt-out form at spokeo.com/optout -- clears FreePeopleDirectory. Inputs: the confirmed profile URL + contact email; the form emails a confirmation link (poll-verification picks it up; open it in the agent's own browser).",39 "EVERY LISTING SEPARATELY: 'you may have multiple listings on Spokeo. Each one is identified by a unique URL and must be opted out individually' (their own wording). Run ALL search vectors first, collect every listing URL, and submit one opt-out per URL.",40 "Fast: requests process in 24-48 hours per their page -- re-scan after 2 days and record the real outcome.",41 "FULL DELETION follow-up: send-email --kind ccpa (CA) / generic to privacy@spokeo.com naming all listing URLs -- covers data retained beyond the free-search suppression.",42 "Paid/account data may be retained even when hidden from free search -- verify actual removal via re-scan; never mark confirmed_removed off the free-search view alone."43 ],44 "notes": "Form + privacy@spokeo.com verified live 2026-07-01. Their page: opting out does not remove data from original sources and listings may reappear as new public records arrive -- keep the reappearance re-scan scheduled.",45 "quirks": [46 "Profile URL formats the form accepts: listing URL like spokeo.com/{First}-{Last}/{City}/{ST}/p{id} or a purchase URL spokeo.com/purchase?q=... (examples shown on /optout).",47 "Multiple listings per person are NORMAL (one per name x location x record cluster); each unique URL must be opted out individually -- feed every found listing URL through the form.",48 "Processing is 24-48h ('depending on the nature of your request and the amount of data').",49 "Paid accounts may retain data even when hidden from free search - verify actual removal, don't mark confirmed_removed off the free-search view alone."50 ],51 "est_processing_days": 2,52 "reappearance_risk": "medium"53 },54 "last_verified": "2026-07-01",55 "source": "BADBOOL"56}57