Crexi Listing Scraper avatar
Crexi Listing Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Crexi Listing Scraper

Crexi Listing Scraper

Scrape commercial real estate listings from Crexi.com with automatic pagination and comprehensive property data extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

7 days ago

Last modified

Categories

Share

🏒 Crexi Listing Scraper

This actor allows you to scrape commercial real estate listings from Crexi.com by providing a search URL. It automatically handles pagination and extracts comprehensive property information including images, prices, addresses, and company details.

Features

  • URL-based Scraping: Extract property listings by providing a complete Crexi search URL
  • Automatic Pagination: Automatically clicks through pages and loads more listings until reaching the end or max items limit
  • Comprehensive Property Data: Extract detailed information about each property including:
    • Property cover images
    • Listing prices
    • Property addresses
    • Company/broker logos
    • Direct links to property detail pages
  • Smart Deduplication: Automatically removes duplicate listings based on detail page URLs
  • Stealth Mode: Uses advanced anti-detection techniques to avoid blocking
  • Random Delays: Includes human-like delays between actions to avoid rate limiting

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Crexi search URL to scrape
maxItemsintegerNoMaximum number of listings to fetch (default: 100)

How to Get Search URL

  1. Go to Crexi.com
  2. Use the search filters to find properties (location, property type, price range, etc.)
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

Example search URL:

https://www.crexi.com/properties?placeIds%5B%5D=ChIJZYIRslSkIIYRA0flgTL3Vck&pageSize=60&mapZoom=7

Output

The output is a dataset of property listing objects, each containing:

  • searchUrl: The original search URL used
  • imageUrl: URL of the property cover image
  • price: Listing price (e.g., "$3,150,000")
  • propertyAddress: Full property address
  • logoUrl: URL of the broker/company logo
  • detailPageUrl: Direct link to the property detail page on Crexi
  • scrapedAt: Timestamp of when the listing was scraped

Example output:

[
{
"searchUrl": "https://www.crexi.com/properties?placeIds%5B%5D=ChIJZYIRslSkIIYRA0flgTL3Vck&pageSize=60&mapZoom=7",
"imageUrl": "https://images.crexi.com/assets/1736115/31a51f9dbc...",
"price": "$3,150,000",
"propertyAddress": "Breaux Bridge, LA 70517",
"logoUrl": "https://images.crexi.com/user-accounts/13306/809d3...",
"detailPageUrl": "https://www.crexi.com/properties/1736115/louisiana...",
"scrapedAt": "2025-11-05T10:30:45.123Z"
},
...
]

Use Cases

  • Commercial real estate market research
  • Property price comparison and analysis
  • Lead generation for real estate professionals
  • Investment opportunity tracking
  • Market trend analysis by location or property type
  • Competitive analysis for brokers and investors

Start scraping commercial real estate listings from Crexi today!