Loading...
Loading...
Search for people and properties using Whitepages APIs via x402. USE FOR: - Finding people by name and location - Address lookups and verification - Property owner information - Background research (with legitimate purpose) TRIGGERS: - "find person", "lookup person", "who lives at" - "property owner", "property search", "address lookup" - "person at address", "contact info for" IMPORTANT: These endpoints contain personal information. Use responsibly and only for legitimate purposes. See rules/privacy.md for guidance. Both endpoints are $0.44 per call. IMPORTANT: Never guess endpoint paths. All paths follow the pattern https://enrichx402.com/api/{provider}/{action}. Use exact URLs from the Quick Reference table below or call x402.discover_api_endpoints first.
npx skill4agent add merit-systems/x402scan-skills people-propertySTOP — Read before making any API call. enrichx402.com endpoints are not the same as each provider's native API. All paths use the format. You MUST either:https://enrichx402.com/api/{provider}/{action}
- Copy exact URLs from the Quick Reference table below, OR
- Run
to get the correct pathsx402.discover_api_endpoints(url="https://enrichx402.com")Guessing paths will fail with 405 errors (wrong path) or 404 errors (missingprefix)./api/
| Task | Endpoint | Price | Description |
|---|---|---|---|
| Person search | | $0.44 | Find people by name/location |
| Property search | | $0.44 | Property and owner info |
x402.fetch(
url="https://enrichx402.com/api/whitepages/person-search",
method="POST",
body={
"firstName": "John",
"lastName": "Smith",
"city": "Seattle",
"state": "WA"
}
)firstNamelastNamecitystatezipaddressx402.fetch(
url=".../whitepages/person-search",
body={
"firstName": "John",
"lastName": "Smith",
"address": "123 Main St",
"city": "Seattle",
"state": "WA",
"zip": "98101"
}
)x402.fetch(
url="https://enrichx402.com/api/whitepages/property-search",
method="POST",
body={
"address": "123 Main Street",
"city": "Seattle",
"state": "WA"
}
)addresscitystatezipnameageRangecurrentAddresshistoricalAddressesphoneNumbersassociatedPeopleaddressownerpropertyTypeyearBuiltbedroomsbathroomssquareFootagex402.get_wallet_infox402.discover_api_endpoints(url="https://enrichx402.com")x402.fetch(
url="https://enrichx402.com/api/whitepages/person-search",
method="POST",
body={"firstName": "Jane", "lastName": "Doe", "city": "Portland", "state": "OR"}
)x402.get_wallet_infox402.fetch(
url="https://enrichx402.com/api/whitepages/property-search",
method="POST",
body={"address": "456 Oak Avenue", "city": "Austin", "state": "TX"}
)x402.fetch(
url="https://enrichx402.com/api/whitepages/person-search",
method="POST",
body={"firstName": "Michael", "lastName": "Johnson", "state": "CA"}
)| Scenario | Cost |
|---|---|
| Single lookup | $0.44 |
| Verify address + person | $0.88 |
| Multiple candidates | $1.32+ |