Company Suggest
Account
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Company Suggest
Get a list of companies that match a domain name
GET
/
api
/
v2
/
company
/
suggest
curl --location --request GET 'https://piloterr.com/api/v2/company/suggest?query=gucci' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
[
{
"name": "Gucci",
"domain": "gucci.com"
},
{
"name": "ぐっち夫婦@料理家",
"domain": "gucci-fuufu.com"
},
{
"name": "Gucci And Glam//Amie Bartley",
"domain": "gucciandglam.com"
},
{
"name": "GUCCI POTTER",
"domain": "guccipotter.com"
},
{
"name": "Gucci Cucci",
"domain": "guccixxx.com"
}
]
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
A domain name like gucci
, gucci.com
…
Response
curl --location --request GET 'https://piloterr.com/api/v2/company/suggest?query=gucci' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
[
{
"name": "Gucci",
"domain": "gucci.com"
},
{
"name": "ぐっち夫婦@料理家",
"domain": "gucci-fuufu.com"
},
{
"name": "Gucci And Glam//Amie Bartley",
"domain": "gucciandglam.com"
},
{
"name": "GUCCI POTTER",
"domain": "guccipotter.com"
},
{
"name": "Gucci Cucci",
"domain": "guccixxx.com"
}
]
Was this page helpful?
curl --location --request GET 'https://piloterr.com/api/v2/company/suggest?query=gucci' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
[
{
"name": "Gucci",
"domain": "gucci.com"
},
{
"name": "ぐっち夫婦@料理家",
"domain": "gucci-fuufu.com"
},
{
"name": "Gucci And Glam//Amie Bartley",
"domain": "gucciandglam.com"
},
{
"name": "GUCCI POTTER",
"domain": "guccipotter.com"
},
{
"name": "Gucci Cucci",
"domain": "guccixxx.com"
}
]