Skip to main content
POST
/
api
/
cro
/
companies
/
addresses
/cro/companies/addresses
curl --request POST \
  --url https://api.anysite.io/api/cro/companies/addresses \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "timeout": 300
}
'
[
  {
    "@type": "@cro_company_other_address",
    "address_id": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "postcode": "<string>",
    "full": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

CRO entity id or public registered number

Examples:

"139795"

"104547"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@cro_company_other_address
address_id
string | null
address1
string | null
address2
string | null
address3
string | null
city
string | null
state
string | null
country
string | null
postcode
string | null
full
string | null