
Work Place Finder
Under maintenance
Pricing
Pay per usage

Work Place Finder
Under maintenance
This web scraping Actor is built to discover and extract data about coworking spaces, offices, and other remote-friendly workplaces around the world. It’s an ideal tool for digital nomads, freelancers, and professionals looking for flexible and inspiring environments to work from.
0.0 (0)
Pricing
Pay per usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
3 days ago
🏢 Workplace Finder Actor
This web scraping Actor is built to discover and extract data about coworking spaces, offices, and other remote-friendly workplaces around the world. It’s an ideal tool for digital nomads, freelancers, and professionals looking for flexible and inspiring environments to work from—whether in their home city or halfway across the globe.
Use it to:
- 🔍 Discover coworking spaces or offices for rent
- 💰 Analyze pricing and availability trends
- 🕵️ Monitor competitor workspace listings
- 💼 Identify commercial property investment opportunities
Whether you're planning your next destination or conducting market research, this Actor helps you collect valuable, structured data quickly and reliably.
⚠️ Disclaimer
This Actor is still in development and may not cover all edge cases or platforms. Currently focused on Instant Offices scraping, with plans to expand to other platforms in the future.
✨ Features
- 🔎 Multi-source scraping – Extract workplace data from multiple platforms
- 🧠 Robust data extraction – Browser automation powered by Playwright
- 🧾 Structured output – Clean, standardized JSON for easy processing
- 🛡️ Error handling – Comprehensive retry logic and error management
⚙️ Input Configuration
The Actor accepts the following input parameters:
Property | Title | Type | Description | Default | Required | Editor | Additional Info |
---|---|---|---|---|---|---|---|
numberOfWorkspaces | Max number of Workspaces | integer | Maximum number of requests that can be made by this crawler. | 20 | ✅ | - | Prefill: 20 |
country | Country name | string | Country of place where the workplace should be located. | "sk" | ✅ | select | 150+ country options available (from Afghanistan to Zimbabwe) |
city | City | string | City of place where the workplace should be located. | "Bratislava" | ✅ | textfield | Prefill: "Bratislava" |
📤 Output
The Actor returns a structured list of workplace data in the following format:
🧱 Main Object
Property | Type | Required | Description |
---|---|---|---|
name | string | ❌ | Name of the workplace |
url | string | ✅ | URL of the listing |
description | string | ❌ | Workplace description |
pricing | object[] | ❌ | Pricing details |
location | object | ❌ | Location text and structured particles |
amenities | string[] | ❌ | Type of space - coworking , private-office , cafe |
type | string | ❌ | List of available amenities |
💰 Object – pricing
Property | Type | Required | Description |
---|---|---|---|
price | string | ❌ | Price with currency |
scope | string | ❌ | Payment can be per-person or per-team |
period | string | ❌ | Frequency of payment can be daily , monthly , yearly |
📍 Object – location
Property | Type | Required | Description |
---|---|---|---|
address | string | ❌ | Full location string |
Sample Output Structure
{"name": "Modern Office Space Downtown","url": "https://example.com/workspace/123","location": {"address": "123 Business St, City, State 12345"},"type": "coworking","pricing": [{"period": "daily","scope": "perPerson","price": "20€"},{"period": "monthly","scope": "perTeam","price": "20€"}],"amenities": ["High-speed internet","Conference rooms","Kitchen facilities","Parking available"],"description": "Modern office space in downtown location with all amenities..."}
🔧 Technical Stack
🧰 Built With
- 🕸 Crawlee – Modern scraping framework
- 🧪 Playwright – Browser automation
- 🎭 Camoufox – Stealth browser fingerprinting
- 🐙 Apify SDK – Actor integration and data management
- 🦾 TypeScript – Type-safe logic and tooling