# Scrape Istanbul apartments for rent

**Use case:** 

Find Istanbul rental apartments on Sahibinden and export prices, locations, rooms, sizes, listing dates, seller profiles, and phone numbers.

## Input

```json
{
  "listingType": "Rent",
  "propertyCategory": "Residential",
  "propertyType": [
    "Apartment"
  ],
  "city": "Istanbul",
  "sortBy": "Newest",
  "extractPhoneNumbers": true,
  "maxResults": 50,
  "currency": "TRY"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "shortname": {
    "label": "Slug",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "detailsScraped": {
    "label": "Full Details",
    "format": "boolean"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "formattedPrice": {
    "label": "Price (Display)",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "originalCurrency": {
    "label": "Original Currency",
    "format": "text"
  },
  "priceHistory": {
    "label": "Price History",
    "format": "array"
  },
  "rooms": {
    "label": "Rooms",
    "format": "text"
  },
  "grossSize": {
    "label": "Gross (m²)",
    "format": "number"
  },
  "netSize": {
    "label": "Net (m²)",
    "format": "number"
  },
  "buildingAge": {
    "label": "Building Age",
    "format": "text"
  },
  "floor": {
    "label": "Floor",
    "format": "number"
  },
  "totalFloors": {
    "label": "Total Floors",
    "format": "number"
  },
  "heatingType": {
    "label": "Heating",
    "format": "text"
  },
  "bathroomCount": {
    "label": "Bathrooms",
    "format": "number"
  },
  "balcony": {
    "label": "Balcony",
    "format": "text"
  },
  "elevator": {
    "label": "Elevator",
    "format": "text"
  },
  "parking": {
    "label": "Parking",
    "format": "text"
  },
  "furnished": {
    "label": "Furnished",
    "format": "boolean"
  },
  "usageStatus": {
    "label": "Usage Status",
    "format": "text"
  },
  "deedStatus": {
    "label": "Deed Status",
    "format": "text"
  },
  "listingFrom": {
    "label": "Listed By",
    "format": "text"
  },
  "inComplex": {
    "label": "In Complex",
    "format": "text"
  },
  "loanEligible": {
    "label": "Loan Eligible",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "quarter": {
    "label": "Quarter",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "imageCount": {
    "label": "Image Count",
    "format": "number"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "sellerProfileImage": {
    "label": "Seller Photo",
    "format": "image"
  },
  "sellerRegistrationDate": {
    "label": "Seller Registered",
    "format": "date"
  },
  "sellerLastLoginDate": {
    "label": "Seller Last Login",
    "format": "date"
  },
  "sellerScore": {
    "label": "Seller Score",
    "format": "number"
  },
  "sellerTransactionCount": {
    "label": "Seller Transactions",
    "format": "number"
  },
  "sellerVerification": {
    "label": "Verification",
    "format": "array"
  },
  "sellerSecureTradeRating": {
    "label": "Secure Trade Rating",
    "format": "number"
  },
  "phoneMobile": {
    "label": "Mobile",
    "format": "text"
  },
  "phoneHome": {
    "label": "Home Phone",
    "format": "text"
  },
  "phoneWork": {
    "label": "Work Phone",
    "format": "text"
  },
  "contactPreference": {
    "label": "Contact Pref.",
    "format": "text"
  },
  "storeName": {
    "label": "Store",
    "format": "text"
  },
  "storeId": {
    "label": "Store ID",
    "format": "text"
  },
  "storeUrl": {
    "label": "Store URL",
    "format": "link"
  },
  "storeProductType": {
    "label": "Store Plan",
    "format": "text"
  },
  "storeLogoUrl": {
    "label": "Store Logo",
    "format": "image"
  },
  "ownerId": {
    "label": "Owner ID",
    "format": "number"
  },
  "userPenaltyScore": {
    "label": "User Penalty Score",
    "format": "number"
  },
  "valuationScale": {
    "label": "Valuation Scale",
    "format": "text"
  },
  "valuationScaleDescription": {
    "label": "Valuation Description",
    "format": "text"
  },
  "listedAt": {
    "label": "Listed At",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires At",
    "format": "date"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "favoriteCount": {
    "label": "Favorites",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Sahibinden Real Estate Scraper | Phones & Contacts (2026)](https://apify.com/clearpath/sahibinden-real-estate) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/sahibinden-real-estate) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/sahibinden-real-estate.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
