Skip to main content
Use the Immoteur public API to verify your access, retrieve classified and property data, and receive data updates through webhooks.

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 when your service needs classified notifications instead of polling in Configure webhooks.

What the public API provides

  • Call GET /auth to validate a token and inspect its metadata.
  • Retrieve a resource with GET /classifieds/{id} or GET /properties/{id}.
  • Follow existing 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. 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.