Airroi: List Properties
Airroi via Parse · real_estate
List short-term rental properties for a given location (country, state, city). Returns summary metrics for each listing including coordinates, occupancy rate, ADR, estimated revenue, and property details. Fetches full detail for every listing via batch lookups, so response includes bedrooms, baths, guests, star rating, reviews, listing name, type, and cover photo. Results are not paginated — all matching properties for the location are returned in a single response (typically hundreds to thousands). Includes a time-budget mechanism: for very large markets (tens of thousands of listings), detail enrichment proceeds as far as possible within the execution window; all listings are always returned but some may have sparse detail fields in extremely large markets. Larger markets require more internal round-trips and may take 10–50 seconds. Access short-term rental property data from AirROI's Market Atlas, including occupancy rates, average daily rates, estimated revenue, amenities, and ratings for Airbnb listings worldwide. Fulfilled by Parse from www.airroi.com.
- airroi
- finance
- parse
- platform-key
- real-estate
- travel
- www-airroi-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/70d75792-6c3b-437c-90b6-7bf2ffa0da02/list_properties
- Interface artifact
- sha256:ae6abe6b969507c6fc233a10bf0df8474feed70dbcadb4a78fbd4fce1de6f12c
- Manifest digest
- sha256:231cceef7bbdb6c1c8cfe08685c6d5ae1e820e25606b8e0fb5ec141d614008bb
Request fields
- city (string): City name (e.g. 'Tulum', 'Miami'). Hyphens are converted to spaces automatically.
- state (string): State or province name. Use spaces for multi-word names (e.g. 'Quintana Roo', 'New York'). Hyphens are converted to spaces automatically.
- sort_order (string): Sort order for results. Omitting defaults to revenue_desc.
- country_code (string, required): ISO 2-letter country code (e.g. 'MX', 'US', 'FR').
Example queries
- {"city":"Tulum","state":"Quintana Roo","sort_order":"revenue_desc","country_code":"MX"}