Simple API that returns your vacancies created in Zutzu recruitment platform. To get data about your vacancies in Zutzu job board you will need to generate API key which can be found in your profile section, when you are logged in. You can also get specific vacancies, by sending additional parameters in query.
Resource URL
https://api.zutzu.com/v1/vacancy
Parameters
Prenume | Type | Required | Description |
---|---|---|---|
key | GET | Yes | Your API key that is created after registration and can be found in your /profile/company page. |
type | GET | No | Response type of resources. Can be either JSON or XML format. By default response will be in JSON, to get XML format set type parameter equal to 'xml'. |
q | GET | No | Search parameter for vacancies. |
is_public | GET | No | Returns vacancies that are published. Default value 1. To get all vacancies that are not published, set is_public to 0. |
field | GET | No | To get all your vacancies in specific field, set field parameter to relevant field ID.Show field ID's |
Example request
Example response
[
{
"id": 65458,
"field": "Warehouse",
"unique_id": "V0065458",
"keywords": [
"clothing"
...
],
"abroad_countries": "Netherlands, Poland",
"is_public": 1,
"title": "Warehouse operators for clothing",
"employee_type": "Full-time, Contract",
"people_count": "2",
"hours_per_week": "40",
"hours_per_week_to": 50,
"short_description": "Warehouse operators for clothing are in charge of storing textile fabrics ....",
"description": "Warehouse operators for clothing are in charge of storing textile fabrics, accessories and components for clothing production.",
"requirements": "No requirements needed!",
"location_type": "One Location",
"lat": "52.3740300",
"long": "4.8896900",
"create_time": "1593607516",
"additional": [
{
"type": "Bonuses",
"value": "1"
}
...
],
"additional_desc": "Additional bonuses are available.",
"country": "NL",
"city": "Amsterdam",
"priority": 0,
"provide_acc": 1,
"provide_tools": 0,
"provide_cars": 0,
"provide_others": 0,
"provide_travel_expenses": 0,
"provide": "Provided benefits description",
"contact_details": "Person Fullname ([email protected]/+666666666)",
"contact_details_show": 0,
"split_fee": "0.00",
"split_fee_description": "Agencies created vacancies description",
"exp_time": 1596199637,
"level": "Middle",
"responsibilities": "Perform warehousing operations.Analyse supply chain strategies.Pack goods.",
"split_fee_type": "hour",
"split_fee_currency": "EUR",
"training_provided": 1,
"seasonal": 0,
"working_days": "Business days",
"working_days_desc": "Work start time can be different in each day",
"we_offer": "We offer from 1200.00 EUR up to 1600.00 EUR Per month with 40 - 50 hours per week. We will also provide you with accommodation and training. We offer bonuses.",
"link": "https://zutzu.com/vacancy/warehouse-operators-for-clothing-65458",
"image": "https://cdn.zutzu.com/images/fields/32.jpg",
"currency": "EUR",
"views": "5",
"salaries": [
{
"id": 914,
"employment_type": "Full-time",
"salary": "1200.00",
"salary_to": "1600.00",
"type": "month",
"currency": "EUR"
},
...
]
}
]
<response>
<item>
<id>65458</id>
<field>Warehouse</field>
<unique_id>V0065458</unique_id>
<keywords>
<item>clothing</item>
...
</keywords>
<abroad_countries>Netherlands, Poland</abroad_countries>
<is_public>1</is_public>
<title>Warehouse operators for clothing</title>
<employee_type>Full-time, Contract</employee_type>
<people_count>2</people_count>
<hours_per_week>40</hours_per_week>
<hours_per_week_to>50</hours_per_week_to>
<short_description>Warehouse operators for clothing are in charge of storing textile fabrics ....</short_description>
<description>Warehouse operators for clothing are in charge of storing textile fabrics, accessories and components for clothing production.</description>
<requirements>No requirements needed</requirements>
<location_type>One Location</location_type>
<lat>52.3740300</lat>
<long>4.8896900</long>
<create_time>1593607516</create_time>
<additional>
<item>
<type>Bonuses</type>
<value>1</value>
</item>
...
</additional>
<additional_desc>Additional bonuses are available.</additional_desc>
<country>NL</country>
<city>Amsterdam</city>
<priority>1<priority/>
<provide_acc>1</provide_acc>
<provide_tools>0</provide_tools>
<provide_cars>0</provide_cars>
<provide_others>0</provide_others>
<provide_travel_expenses>0</provide_travel_expenses>
<provide>Provided benefits description</provide>
<contact_details>Person Fullname ([email protected]/+666666666)<contact_details/>
<contact_details_show>0</contact_details_show>
<split_fee>0.00<split_fee/>
<split_fee_description>Agencies created vacancies description<split_fee_description/>
<exp_time>1596199637</exp_time>
<level>Middle</level>
<responsibilities>Perform warehousing operations. Analyse supply chain strategies. Pack goods.</responsibilities>
<split_fee_type>hour</split_fee_type>
<split_fee_currency>EUR</split_fee_currency>
<training_provided>1</training_provided>
<seasonal>0</seasonal>
<working_days>Business days</working_days>
<working_days_desc>Work start time can be different in each day<working_days_desc/>
<we_offer>We offer from 1200.00 EUR up to 1600.00 EUR Per month with 40 - 50 hours per week. We will also provide you with accommodation and training. We offer bonuses.</we_offer>
<link>https://zutzu.com/vacancy/warehouse-operators-for-clothing-65458</link>
<image>https://cdn.zutzu.com/images/fields/32.jpg</image>
<currency>EUR</currency>
<views>5</views>
<salaries>
<item>
<id>914</id>
<employment_type>Full-time</employment_type>
<salary>1200.00</salary>
<salary_to>1600.00</salary_to>
<type>month</type>
<currency>EUR</currency>
</item>
...
</salaries>
</item>
...
</response>
If you have any questions don't hesitate to contact us.