2017 © Pedro Peláez
 

library indeed-api

PHP interface to Indeed job search API

image

fubralimited/indeed-api

PHP interface to Indeed job search API

  • Thursday, November 21, 2013
  • by WolfieZero
  • Repository
  • 23 Watchers
  • 3 Stars
  • 18 Installations
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Indeed API

PHP interface to Indeed job search API., (*1)

I will write better documentation when I can but look through the source for more detail., (*2)

Example of Usage

<?php

require 'indeed-api.php';

$indeedAPI = new IndeedAPI( 123455667 );
$indeedAPI->setDefaultParams( array(
    'co' => 'gb'
) );

// Pass a basic query
$output = $indeedAPI->query('web developer');
print_r($output);

// Pass in more options
$output = $indeedAPI->query(array(
    'q' => 'web developer',
    'l' => 'London',
    'start' => 10,
    'limit' => 3
));
print_r($output);

Author(s)

Releases

1.0.0 (2013-11-21)

Initial release, (*3)

  • Query the job search API
  • Pass in default values
  • Choose between JSON or XML feed
  • Choose to return object or raw document

The Versions

21/11 2013

dev-master

9999999-dev https://github.com/fubralimited/indeed-api

PHP interface to Indeed job search API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api indeed job search

21/11 2013

1.0.0

1.0.0.0 https://github.com/fubralimited/indeed-api

PHP interface to Indeed job search API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

api indeed job search