Search FR companies within a radius of a geographic point
search_companies_near_pointFind French companies whose registered office lies within a given radius of a geographic point. Enter jurisdiction 'FR', latitude, longitude, and radius in km. Results include company name, SIREN, address, and NAF code.
Instructions
Search the French registry for companies whose siège social (registered office) lies within a given radius (km) of a latitude/longitude point. Maps to recherche-entreprises' /near_point endpoint. Useful for 'companies within 2km of the Eiffel Tower' style queries. Pricing: free. Returns the same UnifiedSearchCandidate shape as search_companies. Other jurisdictions return 501 — only FR exposes this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | Yes | Must be 'FR' — only FR supports geographic search. | |
| lat | Yes | Latitude in decimal degrees, e.g. 48.8566 (Paris). | |
| long | Yes | Longitude in decimal degrees, e.g. 2.3522 (Paris). | |
| radius | No | Search radius in km, max 50. | |
| limit | No | ||
| activite_principale | No | Optional NAF code filter. | |
| section_activite_principale | No | Optional single-letter NAF section A-U. | |
| fresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | ||
| lat | No | ||
| lng | No | ||
| radius_m | No | ||
| count | No | ||
| results | No | ||
| candidates | No |