references/brokers/advancedbackgroundchecks.json
references/brokers/advancedbackgroundchecks.jsonBrowse 56 files
792 tokens
2,927 bytes
Token encoding: o200k_base
Snapshot 24fd22b
← Back to SKILL.md
1{2 "id": "advancedbackgroundchecks",3 "name": "AdvancedBackgroundChecks",4 "category": "people_search",5 "priority": "high",6 "jurisdictions": ["US"],7 "search": {8 "method": "url_pattern",9 "url": "https://www.advancedbackgroundchecks.com",10 "fetch": "web_extract",11 "match_signal": "result",12 "by": ["name", "phone", "address"],13 "url_patterns": {14 "name": "https://www.advancedbackgroundchecks.com/name/{first}-{last}",15 "name_state": "https://www.advancedbackgroundchecks.com/name/{first}-{last}/in/{ST}",16 "phone": "https://www.advancedbackgroundchecks.com/phone/{digits10}",17 "address": "https://www.advancedbackgroundchecks.com/address/{num}-{street-with-type}-{city}-{ST}-{zip}",18 "person_profile": "https://www.advancedbackgroundchecks.com/find/person/{first}-{last}-{22charID}"19 },20 "url_format_quirks": [21 "All path segments lowercase, spaces -> hyphens. Name: /name/jane-public ; name+state: /name/jane-public/in/NY (state 2-letter UPPERCASE).",22 "Phone: /phone/5551234567 (10 digits, NO punctuation).",23 "Address: /address/123-main-st-anytown-ny-12345 (all hyphen-joined incl. ZIP; abbreviations like 'S' and 'Ave' kept verbatim, not expanded).",24 "Removable unit is the person profile: /find/person/{first}-{last}-{22charID} (opaque mixed-case ID). Also /find/name/{first}-{last} and /find/name/{first}-{last}/in/{ST}.",25 "NO 404s for plausible patterns: an empty search returns a soft-200 page with 'similar' fuzzy rows. The real 'not found' signal is the ABSENCE of an exact-match block in the results heading, NOT an HTTP error. Do not record not_found off a 404 here; read the heading.",26 "No anti-bot gating on search/result/phone/address pages (web_extract reads them fine). Site self-brands as 'ActualPeopleSearch' in FAQ text.",27 "Search tabs: /?tab=phone /?tab=email /?tab=address. Directories: /lastnames/{surname} /firstnames/{first} /people/{state-name}/{city-name} /people/zip/{zip} /people/areacode/{code}."28 ]29 },30 "optout": {31 "tier": "T2",32 "method": "web_form",33 "url": "https://www.advancedbackgroundchecks.com/opt-out",34 "requires": {35 "profile_url": false,36 "email_verification": true,37 "captcha": true,38 "gov_id": false,39 "account": false,40 "phone_callback": false,41 "payment": false42 },43 "inputs": ["full_name", "contact_email"],44 "notes": "Two-step email-verification flow: initial form (radio 'I am: The subject of the request / An authorized agent of the subject', First name*, Middle name, Last name*, Email*, consent) -> emailed link -> full form -> confirmation (processed within 45 days). CAPTCHA-gated: Google reCAPTCHA ('Recaptcha requires verification'). Verified read-only 2026-06-30; not submitted.",45 "est_processing_days": 3,46 "reappearance_risk": "medium"47 },48 "last_verified": "2026-06-30",49 "source": "BADBOOL"50}51