Grant only the access it needs
Create a separate credential for each agent and choose scopes for jobs, results, and exports.
Connect through MCP or a versioned REST API. Agents can inspect existing Cloud jobs, read normalized results, and create machine-readable exports—without permission to run billable jobs or change your account.
Included with Pro, Ultra, and eligible legacy Team and Enterprise plans.
pdl_list_properties({
runId: "pdl_run_importer_…",
limit: 25
})
→ 25 normalized records
→ nextCursor: "eyJ2Ijox…"
→ no Cloud credits usedThe integration is designed for deliberate access, compact context, and predictable machine output.
Create a separate credential for each agent and choose scopes for jobs, results, and exports.
Use MCP tools or the REST API to list existing jobs, page through normalized property records, and read saved insights.
Create a versioned JSON or NDJSON export instead of pushing a full property dataset into the model context window.
Designed for controlled access
Every credential is scoped, revocable, and separate from your browser-extension login. Large datasets move through expiring export files instead of oversized tool responses.
Create a scoped token, connect your MCP client, and keep complete control over the Cloud jobs and result operations your agent can use.
Connect with MCP