Skip to main content
POST
/
api
/
iowa
/
companies
/
search
/iowa/companies/search
curl --request POST \
  --url https://api.anysite.io/api/iowa/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "business_number": "<string>",
    "name": "<string>",
    "@type": "@iowa_company_search_item",
    "status": "<string>",
    "legal_form": "<string>",
    "legal_name": "<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 business number to search by

Required string length: 1 - 200
Examples:

"WALMART"

"TOYOTA"

"96828"

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

business_number
string
required
name
string
required
@type
string
default:@iowa_company_search_item
status
string | null