Skip to main content
POST
/
api
/
west_virginia
/
companies
/
search
/west_virginia/companies/search
curl --request POST \
  --url https://api.anysite.io/api/west_virginia/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "name": "",
  "agent": ""
}
'
[
  {
    "org_id": "<string>",
    "group": "<string>",
    "@type": "@west_virginia_company_search_item",
    "name": "<string>",
    "matched_agent": "<string>",
    "org_type": "<string>",
    "effective_date": "<string>",
    "established_date": "<string>",
    "termination_date": "<string>",
    "termination_reason": "<string>",
    "charter": "<string>",
    "org_class": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
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
name
string
default:""

Business name keyword (use % as a wildcard)

Example:

"Walmart"

agent
string
default:""

Registered agent or officer name keyword

Example:

"John Smith"

Response

Successful Response

org_id
string
required
group
string
required
@type
string
default:@west_virginia_company_search_item
name
string | null
matched_agent
string | null
org_type
string | null
effective_date
string | null
established_date
string | null
termination_date
string | null
termination_reason
string | null
charter
string | null
org_class
string | null