people-property
16
总安装量
15
周安装量
#21350
全站排名
安装命令
npx skills add https://github.com/merit-systems/agentcash-skills --skill people-property
Agent 安装分布
opencode
15
gemini-cli
15
claude-code
15
github-copilot
15
codex
15
kimi-cli
15
Skill 文档
People & Property Search with Whitepages
Access people and property search through x402-protected endpoints.
Setup
See rules/getting-started.md for installation and wallet setup.
Important: This skill provides access to personal information. Review rules/privacy.md before use.
Quick Reference
| Task | Endpoint | Price | Description |
|---|---|---|---|
| Person search | https://stableenrich.dev/api/whitepages/person-search |
$0.44 | Find people by name/location |
| Property search | https://stableenrich.dev/api/whitepages/property-search |
$0.44 | Property and owner info |
Person Search
Search for a person by name and location:
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
"firstName": "John",
"lastName": "Smith",
"city": "Seattle",
"state": "WA"
}'
Parameters:
firstName– First name (required)lastName– Last name (required)city– City namestate– State abbreviation (US)zip– ZIP codeaddress– Street address
Returns:
- Full name and age range
- Current and previous addresses
- Phone numbers
- Associated people (relatives, associates)
More Specific Search
Include more details for better matches:
npx 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"
}'
Property Search
Search for property information:
npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{
"address": "123 Main Street",
"city": "Seattle",
"state": "WA"
}'
Parameters:
address– Street address (required)city– City namestate– State abbreviationzip– ZIP code
Returns:
- Property address (standardized)
- Owner name
- Property type (single family, condo, etc.)
- Property details
Response Data
Person Search Fields
name– Full legal nameageRange– Estimated age rangecurrentAddress– Current residencehistoricalAddresses– Previous addressesphoneNumbers– Associated phone numbersassociatedPeople– Relatives and associates
Property Search Fields
address– Standardized addressowner– Property owner namepropertyType– Type of propertyyearBuilt– Construction year (if available)bedrooms/bathrooms– Property detailssquareFootage– Size (if available)
Workflows
Verify Contact Information
- Confirm legitimate purpose (see rules/privacy.md)
- (Optional) Check balance:
npx agentcash wallet info - Search with available details
- Verify results match expected person
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Jane", "lastName": "Doe", "city": "Portland", "state": "OR"}'
Property Research
- (Optional) Check balance:
npx agentcash wallet info - Search by address
- Review owner and property details
npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{"address": "456 Oak Avenue", "city": "Austin", "state": "TX"}'
Reconnect with Someone
- Confirm legitimate purpose
- Provide as much detail as possible for accuracy
- Review results for correct match
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Michael", "lastName": "Johnson", "state": "CA"}'
Cost Considerations
At $0.44 per call, Whitepages is the most expensive endpoint in the x402 suite.
| Scenario | Cost |
|---|---|
| Single lookup | $0.44 |
| Verify address + person | $0.88 |
| Multiple candidates | $1.32+ |
Tips to reduce costs:
- Provide as much info as possible for accurate first-try results
- Use free sources first (LinkedIn, company websites)
- Use apollo, clado, firecrawl, WebSearch, WebFetch, to get data that will make the queries more accurate
- Only use for essential lookups
Limitations
- US-focused data
- Results depend on public records availability
- Some individuals may have limited information
- Recently moved individuals may show old addresses
- Unlisted/private numbers not included