Skip to main content
POST
/
api
/
maine
/
companies
/
search
/maine/companies/search
curl --request POST \
  --url https://api.anysite.io/api/maine/companies/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "charter": "<string>",
    "name": "<string>",
    "@type": "@maine_company_search_item",
    "name_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 keyword to search by

Required string length: 1 - 60
Examples:

"WALMART"

"TOYOTA MOTOR"

"HOLDINGS"

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

charter
string
required
name
string
required
@type
string
default:@maine_company_search_item
name_type
string | null