✨ Crexi Extractor
Pricing
$30.00/month + usage
You can access the ✨ Crexi Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "WkFoZjNyaLUpcHz5A" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/jupri~crexi/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-jupri-crexi", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/jupri~crexi/runs": { "post": { "operationId": "runs-sync-jupri-crexi", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/jupri~crexi/run-sync": { "post": { "operationId": "run-sync-jupri-crexi", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "query": { "title": "❓ Query", "type": "array", "description": "💡 KEYWORDS or URL", "items": { "type": "string" } }, "location": { "title": "🧭 Location", "type": "array", "description": "", "items": { "type": "string" } }, "search_mode": { "title": "🔎 Search Mode", "enum": [ "sales", "leases", "records", "agents" ], "type": "string", "description": "" }, "limit": { "title": "♾️ Limit", "type": "integer", "description": "Number of results" }, "home_sort": { "title": "Sorting", "enum": [ "rank", "new", "update", "units_desc", "units_asc", "price_desc", "price_asc", "time", "size_desc", "size_asc", "rate_desc", "rate_asc", "suites_desc", "suites_asc" ], "type": "string", "description": "" }, "home_types": { "title": "Property Types", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Multifamily", "Student Housing", "Single Family Rental Portfolio", "RV Park", "Apartment Building", "Retail", "Bank", "Convenience Store", "Day Care/Nursery", "QSR/Fast Food", "Gas Station", "Grocery Store", "Pharmacy/Drug", "Restaurant", "Bar", "Storefront", "Shopping Center", "Auto Shop", "Office", "Traditional Office", "Executive Office", "Medical Office", "Creative Office", "Industrial", "Distribution", "Flex", "Warehouse", "R&D", "Manufacturing", "Refrigerated/Cold Storage", "Mixed Use", "Hospitality", "Hotel", "Motel", "Casino", "Land", "Agricultural", "Residential", "Commercial", "Industrial Land", "Islands", "Farm", "Ranch", "Timber", "Hunting/Recreational", "Special Purpose", "Telecom/Data Center", "Sports/Entertainment", "Marina", "Golf Course", "School", "Religious/Church", "Garage/Parking", "Car Wash", "Airport", "Note/Loan", "Self Storage", "Senior Living", "Mobile Home Park", "Business for Sale", "Business Only", "Business and Building" ], "enumTitles": [ "Multifamily", "-- Student Housing", "-- Single Family Rental Portfolio", "-- RV Park", "-- Apartment Building", "Retail", "-- Bank", "-- Convenience Store", "-- Day Care/Nursery", "-- QSR/Fast Food", "-- Gas Station", "-- Grocery Store", "-- Pharmacy/Drug", "-- Restaurant", "-- Bar", "-- Storefront", "-- Shopping Center", "-- Auto Shop", "Office", "-- Traditional Office", "-- Executive Office", "-- Medical Office", "-- Creative Office", "Industrial", "-- Distribution", "-- Flex", "-- Warehouse", "-- R&D", "-- Manufacturing", "-- Refrigerated/Cold Storage", "Mixed Use", "Hospitality", "-- Hotel", "-- Motel", "-- Casino", "Land", "-- Agricultural", "-- Residential", "-- Commercial", "-- Industrial", "-- Islands", "-- Farm", "-- Ranch", "-- Timber", "-- Hunting/Recreational", "Special Purpose", "-- Telecom/Data Center", "-- Sports/Entertainment", "-- Marina", "-- Golf Course", "-- School", "-- Religious/Church", "-- Garage/Parking", "-- Car Wash", "-- Airport", "Note/Loan", "Self Storage", "Senior Living", "Mobile Home Park", "Business for Sale", "-- Business Only", "-- Business and Building" ] } }, "home_status": { "title": "Listing Status", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Active Listings", "On-Market", "Auction", "Highest & Best", "Call For Offers", "Contract Pending", "Under Contract" ], "enumTitles": [ "Active Listings", "-- On-Market", "-- Auction", "-- Highest & Best", "-- Call For Offers", "Contract Pending", "Under Contract" ] } }, "min_price": { "title": "💲 Price Range ($)", "type": "integer", "description": "" }, "max_price": { "title": "", "type": "integer", "description": "" }, "no_unpriced": { "title": "💲 Exclude Unpriced", "type": "boolean", "description": "" }, "min_pps": { "title": "💲 Price per SQFT", "type": "integer", "description": "" }, "max_pps": { "title": "", "type": "integer", "description": "" }, "min_cap": { "title": "Cap Rate (%)", "type": "integer", "description": "" }, "max_cap": { "title": "", "type": "integer", "description": "" }, "min_sqft": { "title": "Square Footage", "type": "integer", "description": "" }, "max_sqft": { "title": "", "type": "integer", "description": "" }, "min_acre": { "title": "Acreage", "type": "integer", "description": "" }, "max_acre": { "title": "", "type": "integer", "description": "" }, "tenants": { "title": "Tenant/Brand", "type": "array", "description": "", "items": { "type": "string", "enum": [ "24 Hour Fitness", "7-Eleven", "76 Gas", "AT&T", "Aarons Furniture", "Academy Sports + Outdoors", "Ace Hardware ", "Advanced Auto Parts", "Albertsons", "Aldi", "Amazon", "Apple Store", "Applebee's", "Arby's", "Arco Gas Station", "Aspen Dental", "AutoNation", "AutoZone", "BB&T Bank", "BP Gas Station", "Bank of America", "Bass Pro Shop", "Bed Bath & Beyond", "Best Buy", "Best Western", "Big Lots", "Big O Tires", "Bloomingdale's", "Bluewave Car Wash", "Bojangles", "Boston Market", "Buffalo Wild Wings", "Burger King", "Burlington Coat Factory", "CVS Pharmacy", "Caliber Collision", "Camping World", "Carvana", "Charles Schwab", "Chase Bank", "Checkers and Rally's", "Cheesecake Factory", "Chevron", "Chick-fil-A", "Chili's", "Chipotle", "Church's Chicken", "Chuze Fitness", "Circle K", "Citizens Bank", "Costco", "Cracker Barrel", "Credit Union", "Culver's", "DaVita", "Dairy Queen", "Del Taco", "Denny's", "Dick's Sporting Goods", "Dillard's", "Dollar General", "Dollar Store", "Dollar Tree", "Dominos Pizza", "Dunkin'", "Dutch Bros. Coffee", "El Pollo Loco", "Enterprise Rent-A-Car", "Express Oil", "Exxon Mobile", "Family Dollar", "FedEx", "Firestone", "Five Guys", "Food Lion", "Foot Locker", "Fresenius Kidney Care", "Golden Corral", "Good Neighbor Pharmacy", "Goodwill", "Goodyear Auto Service", "Harbor Freight", "Hardee's/Carl's Jr", "Heartland Dental", "Hilton Hotels", "Hobby Lobby", "Holiday Inn", "Home Depot", "Hooters", "IHOP", "IKEA", "In-N-Out Burger", "JCPenney", "Jack in the Box", "Jared", "Jiffy Lube", "KFC", "Keller Williams", "KinderCare Learning Center", "Kmart", "Kohl's", "Krispy Kreme", "Kroger", "LA Fitness", "Lifetime Fitness", "Little Caesars", "Long John Silver's", "Longhorn Steakhouse", "Lowe's", "Macy's", "Marriott Hotels", "Marshalls", "Mavis Discount Tires", "McDonald's", "Michaels ", "Mobil Gas Station", "Motel 6", "Neiman Marcus", "Nordstrom", "O'Reilly Auto Parts", "Office Depot", "Olive Garden", "Outback Steak House", "PNC Bank", "Panda Express", "Panera Bread", "Pep Boys", "PetSmart", "PetSuites", "Petco", "Pizza Hut", "Planet Fitness", "Popeyes", "Publix", "Qdoba", "Quality Inn", "QuikTrip", "Raising Cane's", "Red Lobster", "Red Robin", "Regions Bank", "Rite Aid", "Royal Farms", "Ruby Tuesday", "Safeway", "Saks Fifth Avenue", "Scooter's Coffee", "Sears", "Sephora", "Service King", "Sheetz", "Shell", "Sherwin-Williams", "Silver Dollar Pancake House", "Sleep Number", "Smart & Final", "Smoothie King", "Sonic", "Speedway", "Sprouts Market", "Staples", "Starbucks", "Stater Bros", "Steak 'n Shake", "Subway", "SunTrust Bank", "Super 8 Motel", "T-Mobile", "TD Bank", "TJ Maxx", "Taco Bell", "Taco Cabana", "Take 5 Oil Change", "Target", "Tesla", "Texas Roadhouse", "The Learning Experience", "Tire Kingdom", "Topgolf", "Tractor Supply", "Trader Joe's", "US Bank", "USPS", "Ulta", "United Rentals", "Valero", "Valvoline", "Verizon Wireless", "Vitamin Shoppe", "Walgreens", "Walmart", "Wawa", "Wells Fargo Bank", "Wendy's", "Whataburger", "White Castle", "Whole Foods", "Winn-Dixie", "Zaxby's" ] } }, "min_remain": { "title": "Remaining Term (years)", "type": "integer", "description": "" }, "max_remain": { "title": "", "type": "integer", "description": "" }, "agents": { "title": "🧑💼 Borker/Agent", "type": "array", "description": "", "items": { "type": "string" } }, "brokershop": { "title": "🧑💼 Brokerage Shop", "type": "string", "description": "" }, "tenancies": { "title": "Tenancy", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Vacant", "Single", "Multi" ] } }, "lease_types": { "title": "Lease Type", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Net", "NNN", "Absolute Net", "Modified", "Ground", "Gross" ] } }, "unit_type": { "title": "Unit Measurements", "enum": [ "Units", "Keys", "Beds", "Pads", "Pumps" ], "type": "string", "description": "" }, "min_value": { "title": "", "type": "integer", "description": "" }, "max_value": { "title": "", "type": "integer", "description": "" }, "tenant_credits": { "title": "Tenant Credit", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Credit Rated", "Corporate Guarantee", "Franchisee", "No Credit Rating" ] } }, "min_occupancy": { "title": "Occupancy (%)", "type": "integer", "description": "" }, "max_occupancy": { "title": "", "type": "integer", "description": "" }, "timeline": { "title": "Listing Timeline", "enum": [ "TwentyFourHours", "SevenDays", "TwoWeeks", "OneMonth", "ThreeMonths", "SixMonths", "TwelveMonths" ], "type": "string", "description": "💡 Select one or input date range below" }, "min_timeline": { "title": "", "type": "string", "description": "" }, "max_timeline": { "title": "", "type": "string", "description": "" }, "classes": { "title": "Classes", "type": "array", "description": "", "items": { "type": "string", "enum": [ "A", "B", "C", "D" ] } }, "opportunity_zone": { "title": "Show opportunity zone properties only", "type": "boolean", "description": "" }, "broker_coop": { "title": "Broker/Agent Co-Op", "type": "boolean", "description": "" }, "owner_invest": { "title": "Owner/User", "type": "boolean", "description": "" }, "rate_type": { "title": "Rate", "enum": [ "monthly", "yearly" ], "type": "string", "description": "" }, "min_rate": { "title": "", "type": "integer", "description": "" }, "max_rate": { "title": "", "type": "integer", "description": "" }, "no_undisclosed_rate": { "title": "Exclude Undisclosed Rate", "type": "boolean", "description": "" }, "lease_tenancies": { "title": "Tenancy", "type": "array", "description": "", "items": { "type": "string", "enum": [ "Single", "Multiple" ] } }, "criteria": { "title": "Custom Filters", "type": "array", "description": "", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "min_noi": { "title": "NOI", "type": "integer", "description": "💡 Net Operating Income (financials.netOperatingIncome)" }, "max_noi": { "title": "", "type": "integer", "description": "" }, "min_size": { "title": "Building Size", "type": "integer", "description": "💡 propertyAttributes.buildingSqft" }, "max_size": { "title": "", "type": "integer", "description": "" }, "min_buildings": { "title": "Buildings", "type": "integer", "description": "💡 propertyAttributes.buildingsCount" }, "max_buildings": { "title": "", "type": "integer", "description": "" }, "min_units": { "title": "Units", "type": "integer", "description": "💡 propertyAttributes.unitsCount" }, "max_units": { "title": "", "type": "integer", "description": "" }, "min_beds": { "title": "Beds", "type": "integer", "description": "💡 propertyAttributes.bedsCount" }, "max_beds": { "title": "", "type": "integer", "description": "" }, "min_stories": { "title": "Stories", "type": "integer", "description": "💡 propertyAttributes.storiesCount" }, "max_stories": { "title": "", "type": "integer", "description": "" }, "min_keys": { "title": "Keys", "type": "integer", "description": "💡 propertyAttributes.keysCount" }, "max_keys": { "title": "", "type": "integer", "description": "" }, "min_year": { "title": "Year Built", "type": "integer", "description": "💡 constructionYear.built" }, "max_year": { "title": "", "type": "integer", "description": "" }, "min_dock_high_doors": { "title": "Dock High Doors", "type": "integer", "description": "💡 propertyAttributes.dockHighDoorsCount" }, "max_dock_high_doors": { "title": "", "type": "integer", "description": "" }, "min_loading_docks": { "title": "Loading Docks", "type": "integer", "description": "💡 propertyAttributes.loadingDocksCount" }, "max_loading_docks": { "title": "", "type": "integer", "description": "" }, "min_ceilling": { "title": "Ceilling Height", "type": "integer", "description": "💡 propertyAttributes.ceilingHeightFt" }, "max_ceilling": { "title": "", "type": "integer", "description": "" }, "agent_types": { "title": "Asset Type", "enum": [ "Retail", "Multifamily", "Office", "Industrial", "Hospitality", "Mixed Use", "Land", "Self Storage", "Mobile Home Park", "Senior Living", "Special Purpose", "Note/Loan", "Residential", "Business for Sale" ], "type": "string", "description": "" }, "brokerage": { "title": "Brokerage", "type": "string", "description": "" }, "agent_name": { "title": "Agent Name", "type": "string", "description": "" }, "associations": { "title": "Associations", "type": "array", "description": "", "items": { "type": "string", "enum": [ "CCIM", "SIOR", "NAIOP", "REALTOR", "CREW", "CRRP", "MAI", "ICSC", "ULI" ] } }, "min_sold": { "title": "Listing Sold", "type": "integer", "description": "" }, "max_sold": { "title": "", "type": "integer", "description": "" }, "dev_proxy_config": { "title": "🌐 PROXY NETWORKING", "type": "object", "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>" }, "dev_custom_headers": { "title": "📜 HTTP HEADERS", "type": "array", "description": "💡 Additional HTTP Headers", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_custom_cookies": { "title": "🍰 HTTP COOKIES", "type": "array", "description": "💡 Additional HTTP Cookies", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_transform_fields": { "title": "♻️ CUSTOM FIELD", "type": "array", "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_dataset_name": { "title": "📁 CUSTOM STORAGE", "type": "string", "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>" }, "dev_dataset_clear": { "title": "Clear Storage", "type": "boolean", "description": "Clear Dataset before insert/update." }, "dev_no_strip": { "title": "Disable data cleansing", "type": "boolean", "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>" } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for ✨ Crexi Extractor from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: