2s Cross-Registry Person Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.0072/call, status unknown (last checked 2026-09-14, last successful call 2026-07-13).
Searches multiple public registries (FINRA BrokerCheck, federal inmates, attorneys, Texas trades, Texas real estate) for a person by name and returns all name-matched candidates across those registries.
Sweep a person's name across five US public registries in one call: FINRA securities brokers, federal-court attorneys (CourtListener), federal inmates (BOP), Texas trade licenses (TDLR), and Texas real-estate licenses (TREC). Returns one block per registry with found/error status, match count, and the matching records — name-matched CANDIDATES, deliberately not merged into one identity (same name does not mean same person; verify with each registry's identifier before acting). Due-diligence, KYC screening triage, and background-research staple. Each registry is also a standalone endpoint (/api/license/broker, /api/law/attorney-lookup, /api/gov/inmate-locator, /api/license/trades, /api/license/real-estate) for follow-up by identifier.
A JSON object containing name-matched candidates from each supported registry (brokers, inmates, attorneys, Texas licensed tradespeople, Texas real estate agents), including registry-specific identifiers like CRD numbers and license numbers, plus a note reminding the caller that matches are NOT identity-resolved across registries.
GEThttps://2s.io/api/person/cross-registryUse this endpoint when you need to quickly cross-check a person's name against multiple U.S. public regulatory and government registries in a single call, especially for financial advisor due diligence (FINRA BrokerCheck), legal background checks (attorneys, federal inmates), or Texas professional licensing. Prefer this over calling each registry's API individually when you want a unified response without managing multiple integrations.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"name": "John Smith",
"limit": 5
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"name": "John Smith",
"note": "Name-matched candidates from independent registries. Matches are NOT identity-resolved: the same name in two registries does not mean the same person. Verify with registry-specific identifiers (CRD, license number, inmate number) before acting.",
"brokers": {
"count": 5,
"error": null,
"found": true,
"matches": [
{
"crd": "6808119",
"bcScope": "Active",
"iaScope": "NotInScope",
"lastName": "Smith",
"firstName": "John",
"middleName": "Morgan",
"otherNames": [
"John M Smith",
"John Smith"
],
"hasDisclosures": false,
"employmentCount": 2,
"currentEmployments": [
{
"firmId": "7452",
"firmName": "VANGUARD MARKETING CORPORATION",
"branchCity": "CHARLOTTE",
"branchState": "NC",
"registrationBeginDate": null
},
{
"firmId": "7452",
"firmName": "VANGUARD MARKETING CORPORATION",
"branchCity": "CHARLOTTE",
"branchState": "NC",
"registrationBeginDate": null
}
],
"previousEmployments": [],
"yearsInIndustryStart": "2018-07-12",
"finraRegistrationCount": 1
},
{
"crd": "4346806",
"bcScope": "Active",
"iaScope": "Active",
"lastName": "SMITH",
"firstName": "JOHN",
"middleName": "T.",
"otherNames": [
"JOHN T SMITH",
"JOHN SMITH",
"John Thomas Smith"
],
"hasDisclosures": false,
"employmentCount": 3,
"currentEmployments": [
{
"firmId": "7784",
"firmName": "FIDELITY BROKERAGE SERVICES LLC",
"branchCity": "SEATTLE",
"branchState": "WA",
"registrationBeginDate": null
},
{
"firmId": "7784",
"firmName": "FIDELITY BROKERAGE SERVICES LLC",
"branchCity": "KIRKLAND",
"branchState": "WA",
"registrationBeginDate": null
},
{
"firmId": "104555",
"firmName": "STRATEGIC ADVISERS LLC",
"branchCity": "KIRKLAND",
"branchState": "WA",
"registrationBeginDate": null
},
{
"firmId": "104555",
"firmName": "STRATEGIC ADVISERS LLC",
"branchCity": "SEATTLE",
"branchState": "WA",
"registrationBeginDate": null
}
],
"previousEmployments": [],
"yearsInIndustryStart": "2001-04-30",
"finraRegistrationCount": 1
},
{
"crd": "5998211",
"bcScope": "InActive",
"iaScope": "InActive",
"lastName": "Smith",
"firstName": "John",
"middleName": null,
"otherNames": [
"JAKE SMITH",
"JOHN SMITH",
"John J Smith",
"John Jacob Lakin Smith"
],
"hasDisclosures": true,
"employmentCount": 0,
"currentEmployments": [],
"previousEmployments": [],
"yearsInIndustryStart": null,
"finraRegistrationCount": 0
},
{
"crd": "2265605",
"bcScope": "InActive",
"iaScope": "InActive",
"lastName": "Smith",
"firstName": "John",
"middleName": "Charles",
"otherNames": [
"CHUCK SMITH",
"JOHN SMITH"
],
"hasDisclosures": false,
"employmentCount": 0,
"currentEmployments": [],
"previousEmployments": [],
"yearsInIndustryStart": null,
"finraRegistrationCount": 0
},
{
"crd": "428085",
"bcScope": "NotInScope",
"iaScope": "Active",
"lastName": "SMITH",
"firstName": "JOHN",
"middleName": "ROBERT",
"otherNames": [
"JOHN SMITH"
],
"hasDisclosures": false,
"employmentCount": 1,
"currentEmployments": [
{
"firmId": "292023",
"firmName": "OPTIMIST CAPITAL",
"branchCity": "PALM BEACH GARDENS",
"branchState": "FL",
"registrationBeginDate": null
}
],
"previousEmployments": [],
"yearsInIndustryStart": null,
"finraRegistrationCount": 0
}
]
},
"inmates": {
"count": 5,
"error": null,
"found": true,
"matches": [
{
"age": 79,
"sex": "Male",
"name": {
"last": "SMITH",
"first": "JOHN",
"middle": "LEE",
"suffix": null
},
"race": "Black",
"facility": {
"code": "CDT",
"name": "Detroit",
"type": "RRM"
},
"releaseCode": "R",
"inmateNumber": "00123-871",
"actualReleaseDate": "02/17/1994",
"projectedReleaseDate": null
},
{
"age": 73,
"sex": "Male",
"name": {
"last": "SMITH",
"first": "JOHN",
"middle": "WESLEY",
"suffix": null
},
"race": "Black",
"facility": {
"code": "MIL",
"name": "Milan",
"type": "FCI"
},
"releaseCode": "R",
"inmateNumber": "00407-061",
"actualReleaseDate": "08/05/1982",
"projectedReleaseDate": null
},
{
"age": null,
"sex": "Male",
"name": {
"last": "SMITH",
"first": "JOHN",
"middle": null,
"suffix": null
},
"race": "White",
"facility": {
"code": null,
"name": "IN TRANSIT",
"type": null
},
"releaseCode": null,
"inmateNumber": "00531-196",
"actualReleaseDate": null,
"projectedReleaseDate": "UNKNOWN"
},
{
"age": 64,
"sex": "Male",
"name": {
"last": "SMITH",
"first": "JOHN",
"middle": null,
"suffix": null
},
"race": "Black",
"facility": {
"code": "PEM",
"name": "Petersburg Medium",
"type": "FCI"
},
"releaseCode": "R",
"inmateNumber": "00693-007",
"actualReleaseDate": "10/25/2004",
"projectedReleaseDate": null
},
{
"age": 70,
"sex": "Male",
"name": {
"last": "SMITH",
"first": "JOHN",
"middle": "ALLEN",
"suffix": null
},
"race": "White",
"facility": {
"code": "LEW",
"name": "Lewisburg",
"type": "FCI"
},
"releaseCode": "R",
"inmateNumber": "00790-081",
"actualReleaseDate": "08/05/1982",
"projectedReleaseDate": null
}
]
},
"sources": [
{
"url": "https://brokercheck.finra.org/",
"provider": "FINRA BrokerCheck"
},
{
"url": "https://www.courtlistener.com/",
"provider": "CourtListener (Free Law Project)"
},
{
"url": "https://www.bop.gov/inmateloc/",
"provider": "Federal Bureau of Prisons inmate locator"
},
{
"url": "https://data.texas.gov/",
"provider": "Texas Department of Licensing and Regulation (data.texas.gov)"
},
{
"url": "https://data.texas.gov/",
"provider": "Texas Real Estate Commission (data.texas.gov)"
}
],
"txTrades": {
"count": 0,
"error": null,
"found": false,
"matches": []
},
"attorneys": {
"count": 5,
"error": null,
"found": true,
"matches": [
{
"id": 13541173,
"fax": null,
"url": "https://www.courtlistener.com/api/rest/v4/attorneys/13541173/",
"firm": "John Smithee",
"name": "John Smithee",
"email": null,
"phone": null,
"address": null,
"caseCount": 4,
"dateModified": "2026-05-01T09:16:28.311409-07:00"
},
{
"id": 12955805,
"fax": null,
"url": "https://www.courtlistener.com/api/rest/v4/attorneys/12955805/",
"firm": "John Smith",
"name": "John Smith",
"email": null,
"phone": null,
"address": null,
"caseCount": 1,
"dateModified": "2026-03-25T09:32:01.779407-07:00"
},
{
"id": 12901500,
"fax": null,
"url": "https://www.courtlistener.com/api/rest/v4/attorneys/12901500/",
"firm": "John Smith-George",
"name": "John Smith-George",
"email": null,
"phone": null,
"address": null,
"caseCount": 1,
"dateModified": "2026-03-25T08:05:07.357109-07:00"
},
{
"id": 12898133,
"fax": null,
"url": "https://www.courtlistener.com/api/rest/v4/attorneys/12898133/",
"firm": "John Smith-George",
"name": "John Smith-George",
"email": null,
"phone": null,
"address": null,
"caseCount": 1,
"dateModified": "2026-03-25T07:58:51.883933-07:00"
},
{
"id": 12737181,
"fax": null,
"url": "https://www.courtlistener.com/api/rest/v4/attorneys/12737181/",
"firm": "John Smithee",
"name": "John Smithee",
"email": null,
"phone": null,
"address": null,
"caseCount": 2,
"dateModified": "2026-03-25T03:08:03.468801-07:00"
}
]
},
"txRealEstate": {
"count": 2,
"error": null,
"found": true,
"matches": [
{
"name": "JOHN SMITH FAVARD",
"status": "Expired less than 6 months",
"expires": "04/30/2026",
"supervisor": null,
"licenseType": "Sales Agent",
"licenseNumber": "642491-SA",
"originalLicenseDate": "06/17/2014"
},
{
"name": "PATRICK JOHN SMITH",
"status": "Expired less than 6 months",
"expires": "05/31/2023",
"supervisor": null,
"licenseType": "Sales Agent",
"licenseNumber": "536102-SA",
"originalLicenseDate": "05/11/2005"
}
]
}
},
"meta": {
"cost": {
"usd": 0.0072,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "person.cross-registry",
"settlement": {
"txHash": "0x95751e44450199229d25ad27b539c09535eb1385409c4234a80d3b07f157654e",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"