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"
    }
]
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A domain name like gucci, gucci.com

Response

company
Company List
name
string

The name of the company

domain
string

The company’s domain name