2 hours trial then $15.00/month - No credit card required now
Crexi.com Property Listings Scraper
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
- Set Up: Ensure you have an Apify account and access to the Apify platform.
- (Optional) Configure proxy settings for enhanced reliability, as Crexi employ anti-scraping measures.
- Paste the link from crexi.com site and run the actor and obtain the extracted data in your preferred format.
- 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 activatedlocations
: Array of location objects containing detailed address informationaskingPrice
: The listed price for the propertybrokerTeamLogoUrl
: URL of the broker team's logobrokerageName
: Name of the brokerage firmdescription
: Brief description of the propertyhasFlyer
,hasOM
,hasVideo
: Boolean flags indicating the presence of additional mediaid
: Unique identifier for the listingisInOpportunityZone
: Boolean indicating if the property is in an opportunity zonename
: Title or name of the property listingnumberOfGalleryItems
,numberOfImages
: Count of visual media itemsoffersDueOn
: Deadline for offers, if applicablestatus
: Current status of the listing (e.g., "Auction")thumbnailUrl
: URL of the main thumbnail imagetypes
: Array of property types (e.g., ["Industrial"])updatedOn
: Date and time of the last update to the listingurlSlug
: URL-friendly version of the property namehasVirtualTour
: Boolean indicating if a virtual tour is availablerecommId
: Recommendation ID (purpose may vary)
Support
- Me: https://muhamed-didovic.github.io/
- Report an issue
- Share your experience
- Request customization or whole dataset: muhamed.didovic@gmail.com
- If you need anything else scraped, or this actor customized email me: muhamed.didovic@gmail.com
- If you'd like an API of this service (no apify fee, just usage fee for the API), contact me: muhamed.didovic@gmail.com
- 3 monthly users
- 0 stars
- 81.0% runs succeeded
- 11 hours response time
- Created in Feb 2024
- Modified 9 days ago