Logo
Menu

API Reference

The API can only be used by users with a business subscription.

Search by company parameters

Search for a company by parameters will return a list of companies that match your query

gethttps://b2bhint.com/api/v1/company/search

q

string

Company name or number
countryCode

string (not required)

Country code as ISO (e.g. "be")
perPage

number (not required)

Number of items per page
page

number (not required)

Current page

Response [sample]

Company details

The Get company details endpoint will return all available company data on B2BHint. If you need complete information about the company, such as contacts, financial statements, court cases and other, set "full" as true.

gethttps://b2bhint.com/api/v1/company/details

internationalNumber

string

Company number from the local registry
countryCode

string

Country code as ISO (e.g. "be")
full

boolean (not required)

Pass this parameter if you need complete information about the company

Response [sample]

Search company by email

Search for a company by email will return a list of companies that match the selected email

gethttps://b2bhint.com/api/v1/company/search-by-email

email

string

Email address

Response [sample]

Search person by parameters

Search for a person by parameters will return a list of persons that match your query

gethttps://b2bhint.com/api/v1/person/search

q

string

Person name or company name or company number
countryCode

string (not required)

Country code as ISO (e.g. "be")

Response [sample]

Country list

Get available countries list

gethttps://b2bhint.com/api/v1/country/list

Response [sample]