people-property

Search people and property records via Whitepages endpoints through the x402 proxy.

3|3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Merit-Systems/x402scan-skills --skill people-property
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: people-property
Source: https://github.com/Merit-Systems/x402scan-skills/tree/main/skills/people-property
Command: npx skills add https://github.com/Merit-Systems/x402scan-skills --skill people-property

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Public records data is powerful but often scattered; this skill provides controlled access to people and property information via Whitepages endpoints behind the x402 proxy, enabling compliant lookups for due diligence and verification.

Core Features & Use Cases

  • Person Search: Find people by name and location and retrieve associated details such as current and historical addresses and phone numbers.
  • Property Search: Retrieve property details including address, owner, and property type.
  • Use Case: Background research for business relationships, tenant screening, or verifying contact information in a compliant workflow.

Quick Start

  • Discover endpoints: x402.discover_api_endpoints(url="https://enrichx402.com")
  • Search for a person: x402.fetch(url="https://enrichx402.com/api/whitepages/person-search", method="POST", body={ "firstName": "John", "lastName": "Doe", "city": "Seattle", "state": "WA" })
  • Search for a property: x402.fetch(url="https://enrichx402.com/api/whitepages/property-search", method="POST", body={ "address": "123 Main St", "city": "Seattle", "state": "WA" })

Frequently Asked Questions about people-property

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for people and property data using Whitepages?

To search for people and property data, discover the available endpoints via the x402 proxy, then send a POST request to the specific Whitepages person-search or property-search endpoint using required body parameters like name, location, or address.

Can I perform a person search by name and city through an API?

Yes, you can perform a person search by sending a POST request to the Whitepages person-search endpoint, including the firstName, lastName, city, and state in the request body to retrieve associated contact and historical address details.

What is the process for discovering available data enrichment endpoints?

Endpoint discovery is performed by querying the x402 proxy to retrieve a list of valid API paths, which is required before executing any data fetch calls to ensure requests are directed to the correct provider and action URLs.

Does this approach support property ownership lookups for due diligence?

Yes, property lookups are supported for due diligence by sending a POST request with an address, city, and state to the property-search endpoint, returning property details including ownership and property type.

Why do I need to discover API endpoints before fetching people search results?

Endpoint discovery is required because the system enforces exact API paths for data fetching, ensuring your POST requests are routed correctly through the x402 proxy to the Whitepages provider for successful people and property data retrieval.

What are the limitations of using Whitepages endpoints for background research?

The system is limited to compliant lookups via Whitepages endpoints accessed through the x402 proxy, requiring exact endpoint paths and prior endpoint discovery, making it unsuitable for unrestricted or non-compliant data scraping workflows.