For Agents
Look up listings, agents, offices, and leads across the Anywhere brand network (Coldwell Banker, Century 21, Sotheby's, ERA) via OAuth 2.0.
Get started with Anywhere Real Estate API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"look up a real estate listing"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Anywhere Real Estate API API.
Search active listings across the Anywhere franchise network and fetch full listing detail by id
Look up an agent's profile, brand affiliation, and assigned office by agent id
List offices in the network and fetch a single office by office id
Submit a buyer or seller lead into the Anywhere lead routing system
GET STARTED
Use for: I need to look up a real estate listing by id, Search active listings in the Coldwell Banker network, Find an agent profile by agent id, List offices in a given region
Not supported: Does not handle MLS data ingestion, transaction management, or commission accounting - use for listings, agent and office lookup, and lead submission across the Anywhere franchise network only.
Jentic publishes the only available OpenAPI specification for Anywhere Real Estate API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Anywhere Real Estate API, keeping it validated and agent-ready. Anywhere (formerly Realogy) operates Coldwell Banker, Century 21, Sotheby's International Realty, Better Homes and Gardens Real Estate, and ERA. The developer API exposes back-office data on listings, agents, offices, and leads so brand partners and recruiters can integrate with the franchise network. Authentication is OAuth 2.0 against the Anywhere identity service.
Authenticate against Anywhere's developer portal using OAuth 2.0 client credentials
Patterns agents use Anywhere Real Estate API API for, with concrete tasks.
★ Listing syndication to a partner site
Pull active listings from the Anywhere network into a third-party portal or aggregator. The agent calls /listings to page through current inventory and /listings/{listingId} to fetch full detail including price, address, and photos. Useful when a partner site needs Coldwell Banker, Century 21, or Sotheby's listings without scraping.
GET /listings with a status=active filter, then GET /listings/{listingId} for each result and write listing detail to a partner database
Agent and office directory lookup
Resolve agent and office records when an internal tool needs to display Coldwell Banker or ERA branding alongside agent contact info. The agent calls /agents/{agentId} for the named agent, /offices/{officeId} for their assigned office, and reconciles the brand affiliation for display.
GET /agents/{agentId} for an agent the user named, then GET /offices/{officeId} for their office and return brand, address, and phone
Lead capture from a marketing site
When a buyer fills in a contact form on a brand site, capture the lead and post it to /leads so it is routed to the right agent in the Anywhere network. The agent attaches the source listing id, buyer contact details, and timeframe so the lead lands in the correct queue.
POST to /leads with {listingId, buyer name, email, phone, timeframe} and confirm the lead id in the response
AI agent integration via Jentic
An agent supporting a real estate concierge can search Jentic for 'look up a real estate listing' and Jentic returns the Anywhere /listings or /listings/{listingId} schema so the agent can call it directly. OAuth 2.0 client credentials are stored in the Jentic vault, so the agent does not handle the client secret.
Search Jentic for 'look up a real estate listing', load the /listings/{listingId} schema, and execute it with the user-supplied id
8 endpoints — jentic publishes the only available openapi specification for anywhere real estate api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/listings
List active listings across the Anywhere network
/listings/{listingId}
Fetch full detail for a single listing
/agents
List agents in the network
/agents/{agentId}
Fetch a single agent profile by id
/offices
List offices in the network
/offices/{officeId}
Fetch a single office by id
/leads
Submit a buyer or seller lead
/listings
List active listings across the Anywhere network
/listings/{listingId}
Fetch full detail for a single listing
/agents
List agents in the network
/agents/{agentId}
Fetch a single agent profile by id
/offices
List offices in the network
Three things that make agents converge on Jentic-routed access.
Credential isolation
Anywhere OAuth 2.0 client credentials are stored in the Jentic vault (MAXsystem). Jentic handles token fetch and refresh server-side, so neither the client secret nor the access token enters the agent context.
Intent-based discovery
Agents search Jentic by intent ('look up a real estate listing', 'submit a real estate lead') and Jentic returns the matching Anywhere operation with its schema, removing the need to navigate the developer portal.
Time to first call
Direct integration: 2-3 days for OAuth setup, sandbox onboarding, and lead-routing testing. Through Jentic: under an hour - search, load, execute.
Alternatives and complements available in the Jentic catalogue.
Apex27 API
Estate agent CRM with listings, contacts, viewings, and offers in one platform.
Pick Apex27 when the workflow includes contacts, viewings, and offers as well as listings; pick Anywhere when the agent only needs the franchise-network directory.
BoomTown API
Real estate lead nurture and follow-up CRM commonly used by Anywhere brokerages.
Use BoomTown to nurture leads after they are submitted to Anywhere via /leads.
Real Geeks API
Real estate lead generation site builder, often paired with brokerage data feeds.
Use Real Geeks for the marketing site that captures the lead, then post the lead into Anywhere via /leads for routing to the right agent.
Specific to using Anywhere Real Estate API API through Jentic.
Why is there no official OpenAPI spec for Anywhere Real Estate API?
Anywhere does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Anywhere Real Estate API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Anywhere Real Estate API use?
OAuth 2.0 with client credentials issued from the Anywhere developer portal. Through Jentic, the client id and secret live in the encrypted MAXsystem vault and the access token is fetched and refreshed on the agent's behalf.
Can I pull listings across all Anywhere brands in one call?
Yes. GET /listings returns listings across the franchise network including Coldwell Banker, Century 21, Sotheby's International Realty, Better Homes and Gardens, and ERA. The brand for each listing is included in the listing record so partner sites can route accordingly.
How do I submit a buyer lead through Jentic?
Search Jentic for 'submit a real estate lead', load the /leads schema, and POST it with the buyer contact details, source listing id, and timeframe. The response includes the assigned lead id for tracking.
What are the rate limits for the Anywhere Real Estate API?
Rate limits depend on the partner agreement and are not declared in the OpenAPI spec. Production partners are typically given higher per-minute limits than sandbox apps; check the developer portal for the current quota.
Can I get the office an agent is assigned to?
Yes. GET /agents/{agentId} returns the agent record with an officeId field, then GET /offices/{officeId} returns the office detail. This pairs naturally for directory and contact-info displays.
/offices/{officeId}
Fetch a single office by id
/leads
Submit a buyer or seller lead