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. Use `npx agentcash fetch` for Whitepages endpoints. Both endpoints are $0.44 per call.
npx skill4agent add merit-systems/agentcash-skills people-property| Task | Endpoint | Price | Description |
|---|---|---|---|
| Person search | | $0.44 | Find people by name/location |
| Property search | | $0.44 | Property and owner info |
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
"firstName": "John",
"lastName": "Smith",
"city": "Seattle",
"state": "WA"
}'firstNamelastNamecitystatezipaddressnpx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
"firstName": "John",
"lastName": "Smith",
"address": "123 Main St",
"city": "Seattle",
"state": "WA",
"zip": "98101"
}'npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{
"address": "123 Main Street",
"city": "Seattle",
"state": "WA"
}'addresscitystatezipnameageRangecurrentAddresshistoricalAddressesphoneNumbersassociatedPeopleaddressownerpropertyTypeyearBuiltbedroomsbathroomssquareFootagenpx agentcash wallet infonpx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Jane", "lastName": "Doe", "city": "Portland", "state": "OR"}'npx agentcash wallet infonpx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{"address": "456 Oak Avenue", "city": "Austin", "state": "TX"}'npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Michael", "lastName": "Johnson", "state": "CA"}'| Scenario | Cost |
|---|---|
| Single lookup | $0.44 |
| Verify address + person | $0.88 |
| Multiple candidates | $1.32+ |