App Logo
barreaunantes.fr

Search Barreau de Nantes lawyers

Search the Nantes bar association's public lawyer directory by SURNAME (the site's own "Nom" field). Matching is substring and accent-insensitive on the surname only — a given name ("gaetane") or a cabinet name ("FIDAL") returns no rows, verified. Returns each match's slug (the join key for get_lawyer), surname, given name, cabinet and city. No login required. The directory renders its whole result set on one page, so a one-letter query can return hundreds of rows; an empty list means no surname matches.

Input

nom required

Name (or partial name) to search for, matching the site's own "Nom" search field.

Output

count required

Number of matching lawyers returned. The directory renders its whole result set on one page, so this is the complete match count, not a page size (a one-letter query can return several hundred).

query required

The normalised name that was actually submitted to the site's search form.

lawyers required

Matching lawyers. The site substring-matches, so short queries match broadly. An empty array is a legitimate outcome meaning no lawyer matches this name; it is only ever returned after the search form was confirmed submitted.

FAQ

Search the Nantes bar association's public lawyer directory by SURNAME (the site's own "Nom" field). Matching is substring and accent-insensitive on the surname only — a given name ("gaetane") or a cabinet name ("FIDAL") returns no rows, verified. Returns each match's slug (the join key for get_lawyer), surname, given name, cabinet and city. No login required. The directory renders its whole result set on one page, so a one-letter query can return hundreds of rows; an empty list means no surname matches.
Required: nom.
It returns count, query, lawyers.
No. It only uses pages of barreaunantes.fr that are reachable without signing in.
It only reads. It looks things up on barreaunantes.fr and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/barreaunantes.fr/list_lawyers, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/barreaunantes.fr/list_lawyers
It is part of Reduck's official curated catalogue.

Start building not clicking