API

Welcome to ITJobs public API

API

API Endpoint

All API URLs listed in this documentation are relative to https://api.itcareers.pl.
For example, the /job/get API call is reachable at https://api.itcareers.pl/job/get.json.

RESTful

The ITJobs API is a mostly read-only RESTful API. Known caveats:

  • All API calls should be made with HTTP GET unless stated otherwise.
  • All API calls must contain an API KEY
  • All methods are accessed via: https://api.itcareers.pl/SOME-METHOD.OUTPUT_FORMAT

Passing Request Data

Request data is passed to the API by accessing the endpoints with the appropriate parameters.
The documentation for each API call will contain more detail on the parameters accepted by the call.

Output Formats

We support two output formats. To use any of them, simply replace the file extension in the API URL (OUTPUT_FORMAT above) with one of:

  • json
  • xml

Please refer to the documentation for aditional information.

Services and ATSs using our API

API Key

An API Key is required on all API calls
To get your read-only API key, just fill in your email and you will recieve your API key right away.
If you are a registered company and plan on submitting ads via the API please refer to the API section on your personal area.

Suggestions or difficulties feel free to email us at [email protected].