PHPackages                             jobbrander/jobs-ziprecruiter - 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. [API Development](/categories/api)
4. /
5. jobbrander/jobs-ziprecruiter

Abandoned → [jobapis/jobs-ziprecruiter](/?search=jobapis%2Fjobs-ziprecruiter)Library[API Development](/categories/api)

jobbrander/jobs-ziprecruiter
============================

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

1.1.0(8y ago)101949Apache-2.0PHPPHP &gt;=5.5.0

Since Aug 7Pushed 8y ago2 watchersCompare

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

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

ZipRecruiter Jobs Client
========================

[](#ziprecruiter-jobs-client)

[![Latest Version](https://camo.githubusercontent.com/fe23510a5ef50faccfe7d216a3f872ed47ef1112b087a2ba529be972049719d1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a6f62617069732f6a6f62732d7a69707265637275697465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/jobapis/jobs-ziprecruiter/releases)[![Software License](https://camo.githubusercontent.com/83a69279c9f2ed137be556c08d1ceaf2161ae96eeb88f8caade8ef619f2d6c27/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d415041434845253230322e302d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/62d10a198368849697408a57dc4880d41eaf32ab855255d15d6827bc3733e0e9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f62617069732f6a6f62732d7a69707265637275697465722f6d61737465722e7376673f7374796c653d666c61742d7371756172652631)](https://travis-ci.org/jobapis/jobs-ziprecruiter)[![Coverage Status](https://camo.githubusercontent.com/b8c48999ed39375d995cd6d2d08aec7f614b1e477c16f8d27c62de5076f78443/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6f62617069732f6a6f62732d7a69707265637275697465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-ziprecruiter/code-structure)[![Quality Score](https://camo.githubusercontent.com/b8a17fb628e7e67419c8b1504996890e01378dd8d52d598a2eabcc3bae6f2402/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6f62617069732f6a6f62732d7a69707265637275697465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jobapis/jobs-ziprecruiter)[![Total Downloads](https://camo.githubusercontent.com/cea189341fd3ad9fe1c3f37bc5a073093ae70a270a77567c88ffce4bdaae780c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f62617069732f6a6f62732d7a69707265637275697465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jobapis/jobs-ziprecruiter)

This package provides [ZipRecruiter Jobs API](https://www.ziprecruiter.com/publishers) support for [Jobs Common](https://github.com/jobapis/jobs-common).

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

[](#installation)

To install, use composer:

```
composer require jobapis/jobs-ziprecruiter

```

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\ZiprecruiterQuery([
    'api_key' => YOUR_API_KEY
]);
```

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('search', 'engineering');
```

You can even chain them if you'd like.

```
// Add parameters via the set() method
$query->set('location', 'Chicago, IL')
    ->set('jobs_per_page', '100');
```

Then inject the query object into the provider.

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

And call the "getJobs" method to retrieve results.

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

The `getJobs` method 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)

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

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Karl Hughes](https://github.com/karllhughes)
- [All Contributors](https://github.com/jobapis/jobs-ziprecruiter/contributors)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~262 days

Total

4

Last Release

3148d ago

Major Versions

0.2.0 → 1.0.02016-10-09

### 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 (18 commits)")

---

Tags

objectapi clientjobsziprecruiter

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jobbrander-jobs-ziprecruiter/health.svg)

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

###  Alternatives

[jobapis/jobs-ziprecruiter

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

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

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

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

PHPackages © 2026

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