Job related methods
Returns a specific job
https://api.itjobs.es/job/get.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
id | Yes | The requested job id (integer) |
$ curl --data "api_key=xxx&id=125378" https://api.itjobs.es/job/get.json
{
"id":125378,
"company":{
"id":2043,
"name":"Bee Engineering - build together",
"logo":"https:\/\/static.itjobs.es\/images\/companies\/d7\/9c6\/2043\/logo.png",
"description":"...",
"phone":"213137691 ",
"email":"[email protected]",
"url":"http:\/\/www.bee-eng.pt",
"slug":"bee-engineering-build-together"
},
"companyId":2043,
"title":"Consultor Ruby on Rails",
"body":"...",
"ref":"",
"wage":null,
"types":[
{
"id":"1",
"name":"Full Time"
}
],
"locations":[
{
"id":"14",
"name":"Lisboa"
}
],
"allowRemote:":true,
"publishedAt":"2015-06-23 10:28:33",
"updatedAt":"2015-06-23 10:28:33",
"slug":"consultor-ruby-on-rails"
}
{
"error":{
"message":"Job not found."
}
}
Returns a list of jobs
https://api.itjobs.es/job/list.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
limit | No | Number of results (integer) |
page | No | Page number (integer) |
company | No | Filter results by company (comma separated integers) |
type | No | Filter results by type (comma separated integers) |
contract | No | Filter results by contract (comma separated integers) |
$ curl --data "api_key=xxx&limit=2" https://api.itjobs.es/job/list.json
{
"total":2449,
"page":1,
"limit":2,
"results":[
{
"id":127166,
"company":{
"id":2328,
"name":"AskBlue",
"logo":"https:\/\/static.itjobs.es\/images\/companies\/fd\/69d\/2328\/logo.png",
"description":"...",
"address":"Av. Estados Unidos da Am\u00e9rica, 102 - 7\u00ba E\r\n1700-179 Lisboa",
"phone":"+(351) 217 960 456",
"email":"[email protected]",
"url":"http:\/\/www.askblue.pt",
"slug":"askblue"
},
"companyId":2328,
"title":" Programador C# e PHP",
"body":"...",
"ref":" #5689409",
"wage":null,
"types":[
{
"id":"1",
"name":"Full Time"
}
],
"locations":[
{
"id":"14",
"name":"Lisboa"
}
],
"publishedAt":"2015-07-06 13:37:20",
"updatedAt":"2015-07-06 13:37:20",
"slug":"programador-c-e-php"
},
{
"id":127163,
"company":{
"id":457,
"name":"BABEL - Sistemas de Informa\u00e7\u00e3o",
"logo":"https:\/\/static.itjobs.es\/images\/companies\/42\/998\/457\/logo.png",
"description":"...",
"address":"Av. da Rep\u00fablica, 90\/96, Galeria \u2013 Frac\u00e7\u00e3o 3",
"phone":217615810,
"fax":217615819,
"email":"[email protected]",
"url":"http:\/\/www.babel.es",
"slug":"babel-sistemas-de-informacao"
},
"companyId":457,
"title":"Consultor Especialista em Usabilidade",
"body":"...",
"ref":"BABELPT15_ITJUsuab",
"wage":null,
"types":[
{
"id":"1",
"name":"Full Time"
}
],
"locations":[
{
"id":"14",
"name":"Lisboa"
}
],
"publishedAt":"2015-07-06 13:37:03",
"updatedAt":"2015-07-06 13:37:03",
"slug":"consultor-especialista-em-usabilidade"
}
]
}
Returns a list of jobs based on a query and filters
https://api.itjobs.es/job/search.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
q | Yes | Search query (comma separated strings) |
limit | No | Number of results (integer) |
page | No | Page numner (integer) |
company | No | Filter results by company (comma separated integers) |
type | No | Filter results by type (comma separated integers) |
contract | No | Filter results by contract (comma separated integers) |
$ curl --data "api_key=xxx&q=java&limit=2" https://api.itjobs.es/job/search.json
{
"total":686,
"page":1,
"limit":2,
"query":"java",
"results":[
{
"id":127117,
"company":{
"id":519,
"name":"Hays Information Technology",
"logo":"http:\/\/static.itjobs.es\/images\/companies\/63\/538\/519\/logo.png",
"description":"...",
"address":"Av. Rep\u00fablica, 90 - 1\u00ba Andar, Frac\u00e7\u00e3o 4\r\n1600-206 Lisboa\r\n",
"phone":"21 782 6560",
"fax":"22 607 8611",
"email":"[email protected]",
"url":"http:\/\/hays.pt\/it",
"slug":"hays-information-technology"
},
"companyId":519,
"title":"Programador",
"body":"...",
"ref":"",
"wage":null,
"types":[
{
"id":"1",
"name":"Full Time"
}
],
"contracts":[
{
"id":"1",
"name":"Contrato a termo"
}
],
"locations":[
{
"id":"14",
"name":"Lisboa"
}
],
"publishedAt":"2015-07-06 12:17:18",
"updatedAt":"2015-07-06 12:17:18",
"slug":"programador-m-f"
},
{
"id":127103,
"company":{
"id":1504,
"name":"iCreate Consulting",
"logo":"http:\/\/static.itjobs.es\/images\/companies\/49\/b8b\/1504\/logo.png",
"description":"...",
"address":"Urbaniza\u00e7\u00e3o Alc\u00e2ntara Rio\r\nRua Fradesso da Silveira, N\u00ba8, 2\u00ba A\r\n1300-609 Lisboa\r\n",
"phone":210337780,
"fax":210337788,
"email":"[email protected]",
"url":"http:\/\/www.icreateconsulting.com",
"slug":"icreate-consulting"
},
"companyId":1504,
"title":"Oracle Java Developer ",
"body":"...",
"ref":"",
"wage":null,
"types":[
{
"id":"1",
"name":"Full Time"
}
],
"locations":[
{
"id":"14",
"name":"Lisboa"
}
],
"publishedAt":"2015-07-06 12:16:37",
"updatedAt":"2015-07-06 12:16:38",
"slug":"oracle-java-developer"
}
]
}
Creates a job ad on the site
This operation is reserved for companies registered on the site. Please refer to your own API KEYs.
This API call must use the HTTP POST method.
https://api.itjobs.es/job/create.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
title | Yes | Job title (string) |
body | Yes | Job text (string) |
location | No | Job location (comma separated integers) |
contract | No | Job contract (comma separated integers) |
type | No | Job type (comma separated integers) |
remote | No | Allow remote work (binary) |
ref | No | Job reference (string) |
wage | No | Annual gross salary (integer) |
The body parameter listed above should contain the text ad and can(should) use HTML to format it's layout.
The accepeted tags are 'p', 'strong', 'br', 'em', 'u', 'strike', 'ol', 'li', 'ul', 'a', 'b'. Tags attributes accepted are 'text-align'.
This API call must use the HTTP POST method.
$ curl --data "api_key=xxx&title=Developer&body=<p>Your content</p>&ref=ITJ&location=1" https://api.itjobs.es/job/create.json
{
"success":{
"message":"Job created successfully. You can check status at \/job\/status or your company dashboard.",
"id":"127176"
}
}
{
"error":{
"message":"Not allowed. Please contact support."
}
}
Edits a job ad on the site
This operation is reserved for companies registered on the site. Please refer to your own API KEYs
https://api.itjobs.es/job/edit.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
id | Yes | The job id (integer) |
title | No | Job title (string) |
body | No | Job text (string) |
location | No | Job location (comma separated integers) |
contract | No | Job contract (comma separated integers) |
type | No | Job type (comma separated integers) |
ref | No | Job reference (string) |
wage | No | Annual gross salary (integer) |
The body parameter listed above should contain the text ad and can(should) use HTML to format it's layout.
The accepeted tags are 'p', 'strong', 'br', 'em', 'u', 'strike', 'ol', 'li', 'ul', 'a', 'b'. Tags attributes accepted are 'text-align'.
$ curl --data "api_key=xxx&id=127176&title=Developer&body=<p>Your content</p>&ref=ITJ&location=1" https://api.itjobs.es/job/edit.json
{
"success":{
"message":"Job edited successfully. You can check status at \/job\/status or your company dashboard",
"id":"127176"
}
}
{
"error":{
"message":"Not allowed. Please contact support."
}
}
Checks the status on a specific job ad
This operation is reserved for companies registered on the site. Please refer to your own API KEYs
https://api.itjobs.es/job/status.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
id | Yes | The job id (integer) |
$ curl --data "api_key=xxx&id=127176" https://api.itjobs.es/job/status.json
{
"success": {
"status": {
"id": "2",
"name": "moderation"
}
}
}
{
"error":{
"message":"Job not found."
}
}
Suspends/removes a job ad on the site
This operation is reserved for companies registered on the site. Please refer to your own API KEYs
https://api.itjobs.es/job/suspend.json
Parameter | Required | Description |
---|---|---|
api_key | Yes | Your unique identifier. You must request your API KEY. (string) |
id | Yes | The job id (integer) |
$ curl --data "api_key=xxx&id=127176" https://api.itjobs.es/job/suspend.json
{
"success":{
"message":"Job suspeded successfully. You can check status at /job/status or your company dashboard.",
"id":"127176"
}
}
{
"error":{
"message":"Job not found."
}
}
Information regarding Job state, type, contract and location
Id | Description |
---|---|
0 | Removed |
1 | Active |
2 | Moderation |
3 | Suspended |
4 | Refused |
5 | Expired |
Id | Description |
---|---|
1 | Completa |
2 | Parcial |
Id | Description |
---|---|
4 | Freelance/Autónomo |
5 | Práticas |
1 | Indefinido |
3 | Tiempo parcial |
2 | Duración determinada |
Id | Description |
---|---|
18 | A Coruña |
1 | Albacete |
2 | Alicante |
3 | Almería |
4 | Asturias |
5 | Ávila |
6 | Badajoz |
8 | Barcelona |
10 | Burgos |
11 | Cáceres |
12 | Cádiz |
13 | Cantabria |
14 | Castellón |
15 | Ceuta |
16 | Ciudad Real |
17 | Córdoba |
19 | Cuenca |
20 | Girona |
21 | Granada |
22 | Guadalajara |
23 | Guipúzcoa |
24 | Huelva |
25 | Huesca |
52 | Internacional |
7 | Islas Baleares |
26 | Jaén |
27 | La Rioja |
38 | Las Palmas |
28 | León |
29 | Lérida |
30 | Lugo |
31 | Madrid |
32 | Málaga |
33 | Melilla |
34 | Murcia |
35 | Navarra |
36 | Ourense |
37 | Palencia |
39 | Pontevedra |
40 | Salamanca |
41 | Santa Cruz de Tenerife |
43 | Segóvia |
44 | Sevilla |
45 | Soria |
46 | Tarragona |
47 | Teruel |
48 | Toledo |
49 | Valencia |
50 | Valladolid |
9 | Vizcaya |
51 | Zamora |
42 | Zaragoza |