Crexi.com Property Listings Scraper avatar

Crexi.com Property Listings Scraper

Try for free

2 hours trial then $15.00/month - No credit card required now

View all Actors
Crexi.com Property Listings Scraper

Crexi.com Property Listings Scraper

memo23/apify-crexi
Try for free

2 hours trial then $15.00/month - No credit card required now

Unlock the power of Crexi's vast commercial real estate database with our advanced scraper. Transform raw listings into actionable insights, giving you the edge in property analysis, market trends, and investment opportunities. Your key to decisions in the competitive world of commercial real estate

How it works

This actor allows you to scrape property listings from Crexi.com and extract important details such as property name, description, asking price, location, property type, broker information, and various other metadata.

Features

Multiple Search Queries: Supports scraping based on multiple search URLs(just copy and paste the link/url from crexi.com site), formatted as:

  • https://www.crexi.com/properties?showMap=true&placeIds%5B%5D=ChIJvypWkWV2wYgR0E7HW9MTLvc
  • https://www.crexi.com/properties?placeIds%5B%5D=ChIJPV4oX_65j4ARVW8IJ6IJUYs
  • https://www.crexi.com/properties?placeIds%5B%5D=ChIJV4FfHcU28YgR5xBP7BC8hGY

How to Use

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. (Optional) Configure proxy settings for enhanced reliability, as Crexi employ anti-scraping measures.
  3. Paste the link from crexi.com site and run the actor and obtain the extracted data in your preferred format.
  4. Data Collection: The scraper will output data in your chosen format, which can include JSON, CSV, Excel, or others as supported by Apify.

Input Data

Here's a simple example of how to set up a search for properties in Florida:

1{
2    "startUrls": [
3        {
4            "url": "https://www.crexi.com/properties?showMap=true&placeIds%5B%5D=ChIJvypWkWV2wYgR0E7HW9MTLvc"
5        }
6    ],
7    "proxyConfiguration": {
8        "useApifyProxy": true,
9        "apifyProxyGroups": [
10            "RESIDENTIAL"
11        ]
12    }
13}

Output Structure

The output data typically includes:

1{
2  "activatedOn": "2024-08-21T14:11:57Z",
3  "locations": [
4    {
5      "address": "2610 Orange Ave",
6      "city": "Fort Pierce",
7      "county": "St. Lucie County",
8      "state": {
9        "code": "FL",
10        "name": "Florida"
11      },
12      "zip": "34947",
13      "latitude": 27.4477689,
14      "longitude": -80.3515907,
15      "fullAddress": "2610 Orange Ave, Fort Pierce, St. Lucie County, FL 34947"
16    }
17  ],
18  "askingPrice": 450000,
19  "brokerTeamLogoUrl": "https://images.crexi.com/user-accounts/52089/c9219308ba324969aacc141608345bf8_150x100_resize.jpg",
20  "brokerageName": "NAI Southcoast Stuart",
21  "description": "Less than 2 miles to I-95",
22  "hasFlyer": false,
23  "hasOM": true,
24  "hasVideo": true,
25  "id": 1646415,
26  "isInOpportunityZone": true,
27  "name": "+/-16,200 SF Commercial Warehouse & Distribution Center",
28  "numberOfGalleryItems": 36,
29  "numberOfImages": 35,
30  "offersDueOn": "2024-10-09T16:00:00Z",
31  "showCountdownAsDate": false,
32  "status": "Auction",
33  "thumbnailUrl": "https://images.crexi.com/assets/1646415/60843ae10dcc4a43ab7fbc446b65c0bb_716x444.jpg",
34  "types": [
35    "Industrial"
36  ],
37  "updatedOn": "2024-08-27T21:09:45Z",
38  "urlSlug": "florida--16200-sf-commercial-warehouse-distribution-center",
39  "userIsAssetOwner": false,
40  "hasVirtualTour": false,
41  "recommId": "1ad176426a38a92bb78faeb12c78c9f3"
42}

Output Fields Explanation

  • activatedOn: Date and time when the listing was activated
  • locations: Array of location objects containing detailed address information
  • askingPrice: The listed price for the property
  • brokerTeamLogoUrl: URL of the broker team's logo
  • brokerageName: Name of the brokerage firm
  • description: Brief description of the property
  • hasFlyer, hasOM, hasVideo: Boolean flags indicating the presence of additional media
  • id: Unique identifier for the listing
  • isInOpportunityZone: Boolean indicating if the property is in an opportunity zone
  • name: Title or name of the property listing
  • numberOfGalleryItems, numberOfImages: Count of visual media items
  • offersDueOn: Deadline for offers, if applicable
  • status: Current status of the listing (e.g., "Auction")
  • thumbnailUrl: URL of the main thumbnail image
  • types: Array of property types (e.g., ["Industrial"])
  • updatedOn: Date and time of the last update to the listing
  • urlSlug: URL-friendly version of the property name
  • hasVirtualTour: Boolean indicating if a virtual tour is available
  • recommId: Recommendation ID (purpose may vary)

Support

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 0 stars
  • 87.5% runs succeeded
  • 11 hours response time
  • Created in Feb 2024
  • Modified about 6 hours ago