Realestateapi Skip Trace
realestateapi_skip_traceSkip-trace owner contact info for an address — returns the owner name plus phone numbers and emails. Regulated PII: pure passthrough, nothing is stored. Example: realestateapi_skip_trace({ address: "123 Main St, Austin, TX 78701", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | Yes | RealEstateAPI key from realestateapi.com | |
| address | Yes | Full property/mailing address to trace | |
| last_name | No | Owner last name (optional, improves match) | |
| first_name | No | Owner first name (optional, improves match) |