Work Place Finder avatar
Work Place Finder

Under maintenance

Pricing

Pay per usage

Go to Store
Work Place Finder

Work Place Finder

Under maintenance

Developed by

Milan Štiglic

Milan Štiglic

Maintained by Community

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:

PropertyTitleTypeDescriptionDefaultRequiredEditorAdditional Info
numberOfWorkspacesMax number of WorkspacesintegerMaximum number of requests that can be made by this crawler.20-Prefill: 20
countryCountry namestringCountry of place where the workplace should be located."sk"select150+ country options available (from Afghanistan to Zimbabwe)
cityCitystringCity of place where the workplace should be located."Bratislava"textfieldPrefill: "Bratislava"

📤 Output

The Actor returns a structured list of workplace data in the following format:

🧱 Main Object

PropertyTypeRequiredDescription
namestringName of the workplace
urlstringURL of the listing
descriptionstringWorkplace description
pricingobject[]Pricing details
locationobjectLocation text and structured particles
amenitiesstring[]Type of space - coworking, private-office, cafe
typestringList of available amenities

💰 Object – pricing

PropertyTypeRequiredDescription
pricestringPrice with currency
scopestringPayment can be per-person or per-team
periodstringFrequency of payment can be daily, monthly, yearly

📍 Object – location

PropertyTypeRequiredDescription
addressstringFull 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