Skip to main content
POST
/
api
/
cro
/
companies
/
quick-search
/cro/companies/quick-search
curl --request POST \
  --url https://api.anysite.io/api/cro/companies/quick-search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "query": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "entity_id": "<string>",
    "@type": "@cro_quick_search_result",
    "reg_number": "<string>",
    "name": "<string>",
    "type": "<string>",
    "type_id": 123,
    "status": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
query
string
required

Company or business name search text

Minimum string length: 1
Example:

"RYANAIR"

count
integer
required

Max number of results

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

entity_id
string
required
@type
string
default:@cro_quick_search_result
reg_number
string | null
name
string | null
type
string | null
type_id
integer | null
status
string | null