This page introduces the B2B APIs used to search for companies and retrieve detailed company information.
Related B2B documentation:
- B2B Classic API — RECSIRET
- B2B Classic API — SIRETINFO
- Restful B2B API — Lookup
- Restful B2B API — GetInfo
- B2B Swagger documentation
B2B API overview
Description
The B2B service is available through APIs hosted on DQE servers. It allows you to search for companies and retrieve company information using search parameters or a company identifier.
There are two main Classic B2B API endpoints:
- /RECSIRET/: returns a list of companies based on company name, company name with postal code, or postal address.
- /SIRETINFO/: returns detailed legal information about a selected company.
There are also two Restful B2B API endpoints:
- /b2b/lookup: returns a list of companies matching the search criteria.
- /b2b/get-info: returns detailed legal and administrative information about a selected company.
Related to