Airroi: Get City Details
Airroi via Parse · real_estate
Get full property details for every listing in a given location (country, state, city). Internally fetches all property IDs from the listing results and retrieves full details for each one in batches. Returns the same structured detail objects as get_property_details (listing_info, host_info, location_info, property_details, booking_settings, pricing_info, ratings, performance_metrics, monthly_metrics) for every property in the market. Not paginated — returns all properties in one response. Includes a time-budget mechanism: for very large markets (thousands of listings), the endpoint returns as many fully-detailed properties as it can retrieve within its execution window rather than failing entirely. Larger markets (thousands of listings) require many internal batch round-trips and may take 30–55 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.02 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/get_city_details
- Interface artifact
- sha256:517e4f26bc1dc6561297555478f4210c959959b153f68656522f13ccca408586
- Manifest digest
- sha256:1d539b5aa702efecc6c3c3da216ffbd3b2685996f10440a847f597f9b52551a8
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.
- country_code (string, required): ISO 2-letter country code (e.g. 'MX', 'US', 'FR').
Example queries
- {"city":"Tulum","state":"Quintana Roo","country_code":"MX"}