people-property
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePeople & Property Search with Whitepages
基于Whitepages的人物与房产搜索
Access people and property search through x402-protected endpoints.
通过受x402保护的接口访问人物与房产搜索功能。
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.
请查看rules/getting-started.md了解安装和钱包设置步骤。
重要提示:本技能可访问个人信息。使用前请阅读rules/privacy.md。
Quick Reference
快速参考
| Task | Endpoint | Price | Description |
|---|---|---|---|
| Person search | | $0.44 | Find people by name/location |
| Property search | | $0.44 | Property and owner info |
| 任务 | 接口地址 | 价格 | 描述 |
|---|---|---|---|
| 人物搜索 | | $0.44 | 根据姓名/地点查找人物 |
| 房产搜索 | | $0.44 | 房产及所有者信息查询 |
Person Search
人物搜索
Search for a person by name and location:
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
"firstName": "John",
"lastName": "Smith",
"city": "Seattle",
"state": "WA"
}'Parameters:
- - First name (required)
firstName - - Last name (required)
lastName - - City name
city - - State abbreviation (US)
state - - ZIP code
zip - - Street address
address
Returns:
- Full name and age range
- Current and previous addresses
- Phone numbers
- Associated people (relatives, associates)
根据姓名和地点搜索人物:
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
"firstName": "John",
"lastName": "Smith",
"city": "Seattle",
"state": "WA"
}'参数说明:
- - 名字(必填)
firstName - - 姓氏(必填)
lastName - - 城市名称
city - - 美国州缩写
state - - 邮政编码
zip - - 街道地址
address
返回内容:
- 全名和年龄范围
- 当前及过往地址
- 电话号码
- 关联人物(亲属、同事等)
More Specific Search
更精准的搜索
Include more details for better matches:
bash
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"
}'提供更多细节以获得更匹配的结果:
bash
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:
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{
"address": "123 Main Street",
"city": "Seattle",
"state": "WA"
}'Parameters:
- - Street address (required)
address - - City name
city - - State abbreviation
state - - ZIP code
zip
Returns:
- Property address (standardized)
- Owner name
- Property type (single family, condo, etc.)
- Property details
搜索房产信息:
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{
"address": "123 Main Street",
"city": "Seattle",
"state": "WA"
}'参数说明:
- - 街道地址(必填)
address - - 城市名称
city - - 州缩写
state - - 邮政编码
zip
返回内容:
- 标准化后的房产地址
- 所有者姓名
- 房产类型(独栋住宅、公寓等)
- 房产详细信息
Response Data
响应数据
Person Search Fields
人物搜索字段
- - Full legal name
name - - Estimated age range
ageRange - - Current residence
currentAddress - - Previous addresses
historicalAddresses - - Associated phone numbers
phoneNumbers - - Relatives and associates
associatedPeople
- - 法定全名
name - - 预估年龄范围
ageRange - - 当前住址
currentAddress - - 过往住址
historicalAddresses - - 关联电话号码
phoneNumbers - - 亲属及关联人物
associatedPeople
Property Search Fields
房产搜索字段
- - Standardized address
address - - Property owner name
owner - - Type of property
propertyType - - Construction year (if available)
yearBuilt - /
bedrooms- Property detailsbathrooms - - Size (if available)
squareFootage
- - 标准化地址
address - - 房产所有者姓名
owner - - 房产类型
propertyType - - 建造年份(若有数据)
yearBuilt - /
bedrooms- 房产细节bathrooms - - 面积(若有数据)
squareFootage
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
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Jane", "lastName": "Doe", "city": "Portland", "state": "OR"}'- 确认具备合法用途(详见rules/privacy.md)
- (可选)查看余额:
npx agentcash wallet info - 使用已有信息进行搜索
- 验证结果是否匹配目标人物
bash
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
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{"address": "456 Oak Avenue", "city": "Austin", "state": "TX"}'- (可选)查看余额:
npx agentcash wallet info - 根据地址进行搜索
- 查看所有者及房产详细信息
bash
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
bash
npx agentcash fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"firstName": "Michael", "lastName": "Johnson", "state": "CA"}'- 确认具备合法用途
- 提供尽可能多的细节以保证准确性
- 查看结果是否为正确匹配
bash
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
每次调用费用为0.44美元,Whitepages是x402套件中费用最高的接口。
| 场景 | 成本 |
|---|---|
| 单次查询 | $0.44 |
| 地址验证+人物搜索 | $0.88 |
| 多个候选结果 | $1.32+ |
降低成本的小贴士:
- 提供尽可能多的信息,确保首次查询即得到准确结果
- 先使用免费资源(如LinkedIn、公司官网)
- 使用apollo、clado、firecrawl、WebSearch、WebFetch获取数据,使查询更精准
- 仅在必要时使用本接口
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
—