home / skills / merit-systems / x402scan-skills / people-property

people-property skill

/skills/people-property

This skill helps you locate people and property details using Whitepages through x402, enabling targeted address, ownership, and verification checks.

npx playbooks add skill merit-systems/x402scan-skills --skill people-property

Review the files below or copy the command above to add this skill to your agents.

Files (3)
SKILL.md
5.8 KB
---
name: people-property
description: |
  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.
mcp:
  - x402
---

# People & Property Search with Whitepages

> **STOP — Read before making any API call.** enrichx402.com endpoints are **not** the same as each provider's native API. All paths use the format `https://enrichx402.com/api/{provider}/{action}`. You MUST either:
> 1. Copy exact URLs from the Quick Reference table below, OR
> 2. Run `x402.discover_api_endpoints(url="https://enrichx402.com")` to get the correct paths
>
> **Guessing paths will fail** with 405 errors (wrong path) or 404 errors (missing `/api/` prefix).

Access people and property search through x402-protected endpoints.

## Setup

See [rules/getting-started.md](rules/getting-started.md) for installation and wallet setup.

**Important:** This skill provides access to personal information. Review [rules/privacy.md](rules/privacy.md) before use.

## Quick Reference

| Task | Endpoint | Price | Description |
|------|----------|-------|-------------|
| Person search | `https://enrichx402.com/api/whitepages/person-search` | $0.44 | Find people by name/location |
| Property search | `https://enrichx402.com/api/whitepages/property-search` | $0.44 | Property and owner info |

## Person Search

Search for a person by name and location:

```mcp
x402.fetch(
  url="https://enrichx402.com/api/whitepages/person-search",
  method="POST",
  body={
    "firstName": "John",
    "lastName": "Smith",
    "city": "Seattle",
    "state": "WA"
  }
)
```

**Parameters:**
- `firstName` - First name (required)
- `lastName` - Last name (required)
- `city` - City name
- `state` - State abbreviation (US)
- `zip` - ZIP code
- `address` - 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:

```mcp
x402.fetch(
  url=".../whitepages/person-search",
  body={
    "firstName": "John",
    "lastName": "Smith",
    "address": "123 Main St",
    "city": "Seattle",
    "state": "WA",
    "zip": "98101"
  }
)
```

## Property Search

Search for property information:

```mcp
x402.fetch(
  url="https://enrichx402.com/api/whitepages/property-search",
  method="POST",
  body={
    "address": "123 Main Street",
    "city": "Seattle",
    "state": "WA"
  }
)
```

**Parameters:**
- `address` - Street address (required)
- `city` - City name
- `state` - State abbreviation
- `zip` - ZIP code

**Returns:**
- Property address (standardized)
- Owner name
- Property type (single family, condo, etc.)
- Property details

## Response Data

### Person Search Fields
- `name` - Full legal name
- `ageRange` - Estimated age range
- `currentAddress` - Current residence
- `historicalAddresses` - Previous addresses
- `phoneNumbers` - Associated phone numbers
- `associatedPeople` - Relatives and associates

### Property Search Fields
- `address` - Standardized address
- `owner` - Property owner name
- `propertyType` - Type of property
- `yearBuilt` - Construction year (if available)
- `bedrooms` / `bathrooms` - Property details
- `squareFootage` - Size (if available)

## Workflows

### Verify Contact Information

1. Confirm legitimate purpose (see [rules/privacy.md](rules/privacy.md))
2. (Optional) Check balance: `x402.get_wallet_info`
3. **Discover endpoints (required before first fetch):** `x402.discover_api_endpoints(url="https://enrichx402.com")`
4. Search with available details using exact URL from discovery or Quick Reference table above
5. Verify results match expected person

```mcp
x402.fetch(
  url="https://enrichx402.com/api/whitepages/person-search",
  method="POST",
  body={"firstName": "Jane", "lastName": "Doe", "city": "Portland", "state": "OR"}
)
```

### Property Research

- [ ] (Optional) Check balance: `x402.get_wallet_info`
- [ ] Search by address
- [ ] Review owner and property details

```mcp
x402.fetch(
  url="https://enrichx402.com/api/whitepages/property-search",
  method="POST",
  body={"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

```mcp
x402.fetch(
  url="https://enrichx402.com/api/whitepages/person-search",
  method="POST",
  body={"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

Overview

This skill lets you search for people and property records using Whitepages endpoints exposed via the x402 gateway. It supports person-by-name searches and address-based property lookups, returning standardized addresses, owner names, contact details, and related people. Use this only for legitimate, privacy-compliant purposes and be aware each call costs $0.44.

How this skill works

Before the first request you must either run x402.discover_api_endpoints(url="https://enrichx402.com") or call the exact endpoints shown in the Quick Reference. Person searches require first and last name and optional location fields; property searches require a street address plus optional city/state/zip. Responses include standardized address data, owner information, phone numbers, historical addresses, and associated people where available.

When to use it

  • Verify or update contact information when you have a legitimate purpose
  • Find property owner and basic parcel details for due diligence
  • Locate a person by name when city/state or address is known
  • Confirm whether a person is associated with a given address
  • Background research on contacts where permitted by law

Best practices

  • Always confirm you have a legitimate, lawful purpose before querying personal data
  • Run x402.discover_api_endpoints(url="https://enrichx402.com") to get exact API paths—do not guess URLs
  • Provide as much detail as possible (full name, address, city, state, zip) to reduce calls and cost
  • Check your x402 wallet balance before bulk lookups — each call is $0.44
  • Use free public sources first to refine queries and avoid unnecessary paid calls

Example use cases

  • Find current and former addresses and phone numbers for a person when reestablishing contact (with consent)
  • Confirm property owner name and property type during preliminary property research
  • Verify that a contact’s listed address matches public records before sending sensitive documents
  • Locate potential relatives or associates linked to a person for legitimate investigative work

FAQ

What exact URLs do I call?

Use the discovery API or copy these exact paths: https://enrichx402.com/api/whitepages/person-search and https://enrichx402.com/api/whitepages/property-search. Guessing paths will cause errors.

What are required parameters for person and property searches?

Person search requires firstName and lastName; include city/state/zip/address for better results. Property search requires address; city/state/zip are optional.

How much does each call cost?

Each Whitepages endpoint call via x402 costs $0.44 per request.

Is this data global?

Data is US-focused and depends on public record availability; some records may be incomplete or outdated.