# Export Sahibinden vans and seller contacts

**Use case:** 

Scrape Sahibinden minivan and panel van listings with phone numbers, seller profiles, prices, vehicle details, images, and locations.

## Input

```json
{
  "startUrls": [
    "https://www.sahibinden.com/kategori/minivan-panelvan"
  ],
  "enrichment": true,
  "maxResults": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "recordType": {
    "label": "Record Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source Type",
    "format": "text"
  },
  "inputIndex": {
    "label": "Input Index",
    "format": "number"
  },
  "categoryId": {
    "label": "Listing Category ID",
    "format": "text"
  },
  "sourceCategoryId": {
    "label": "Source Category ID",
    "format": "text"
  },
  "listingCategoryId": {
    "label": "Resolved Listing Category ID",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category Path",
    "format": "array"
  },
  "categoryTitle": {
    "label": "Category",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "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"
  },
  "promotions": {
    "label": "Promotion Labels",
    "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"
  },
  "locationIds": {
    "label": "Location IDs",
    "format": "object"
  },
  "locationHierarchy": {
    "label": "Location Hierarchy",
    "format": "object"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "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"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "sellerUsername": {
    "label": "Seller Username",
    "format": "text"
  },
  "sellerProfileImage": {
    "label": "Seller Profile Image",
    "format": "link"
  },
  "sellerRegistrationDate": {
    "label": "Seller Registration Date",
    "format": "date"
  },
  "sellerLastLoginDate": {
    "label": "Seller Last Login Date",
    "format": "date"
  },
  "sellerScore": {
    "label": "Seller Score",
    "format": "number"
  },
  "sellerTransactionCount": {
    "label": "Seller Transaction Count",
    "format": "number"
  },
  "sellerVerification": {
    "label": "Seller Verification",
    "format": "array"
  },
  "sellerSecureTradeRating": {
    "label": "Seller Secure Trade Rating",
    "format": "number"
  },
  "storeName": {
    "label": "Store Name",
    "format": "text"
  },
  "storeId": {
    "label": "Store ID",
    "format": "text"
  },
  "storeUrl": {
    "label": "Store URL",
    "format": "link"
  },
  "storeProductType": {
    "label": "Store Product Type",
    "format": "text"
  },
  "storeLogoUrl": {
    "label": "Store Logo URL",
    "format": "link"
  },
  "phoneNumbers": {
    "label": "Phone Numbers",
    "format": "array"
  },
  "phoneMobile": {
    "label": "Mobile Phone",
    "format": "text"
  },
  "phoneHome": {
    "label": "Home Phone",
    "format": "text"
  },
  "phoneWork": {
    "label": "Work Phone",
    "format": "text"
  },
  "contactPreference": {
    "label": "Contact Preference",
    "format": "text"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "searchAttributes": {
    "label": "Search Attributes",
    "format": "object"
  },
  "summaryAttributes": {
    "label": "Summary Attributes",
    "format": "object"
  },
  "summaryHighlights": {
    "label": "Summary Highlights",
    "format": "array"
  },
  "techDetailsSummary": {
    "label": "Tech Details Summary",
    "format": "array"
  },
  "vehicleExperienceServices": {
    "label": "Vehicle Experience Services",
    "format": "array"
  },
  "storeBadge": {
    "label": "Store Badge",
    "format": "object"
  },
  "damageInfo": {
    "label": "Damage Info",
    "format": "object"
  },
  "paintedParts": {
    "label": "Painted Parts",
    "format": "array"
  },
  "localPaintedParts": {
    "label": "Local Painted Parts",
    "format": "array"
  },
  "changedParts": {
    "label": "Changed Parts",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "listedAt": {
    "label": "Listed",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "date"
  },
  "viewCount": {
    "label": "View Count",
    "format": "number"
  },
  "favoriteCount": {
    "label": "Favorite Count",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionNormalized": {
    "label": "Description Normalized",
    "format": "text"
  },
  "rawSummary": {
    "label": "Raw Summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Sahibinden Search Scraper Pro | Extracts Phone Numbers](https://apify.com/clearpath/sahibinden-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/sahibinden-scraper-pro) 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-scraper-pro.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).
