Bulk Lookalikes
curl --request POST \
--url https://api.bizzy.ai/v2/companies/lookalikes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"limit": 123,
"offset": 123
}
'[
{
"identifier": {
"countryCode": "BE",
"companyId": "1778186251",
"name": "Bizzy"
},
"data": {
"lookalikes": [
{
"companyId": {
"countryCode": "GB",
"companyId": "50974991575",
"name": "E-horizon Systems"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "GB",
"companyId": "50332067174",
"name": "Bizko Inc"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "BE",
"companyId": "51222683020",
"name": "F.t.c."
},
"score": 100.96812
},
{
"companyId": {
"countryCode": "CH",
"companyId": "49427557067",
"name": "Salesport"
},
"score": 100.96804
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 10000
},
"message": null
},
{ // Example error
"identifier": {
"countryCode": "BE",
"companyId": "123",
"name": ""
},
"data": null,
"pagination": null,
"message": "Company not found"
}
]
Company API
Bulk Lookalikes
POST
/
v2
/
companies
/
lookalikes
Bulk Lookalikes
curl --request POST \
--url https://api.bizzy.ai/v2/companies/lookalikes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"limit": 123,
"offset": 123
}
'[
{
"identifier": {
"countryCode": "BE",
"companyId": "1778186251",
"name": "Bizzy"
},
"data": {
"lookalikes": [
{
"companyId": {
"countryCode": "GB",
"companyId": "50974991575",
"name": "E-horizon Systems"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "GB",
"companyId": "50332067174",
"name": "Bizko Inc"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "BE",
"companyId": "51222683020",
"name": "F.t.c."
},
"score": 100.96812
},
{
"companyId": {
"countryCode": "CH",
"companyId": "49427557067",
"name": "Salesport"
},
"score": 100.96804
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 10000
},
"message": null
},
{ // Example error
"identifier": {
"countryCode": "BE",
"companyId": "123",
"name": ""
},
"data": null,
"pagination": null,
"message": "Company not found"
}
]
Request
Header
- NL: Dutch - FR: French - EN: English
Body
Show company properties
Show company properties
Obfuscated companyId returned by the search endpoint.
Any supported country code — see Supported countries.
You can request up to 100 companies at once.
Number of items to return per page. (max 500)
Number of items to skip.
companies.length x limit may not exceed 500.Response
Company lookalike score. Lookalikes are sorted in descending order.
Offset is displayed in pagination response, but defaults to 0 due to dynamic
scoring.
The same limit and offset are shared over all companies.
[
{
"identifier": {
"countryCode": "BE",
"companyId": "1778186251",
"name": "Bizzy"
},
"data": {
"lookalikes": [
{
"companyId": {
"countryCode": "GB",
"companyId": "50974991575",
"name": "E-horizon Systems"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "GB",
"companyId": "50332067174",
"name": "Bizko Inc"
},
"score": 100.970215
},
{
"companyId": {
"countryCode": "BE",
"companyId": "51222683020",
"name": "F.t.c."
},
"score": 100.96812
},
{
"companyId": {
"countryCode": "CH",
"companyId": "49427557067",
"name": "Salesport"
},
"score": 100.96804
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 10000
},
"message": null
},
{ // Example error
"identifier": {
"countryCode": "BE",
"companyId": "123",
"name": ""
},
"data": null,
"pagination": null,
"message": "Company not found"
}
]
Was this page helpful?
⌘I