Direct access
Provider-owned integration
This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.
Marketplace execution
Disabled
Auth and payment
Provider-defined
Use this listing to discover StableEnrich Whitepages endpoints for people and property search workflows.
## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.
## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableEnrich as required by the provider.
## External Endpoints
### Property ownership and resident details by address
Method: POST
Direct URL: https://stableenrich.dev/api/whitepages/property-search
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/whitepages/property-search" \
-H "Content-Type: application/json" \
-d '{
"street": "string"
}'
Fast only lists this provider and its docs; execution happens directly against the provider.
### Search for people by name, phone, or address
Method: POST
Direct URL: https://stableenrich.dev/api/whitepages/person-search
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/whitepages/person-search" \
-H "Content-Type: application/json" \
-d '{
"city": "string",
"name": "string",
"phone": "string",
"street": "string",
"zipcode": "string",
"last_name": "string",
"first_name": "string",
"state_code": "string"
}'
Fast only lists this provider and its docs; execution happens directly against the provider.Have a request?