App Logo
doctolib.fr

Doctolib location autocomplete

Resolve free-text location input (city, neighborhood, street) to Doctolib's own place suggestions. Use this before search_practitioners when a plain city name silently resolves to the wrong place (e.g. "Nantes" free text can server-side-match an unrelated city) — pick a suggestion's city/label and pass that into search_practitioners.location instead of raw user input. Does not return the internal URL slug (Doctolib assigns some slugs a disambiguating numeric suffix that isn't derivable from the label alone) — only the city name/label as Doctolib itself would display it.

Input

query required

Free-text place query, e.g. 'Nantes', 'Saint-Etienne', 'dentiste' won't work here — this is location-only, not specialty.

Output

results required

FAQ

Resolve free-text location input (city, neighborhood, street) to Doctolib's own place suggestions. Use this before search_practitioners when a plain city name silently resolves to the wrong place (e.g. "Nantes" free text can server-side-match an unrelated city) — pick a suggestion's city/label and pass that into search_practitioners.location instead of raw user input. Does not return the internal URL slug (Doctolib assigns some slugs a disambiguating numeric suffix that isn't derivable from the label alone) — only the city name/label as Doctolib itself would display it.
Required: query.
It returns results.
No. It only uses pages of doctolib.fr that are reachable without signing in.
It only reads. It looks things up on doctolib.fr and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/doctolib.fr/autocomplete, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/doctolib.fr/autocomplete
It is part of Reduck's official curated catalogue.

Start building not clicking