references/brokers/thatsthem.json
references/brokers/thatsthem.jsonBrowse 56 files
704 tokens
2,538 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "id": "thatsthem",3 "name": "That's Them",4 "category": "people_search",5 "priority": "crucial",6 "jurisdictions": ["US"],7 "search": {8 "method": "url_pattern",9 "url": "https://thatsthem.com/",10 "fetch": "browser",11 "match_signal": "result",12 "by": ["name", "phone", "email", "address"],13 "url_patterns": {14 "name": "https://thatsthem.com/name/{First}-{Last}/{City}-{ST}",15 "phone": "https://thatsthem.com/phone/{areacode}-{prefix}-{line}",16 "email": "https://thatsthem.com/email/{email}",17 "address": "https://thatsthem.com/address/{Street}-{City}-{ST}-{ZIP}"18 },19 "url_format_quirks": [20 "ADDRESS path is fully hyphen-joined and joins street+city+state+ZIP with hyphens (e.g. /address/123-Main-St-Anytown-NY-12345) and REQUIRES the ZIP. The older slash form (/address/Street/City-ST) and any ZIP-less form 404.",21 "NAME and PHONE and EMAIL paths use a slash before city/state and do NOT need a ZIP: /name/First-Last/City-ST , /phone/AAA-PPP-LLLL , /email/addr@host.",22 "Street abbreviations are kept verbatim (Ave, Pl, St) - do NOT expand to Avenue/Place/Street; expanding 404s.",23 "A 404 on a constructed URL means WRONG PATTERN, not 'no record present'. Treat as INCONCLUSIVE: fall back to the on-site search box (browser_type into the address/name field + submit) and read the resulting canonical URL."24 ]25 },26 "optout": {27 "tier": "T2",28 "method": "web_form",29 "url": "https://thatsthem.com/optout",30 "requires": {31 "profile_url": false,32 "email_verification": false,33 "captcha": true,34 "gov_id": false,35 "account": false,36 "phone_callback": false,37 "payment": false38 },39 "inputs": ["full_name", "street", "city", "state", "postal", "contact_email", "phone"],40 "notes": "Opt-out form is gated by a Cloudflare Turnstile CAPTCHA (so tier is T2 without a captcha-clearing browser backend; T1 with Browserbase). All 7 fields are marked required by the form (Full Name, Street Address, City, State, ZIP, Email, Phone). Site sends a confirmation email and states ~72h processing (this is a completion notice, not a click-to-verify link). Least-disclosure tension: the form DEMANDS email+phone even though a public record may show less - disclose only to remove a record that is actually about the subject. Do not click the Spokeo identity-theft-protection link (paid product).",41 "est_processing_days": 3,42 "reappearance_risk": "low"43 },44 "last_verified": "2026-06-30",45 "source": "BADBOOL"46}47