Developers

Build property intelligence and enrichment workflows through one API platform.

PrimeTracers gives engineering teams one self-serve entry point for property discovery, record evaluation, contact enrichment, and batch processing, with the app available later for property review and action.

Go from a target property to a reachable owner - property intelligence and enrichment through one key.

Node fetch example
const response = await fetch('https://api.primetracers.com/v1/property/query', {
  method: 'POST',
  headers: {
    'content-type': 'application/json',
    'x-api-key': PRIME_TRACERS_API_KEY
  },
  body: JSON.stringify({
    address: '123 Main St, Dallas, TX'
  })
});
property/query
discovery entry point
Insight + comps
deeper evaluation
Contact enrichment
sync and async delivery
Workflow overview
1
Self-serve access

Sign up, reveal a key, explore the docs, and move from evaluation to first request without a separate sales-led setup.

2
Property intelligence family

Use autocomplete, query, insight, insight-bulk, comps, valuation, and liens to discover and evaluate target properties.

3
Enrichment family

Use contact, demographic, firmographic, audience, and list-job workflows to add usable context to the records you care about.

Property Intelligence API

Search, resolve, and evaluate properties without vendor sprawl

PrimeTracers supports the property workflow from first match to deeper evaluation, so teams can go from address or geography to a decision-ready record set.

  • Autocomplete and query endpoints for discovery
  • Insight, insight-bulk, comps, valuation, and liens for evaluation
  • Useful for prospecting, underwriting, routing, and analyst review
Enrichment API

Turn a target record into reachable, qualified owners.

PrimeTracers enrichment endpoints help teams move from a target record to usable outreach, segmentation, and workflow context without relying on multiple vendors.

  • Contact enrichment for reachable owner and lead data
  • Demographic, firmographic, and audience workflows for qualification
  • Async list and job flows for higher-volume enrichment runs

Implementation paths

Use interactive requests for product flows and async jobs for list-scale work.

The same platform supports quick UI-driven calls and higher-volume batch processing, so teams can start with live lookups and expand into list, job, and download workflows as usage grows.

Property query
const response = await fetch('https://api.primetracers.com/v1/property/query', {
  method: 'POST',
  headers: {
    'content-type': 'application/json',
    'x-api-key': PRIME_TRACERS_API_KEY
  },
  body: JSON.stringify({
    address: '123 Main St, Dallas, TX'
  })
});
Contact enrichment
const response = await fetch('https://api.primetracers.com/v1/enrich/contact', {
  method: 'POST',
  headers: {
    'content-type': 'application/json',
    'x-api-key': PRIME_TRACERS_API_KEY
  },
  body: JSON.stringify({
    first: 'PersonFirstName',
    last: 'PersonLastName',
    city: 'Carlsbad',
    state: 'CA',
    zip: '92008',
    output: ['phone_multiple']
  })
});

Agent workflows

Connect PrimeTracers data to MCP-capable agents.

Use the hosted PrimeTracers MCP server to bring property intelligence and enrichment context into agent workflows without copying endpoint details into every prompt.

Hosted MCP
server URL
OAuth login
client managed auth
Tool list
reload verification
Codex TOML setup

Point your client at the hosted MCP endpoint.

Add the hosted server, then complete the client-managed MCP login flow when Codex prompts you. Do not configure REST API keys or custom auth headers for the hosted MCP server.

[mcp_servers.primetracersmcp]
url = "https://mcp.primetracers.com/mcp"
oauth_resource = "https://mcp.primetracers.com/mcp"
Verification

Reload config before running an agent workflow.

  1. 01 Reload the MCP client after adding the server block.
  2. 02 Run the hosted MCP login flow, then ask the client to list PrimeTracers MCP tools.
  3. 03 Use the API docs for endpoint-level request shapes before putting a workflow in front of users.

What you can build right away

Built on 2T+ data attributes across 280M adults and 160M+ properties: endpoint families, self-serve access, sync and async delivery, and the app for hands-on review and execution.

Access

Go from signup to a live API call in under 3 minutes

PrimeTracers supports self-serve signup, OpenAPI-backed docs, and an account dashboard for key and usage visibility.

Delivery

Live requests or batch jobs

Use sync endpoints for product experiences, then move to async list and job flows when you need higher-volume batch processing.

Operations

Use the app for review, export, and skip tracing

The app gives teams a dedicated place to explore properties, review details, export lists, and run skip traces.