Compass Real Estate Scraper avatar

Compass Real Estate Scraper

Pricing

Pay per usage

Go to Apify Store
Compass Real Estate Scraper

Compass Real Estate Scraper

Scrape home listings from Compass.com by location: price, address, coordinates, property type, image, URL.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Scrape live home listings from Compass.com by location: price, address, coordinates, property type, image, URL. No login required.

Input

FieldTypeDescription
locationstringLocation slug, e.g. new-york-ny, los-angeles-ca
locationsarrayOptional: several locations at once
maxItemsintegerMax listings to return (default 30)

Output

{
"location": "new-york-ny",
"title": "2069 Cicero Avenue",
"price": 924998,
"currency": "USD",
"availability": "InStock",
"propertyType": "SingleFamilyResidence",
"address": "2069 Cicero Avenue, Bronx, NY, 10473",
"latitude": 40.8173363,
"longitude": -73.8516697,
"image": "https://www.compass.com/m/...jpg",
"url": "https://www.compass.com/homedetails/2069-Cicero-Ave-Bronx-NY-10473/204SO8_pid/",
"scrapedAt": "2026-08-14T00:00:00.000Z"
}

Common uses

  • Real estate market research by neighborhood
  • Lead generation for agents and investors
  • Feeding a property comparison or valuation tool
  • Tracking new listings and price changes

Notes

Compass pages embed each listing as a paired JSON-LD block (residence details + Product/Offer with price); the actor merges both by URL into one clean record.