Search Company by Name

Find a company record by name and country code.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This method allows you to search the Single-Invoice.co company database to find a transactor using only their company name. This will allow you to discover their Single-Invoice.co ID, which will in turn allow you to obtain quotes for coverage.

The endpoint takes two primary inputs:

  • Country code: the country in which the company resides
  • Company name: the name of the company

Additionally (as with any Single-Invoice.co query that can return multiple responses) you can also supply a 'page' parameter to allow pagination of results.

Filters are also available for other fields, which are passed as query string parameters. Filters include city, street name, street number, and phone number.

🚧

A note on filtering

Please note that due to the underlying back end service we use for searching companies, filters can appear to be quite "fuzzy" - for example, if you filter on "Paris" as a city, you may get results which include companies in other cities.

This can happen if there companies are linked through some mechanism in our search back end (for example, if one company is a subsidiary of the other).

If the search is successful, the endpoint will return JSON containing general identifying information about the transactor (including the Single-Invoice.co ID, company name, address and phone number).

Query Params
string
required

The ISO_3166-1_alpha-2 country code.

string
required

The name of the company to search for. Name can contain special characters but must be URL encoded.

int32
Defaults to 1

The page number to return, if there are more than 50 results

string

Filter on companies that match this specific legalForm

string

Filter on companies in this city. Note that linked companies (e.g., subsidiaries) may be included in results with non-matching cities.

string

Filter on company phone number.

string

Filter on companies by this street name.

string

Filter on companies by this street number.

string

Filter by post code / zip code

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json