Skip to main content
POST
/
api
/
totaljobs
/
companies
/
jobs
/totaljobs/companies/jobs
curl --request POST \
  --url https://api.anysite.io/api/totaljobs/companies/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "title": "<string>",
    "url": "<string>",
    "@type": "@totaljobs_search_item",
    "company_id": 123,
    "company_name": "<string>",
    "company_url": "<string>",
    "company_image": "<string>",
    "location": "<string>",
    "postal_code": "<string>",
    "salary": "<string>",
    "text_snippet": "<string>",
    "is_anonymous": true,
    "is_sponsored": true,
    "is_cross_posted": true,
    "source_site": "<string>",
    "published_at": "<string>",
    "global_id": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Totaljobs employer id, or a company URL containing cmpId

Minimum string length: 1
Examples:

"1375834"

"https://www.totaljobs.com/jobs/client-server?cmpId=1375834&cmp=1"

count
integer
required

Max number of jobs to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
title
string
required
url
string
required
@type
string
default:@totaljobs_search_item
company_id
integer | null
company_name
string | null
company_url
string | null
company_image
string | null
location
string | null
postal_code
string | null
salary
string | null
text_snippet
string | null
is_anonymous
boolean | null
is_sponsored
boolean | null
is_cross_posted
boolean | null
source_site
string | null
published_at
string | null
global_id
string | null