← All use cases
Co

Compass Scraping API

Extract Compass listings for luxury inventory, agent-driven markets, and high-signal property snapshots.

Use cases

Luxury Inventory

Track high-end listings in markets where Compass has strong coverage.

Agent-Led Markets

Capture Compass listing URLs and source-specific inventory signals.

Warehouse Enrichment

Blend Compass data into a unified property table with other portals.

API example

POST /api/v1/scrape/compass-search

Request

curl -X POST https://scrapekit.dev/api/v1/scrape/compass-search \
  -H "X-API-Key: sk_live_your_key" \
  -H "Content-Type: application/json" \
  -d '{"location": "Miami, FL"}'

200 OK Response

{
  "location": "Miami, FL",
  "total_count": 128,
  "properties": [
    {
      "address": "1000 Brickell Plz",
      "price": 1250000,
      "beds": 3,
      "baths": 3,
      "source": "compass"
    }
  ]
}

Start scraping Compass today

Sign up for free, get 50 credits, and make your first request in 30 seconds.

Get Started Free