Authorization: ********************
curl --location --request GET 'https://api.intelligence.adzuna.com/api/v1.1/gb/companies/?page&page_size' \
--header 'Authorization;'
{
"count": 1,
"next": "https://api.intelligence.adzuna.com/api/v1.1/gb/companies/?page=4",
"previous": "https://api.intelligence.adzuna.com/api/v1.1/gb/companies/?page=2",
"results": [
{
"id": 31381,
"name": "Adzuna",
"description": "Adzuna is a next-generation search engine for classified ads used by [...]",
"country_id": 1,
"industry": {
"id": "J",
"label": "Information and communication",
"description": "Information and communication"
}
}
]
}