Skip to main content
POST
/
api
/
kentucky
/
companies
/
search
/kentucky/companies/search
curl --request POST \
  --url https://api.anysite.io/api/kentucky/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "ctr": "<string>",
    "name": "<string>",
    "@type": "@kentucky_company_search_item",
    "organization_number": "<string>",
    "status": "<string>",
    "company_type": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
name
string
required

Business name or organization number to search by

Required string length: 1 - 100
Examples:

"WALMART"

"TOYOTA MOTOR MANUFACTURING"

"0209570"

count
integer
required

Max number of results to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

ctr
string
required
name
string
required
@type
string
default:@kentucky_company_search_item
organization_number
string | null
status
string | null
company_type
string | null