Skip to main content
Use the Immoteur public API to verify your access, retrieve listing and property data, and receive listing updates through webhooks. In the API, a classified is a source listing or advertisement; a property groups one or more listings that describe the same real-estate asset.

Choose your starting point

  • Make your first request. Create a token, call GET /auth, and confirm the access available to your integration in the Quickstart.
  • Choose an API resource. Use the identifier or result you have to select an existing lookup, retrieval, relation, or search endpoint in Choose an API resource.
  • Receive updates. Configure a webhook in API → Webhooks in the Immoteur dashboard when your service needs classified notifications instead of polling. See Configure webhooks.
  • Mirror selected classified data. Build a local classified-data mirror with a full baseline, live updates, and delta reconciliation in Mirror classified data.

What the public API provides

  • Call GET /auth to validate a token and inspect its metadata.
  • Retrieve a listing with GET /classifieds/{id} or a grouped property with GET /properties/{id}.
  • Look up either resource from a listing URL with GET /classifieds/lookup?url=... or GET /properties/lookup?url=....
  • Follow the classified/property relation endpoints when you need the associated resource.
  • Search properties with POST /properties/search.
  • Receive classified notifications and classified exports through webhooks.

Data access

Responses apply the meta.dataAccessLimit associated with your token. Review it in the /auth response and combine it with explicit request filters when the endpoint supports them. Create and manage tokens in API → Tokens in the Immoteur dashboard, and review data access in API → Data Access. See API tokens and data access for the dashboard setup. Open the generated API reference in the sidebar for endpoint parameters, payload schemas, and live examples.