Skip to main content
POST
/
api
/
arkansas
/
companies
/arkansas/companies
curl --request POST \
  --url https://api.anysite.io/api/arkansas/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "filing_number": "<string>",
  "timeout": 300
}
'
[
  {
    "filing_number": "<string>",
    "url": "<string>",
    "@type": "@arkansas_company",
    "name": "<string>",
    "legal_form": "<string>",
    "status": "<string>",
    "filed_under_act": "<string>",
    "filed_at": "<string>",
    "principal_address": "<string>",
    "registered_agent": "<string>",
    "registered_agent_address": "<string>",
    "aliases": [],
    "officers": [],
    "foreign_name": "<string>",
    "foreign_address": "<string>",
    "state_origin": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
filing_number
string
required

Arkansas business filing number

Examples:

"100067582"

"811168172"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

filing_number
string
required
url
string
required
@type
string
default:@arkansas_company
name
string | null
status
string | null
filed_under_act
string | null
filed_at
string | null
principal_address
string | null
registered_agent
string | null
registered_agent_address
string | null
aliases
string[]
officers
ArkansasOfficer · object[]
foreign_name
string | null
foreign_address
string | null
state_origin
string | null