PHPackages                             jobapis/jobs-indeed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jobapis/jobs-indeed

ActiveLibrary

jobapis/jobs-indeed
===================

Making it simple to integrate your application with Indeed Jobs API.

1.1.0(9y ago)2635.2k↓100%10[4 issues](https://github.com/jobapis/jobs-indeed/issues)1Apache-2.0PHPPHP &gt;=5.5.0

Since Apr 11Pushed 9y ago4 watchersCompare

[ Source](https://github.com/jobapis/jobs-indeed)[ Packagist](https://packagist.org/packages/jobapis/jobs-indeed)[ Docs](https://github.com/JobBrander/jobs-indeed)[ RSS](/packages/jobapis-jobs-indeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (14)Used By (1)

Indeed Jobs Client
==================

[](#indeed-jobs-client)

[![Latest Version](https://camo.githubusercontent.com/1a913dd7e18ca3534ea35d0eb0f1086a13cc04a5f83345d7f5dc963d272424ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a6f62617069732f6a6f62732d696e646565642e7376673f7374796c653d666c61742d737175617265)](https://github.com/jobapis/jobs-indeed/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c6095fec2230df798e444d58c9ec5e28f3dab7428a5b7200e0e4562dc88c5fe6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f62617069732f6a6f62732d696e646565642f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/jobapis/jobs-indeed)[![Coverage Status](https://camo.githubusercontent.com/ab6594fee4794592bb9a70e7e4ceb6453129ecf955c3d887eacee1c8a0b3322d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6f62617069732f6a6f62732d696e646565642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-indeed/code-structure)[![Quality Score](https://camo.githubusercontent.com/082a58c8c898531ce7b2939d2e0abc9ca5ffb2c9029c016f6bda1bab5720a5d9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6f62617069732f6a6f62732d696e646565642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-indeed)[![Total Downloads](https://camo.githubusercontent.com/9e7e066cfcc18e7bf812e54225759a0a9b0c8a998c856ca321ba0883f120d4ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f62617069732f6a6f62732d696e646565642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jobapis/jobs-indeed)

This package provides [Indeed Jobs API](https://ads.indeed.com/jobroll/xmlfeed)support for the [Jobs Common Project](https://github.com/jobapis/jobs-common).

Installation
------------

[](#installation)

To install, use composer:

```
composer require jobapis/jobs-indeed

```

Usage
-----

[](#usage)

Create a Query object and add all the parameters you'd like via the constructor.

```
// Add parameters to the query via the constructor
$query = new JobApis\Jobs\Client\Queries\IndeedQuery([
    'publisher' => YOUR_PUBLISHER_ID
]);
```

Or via the "set" method. All of the parameters documented in Indeed's documentation can be added.

```
// Add parameters via the set() method
$query->set('q', 'engineering');
```

You can even chain them if you'd like.

```
// Add parameters via the set() method
$query->set('l', 'Chicago, IL')
    ->set('highlight', '1')
    ->set('latlong', '1');
```

Then inject the query object into the provider.

```
// Instantiating an IndeedProvider with a query object
$client = new JobApis\Jobs\Client\Provider\IndeedProvider($query);
```

And call the "getJobs" method to retrieve results.

```
// Get a Collection of Jobs
$jobs = $client->getJobs();
```

This will return a [Collection](https://github.com/jobapis/jobs-common/blob/master/src/Collection.php) of [Job](https://github.com/jobapis/jobs-common/blob/master/src/Job.php) objects.

Testing
-------

[](#testing)

To run all tests except for actual API calls

```
$ ./vendor/bin/phpunit
```

To run all tests including actual API calls

```
$ PUBLISHER= ./vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/jobapis/jobs-indeed/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Steven Maguire](https://github.com/stevenmaguire)
- [Karl Hughes](https://github.com/karllhughes)
- [All Contributors](https://github.com/jobapis/jobs-indeed/contributors)

License
-------

[](#license)

The Apache 2.0. Please see [License File](https://github.com/jobapis/jobs-indeed/blob/master/LICENSE) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 84.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~54 days

Recently: every ~133 days

Total

13

Last Release

3398d ago

Major Versions

0.4.0 → 1.0.0-alpha2016-09-02

PHP version history (2 changes)0.1.0PHP &gt;=5.4.0

0.3.2PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f48fe8aced156a4651617032e4d126d7e3f696e46539688b3bda792d28ee0b4?d=identicon)[karllhughes](/maintainers/karllhughes)

---

Top Contributors

[![karllhughes](https://avatars.githubusercontent.com/u/1103622?v=4)](https://github.com/karllhughes "karllhughes (37 commits)")[![stevenmaguire](https://avatars.githubusercontent.com/u/1851973?v=4)](https://github.com/stevenmaguire "stevenmaguire (7 commits)")

---

Tags

objectapi clientjobsindeed

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jobapis-jobs-indeed/health.svg)

```
[![Health](https://phpackages.com/badges/jobapis-jobs-indeed/health.svg)](https://phpackages.com/packages/jobapis-jobs-indeed)
```

###  Alternatives

[jobapis/jobs-common

Making it simple to integrate your application with job api providers.

4459.3k32](/packages/jobapis-jobs-common)[jobapis/jobs-ziprecruiter

Making it simple to integrate your application with ZipRecruiter Jobs API.

134.9k1](/packages/jobapis-jobs-ziprecruiter)[jobapis/jobs-stackoverflow

Making it simple to integrate your application with Stack Overflows's Career RSS Feed.

162.7k1](/packages/jobapis-jobs-stackoverflow)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
