Part Time Job Widgets

Would you like to display our latest jobs on your website?

There are two types of widgets you can apply:

  1. Get Part Time Jobs Widget: Used to retrieve jobs based on category, posting duration, and job type. You can also configure on how many jobs you want to display and order them on the basis of their publication date or even show the part time jobs randomly.

    List of parameters to be used:
    • action: "getJobs" - all jobs
    • type: "0" - all / "student" / "parttime" / "freelancers" / "seasonal" / "general" / "firstjob"
    • category: "0" - all / "students" / "freelance" / "seasonal" / "general" / "first-job"
    • count: number of job ads to display
    • random: "1" - display randomly / "0" - display ordered by publish date - default is Ascending
    • days_behind: get only jobs posted in the past X days (type "0" if you don't want to limit this)
    • response: "js" - returns jobs as JavaScript code / "json" - returns only a JSON string / "xml" - returns an XML

    Some sample codes using this:
    • The following code displays last 5 jobs posted in the past 10 days in administrator category as fulltime and ordered by publishing date(newest on top):
      <script src="http://www.part-time-jobs.ca/api/api.php?action=getJobs
      &type=firstjob&category=students&count=5&random=0&days_behind=10&response=js"
      type="text/javascript"></script>

      <script type="text/javascript">showJobs('yougojob-container', 'yougojob-list');</script>
    • The following code displays latest 5 jobs from all categories of all types posted in last 7 days in random order:
      <script src="http://www.part-time-jobs.ca/api/api.php?action=getJobs
      &type=0&category=0&count=5&random=1&days_behind=7&response=js" type="text/javascript"></script>

      <script type="text/javascript">showJobs('yougojob-container', 'yougojob-list');</script>

  2. Get Jobs by Company Widget: This widget is used to retrive jobs based on their company and their count.

    List of parameters to be used in this implementation:
    • action: "getJobsByCompany" - a single company's jobs
    • count: number of job ads to display
    • response: "js" - returns jobs as JavaScript code / "json" - returns only a JSON string / "xml" - returns an XML

    A code for this get latest 10 jobs published by Google:
    <script src="http://www.part-time-jobs.ca/api/api.php?action=getJobsByCompany
    &company=google&count=10&response=js" type="text/javascript"></script>

    <script type="text/javascript">showJobs('yougojob-container', 'yougojob-list');</script>

CSS Styling

You can use some custom css to style the display the job list. Here is a sample code:
ul.yougojob-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.yougojob-list li {
margin-bottom: 5px;
}
Note:



Part-Time Jobs for Canada

A part-time job is a form of employment that carries fewer hours per week than a full-time job. Workers are considered to be part-time if they commonly work fewer than 30 or 35 hours per week.[1] According to the International Labour Organization, the number of part-time workers has increased from one-fourth to a half in the past 20 years in most developed countries, excluding the United States.[1] There are many reasons for working part-time, including the desire to do so, having one's hours cut back by an employer and being unable to find a full-time job.

"Part-time" can also be used in reference to a student (usually in higher education) who takes only a few courses, rather than a full load of coursework each semester. - http://en.wikipedia.org/wiki/Part-time

Post Free Part-Time Job Ads

Are you a company, organization, individual or business wanting to post a part time job, position for a student, freelancer position or even a seasonal job opening? Post your part-time job ad free by clicking on the Post A New Job button.

We will never charge for our part-time job posting service, this is a free service to Canada for part-time jobs and part-time work.