PHPackages                             vinceg/realtor.com - 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. vinceg/realtor.com

ActiveApplication[API Development](/categories/api)

vinceg/realtor.com
==================

Realtor.com PHP API Wrapper

4574PHP

Since Oct 18Pushed 9y ago3 watchersCompare

[ Source](https://github.com/VinceG/realtor.com)[ Packagist](https://packagist.org/packages/vinceg/realtor.com)[ RSS](/packages/vinceg-realtorcom/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Realtor.com Search
------------------

[](#realtorcom-search)

Note! This is no longer working as Realtor.com often changes their site. Since this library scans the website and grabs the data based on the elemenets in the source code this stopped working once they changed their website.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#note-this-is-no-longer-working-as-realtorcom-often-changes-their-site-since-this-library-scans-the-website-and-grabs-the-data-based-on-the-elemenets-in-the-source-code-this-stopped-working-once-they-changed-their-website)

This is a simple PHP Wrapper for searching Realtor.com and viewing listing information. Please read the realtor.com Terms Of Use before using this library.

### Requirements

[](#requirements)

depends on PHP 5.4+, Goutte 2.0+, Guzzle 4+.

### Installation

[](#installation)

Add vince/realtor.com` as a require dependency in your `composer.json` file:

```
php composer.phar require vinceg/realtor.com:~1.0
```

### Usage

[](#usage)

```
use Realtor\RealtorClient;

$client = new RealtorClient();
```

Make requests with a specific API call method:

```
// Run search by address
$response = $client->searchByAddress('5400 Tujunga Ave');
```

```
// Run search by zip code
$response = $client->getListingsByZip(90021, $perPage[10,20,50], $currentPage=1);
```

```
// Run search by city and state
$response = $client->getListingsByCityAndState('Los Angeles', 'CA', $perPage[10,20,50], $currentPage=1);
```

```
// Get listing information
$response = $client->getInformation('LISTING FULL URL');
```

- See example directory for example usage. The result will always be an array. refer to the RESULT file to see an example result.

### License

[](#license)

MIT license.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b56873377787432f58849356e95d371643f622e3d4701bf87a99ef2860a24edb?d=identicon)[VinceG](/maintainers/VinceG)

---

Top Contributors

[![VinceG](https://avatars.githubusercontent.com/u/195199?v=4)](https://github.com/VinceG "VinceG (753 commits)")[![alloylab](https://avatars.githubusercontent.com/u/1416037?v=4)](https://github.com/alloylab "alloylab (2 commits)")

### Embed Badge

![Health badge](/badges/vinceg-realtorcom/health.svg)

```
[![Health](https://phpackages.com/badges/vinceg-realtorcom/health.svg)](https://phpackages.com/packages/vinceg-realtorcom)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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