# Office Space for Rent in Accra on meQasa

**Use case:** 

Export Accra office space to let from meQasa: rent in cedis, floor area in square metres, locality and the letting agent. CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "dealType": "rent",
  "propertyType": "Office",
  "location": "Accra",
  "keyword": "",
  "bedrooms": "",
  "minBathrooms": "",
  "priceMin": 0,
  "priceMax": 0,
  "areaMin": 0,
  "areaMax": 0,
  "rentPeriod": "",
  "furnishedOnly": false,
  "ownerDirectOnly": false,
  "maxItems": 30,
  "propertyUrl": "https://meqasa.com/house-for-sale-at-Tse-Addo-463121",
  "propertyUrls": []
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Advert ID",
    "format": "string"
  },
  "propertyUrl": {
    "label": "🔗 Advert",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏠 Title",
    "format": "string"
  },
  "dealType": {
    "label": "🤝 Deal",
    "format": "string"
  },
  "propertyType": {
    "label": "🏘️ Type",
    "format": "string"
  },
  "price": {
    "label": "💰 Price (GHS)",
    "format": "number"
  },
  "priceCurrency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "priceText": {
    "label": "💵 Price as shown",
    "format": "string"
  },
  "priceUsd": {
    "label": "💵 Price (USD)",
    "format": "number"
  },
  "rentPeriod": {
    "label": "📅 Rent period",
    "format": "string"
  },
  "isNegotiable": {
    "label": "🤝 Negotiable",
    "format": "boolean"
  },
  "bedrooms": {
    "label": "🛏️ Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🚿 Baths",
    "format": "integer"
  },
  "garages": {
    "label": "🚗 Garages",
    "format": "integer"
  },
  "areaSqm": {
    "label": "📐 Area m²",
    "format": "number"
  },
  "pricePerSqm": {
    "label": "📊 Price per m²",
    "format": "number"
  },
  "locality": {
    "label": "📍 Locality",
    "format": "string"
  },
  "address": {
    "label": "🗺️ Address",
    "format": "string"
  },
  "summary": {
    "label": "📝 Teaser",
    "format": "string"
  },
  "descriptionText": {
    "label": "📄 Full description",
    "format": "string"
  },
  "amenities": {
    "label": "✨ Amenities",
    "format": "array"
  },
  "categories": {
    "label": "🗂️ Categories",
    "format": "array"
  },
  "photoCount": {
    "label": "📸 Photos",
    "format": "integer"
  },
  "photoUrls": {
    "label": "🖼️ Photo URLs",
    "format": "array"
  },
  "listedAge": {
    "label": "⏱️ Listed",
    "format": "string"
  },
  "isBumped": {
    "label": "⬆️ Bumped",
    "format": "boolean"
  },
  "isPromoted": {
    "label": "⭐ Promoted",
    "format": "boolean"
  },
  "isVerified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "firstListedDate": {
    "label": "📆 First listed",
    "format": "string"
  },
  "updatedDate": {
    "label": "🔄 Updated",
    "format": "string"
  },
  "referenceNumber": {
    "label": "#️⃣ Reference",
    "format": "string"
  },
  "advertiserName": {
    "label": "👤 Advertiser",
    "format": "string"
  },
  "advertiserId": {
    "label": "🆔 Advertiser ID",
    "format": "string"
  },
  "advertiserUrl": {
    "label": "🔗 Advertiser page",
    "format": "string"
  },
  "advertiserType": {
    "label": "🏢 Advertiser type",
    "format": "string"
  },
  "advertiserLogoUrl": {
    "label": "🖼️ Advertiser logo",
    "format": "string"
  },
  "searchedLocation": {
    "label": "🔍 Searched place",
    "format": "string"
  },
  "resultPage": {
    "label": "📄 Result page",
    "format": "integer"
  },
  "_operation": {
    "label": "⚙️ Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "🕐 Fetched at",
    "format": "string"
  },
  "status": {
    "label": "🚦 Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [meQasa Scraper - Ghana Real Estate Listings & Prices](https://apify.com/sian.agency/meqasa-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/meqasa-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/meqasa-property-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
