VOOZH about

URL: https://apify.com/seralifatih/auto-price-tracker

⇱ Turkish Auto Price Tracker Β· Apify


Pricing

from $1.00 / 1,000 price dataset items

Go to Apify Store

Turkish Auto Price Tracker

Search Arabam.com and Sahibinden.com for matching vehicles and return listing-level price records plus statistical valuation summaries, percentiles, mileage buckets, and seller-type breakdowns.

Pricing

from $1.00 / 1,000 price dataset items

Rating

0.0

(0)

Developer

πŸ‘ Fatih Δ°lhan

Fatih Δ°lhan

Maintained by Community

Actor stats

0

Bookmarked

24

Total users

7

Monthly active users

2 months ago

Last modified

Share

Turkish Auto Price Tracker - Arabam and Sahibinden Price Comparison

arabam fiyat karşılaştırma | ikinci el otomobil değerleme | araç fiyat analizi

Vehicle valuation for Turkey across Arabam and Sahibinden.

Given a vehicle specification (make, model, year range, fuel type, transmission), this actor searches Arabam and Sahibinden and returns a comprehensive statistical price report - average, median, percentiles, mileage buckets, and seller-type analysis. Built for insurance companies, banks, dealers, and anyone who needs reliable Turkish used-car valuations.


Use Cases

Insurance valuation β€” Before writing a comprehensive policy, insurers need the current market value. Feed in the vehicle spec, get a median price with percentile confidence bands in seconds.

Loan collateral assessment β€” Banks and finance companies need LTV ratios based on realistic market prices, not list prices. The mileage-bucketed analysis accounts for depreciation accurately.

Dealer pricing research β€” Know what your inventory is worth today. Compare your asking price against the galeri average vs. private-seller (sahibinden) average β€” they typically differ by 5–15%.

Individual buyers/sellers β€” Find out if that 2020 Passat for 1,850,000 TRY is a good deal or overpriced by looking at the p25–p75 range.


Input

{
"vehicles":[
{
"make":"Volkswagen",
"model":"Passat",
"yearMin":2018,
"yearMax":2022,
"fuelType":"dizel",
"transmission":"otomatik"
},
{
"make":"Toyota",
"model":"Corolla",
"yearMin":2019,
"yearMax":2023,
"fuelType":"benzin"
}
],
"platforms":["arabam","sahibinden"],
"city":"istanbul",
"maxListingsPerPlatform":50,
"sahibindenCookies":[
{"name":"SID","value":"your-session-id"}
],
"proxyConfig":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"],
"countryCode":"TR"
}
}

Input parameters

ParameterTypeDefaultDescription
vehiclesarrayrequired1–20 vehicle specs to price
vehicles[].makestringrequiredMake in any case (e.g. Volkswagen, toyota)
vehicles[].modelstringrequiredModel (e.g. Passat, 3 Serisi)
vehicles[].yearMinintegerβ€”Minimum model year
vehicles[].yearMaxintegerβ€”Maximum model year
vehicles[].fuelTypeenumβ€”benzin, dizel, lpg, hybrid, elektrik, benzin_lpg
vehicles[].transmissionenumβ€”manuel, otomatik, yarΔ±_otomatik
platformsarray["arabam","sahibinden"]Platforms to include
citystringβ€”City filter (Turkish name, e.g. istanbul)
maxListingsPerPlatforminteger50Listings per platform per vehicle (5–500)
sahibindenCookiesarray[]Optional, but required to actually scrape Sahibinden. Without them, the actor warns and skips that platform.
proxyConfigobjectβ€”Proxy settings

Output

Two record types per vehicle spec:

1. Individual price records (type: "PRICE_RECORD")

One record per listing found across all platforms.

{
"type":"PRICE_RECORD",
"platform":"arabam",
"make":"Volkswagen",
"model":"Passat",
"year":2020,
"fuelType":"dizel",
"transmission":"otomatik",
"mileage":87000,
"price":1750000,
"currency":"TRY",
"sellerType":"galeri",
"city":"Δ°stanbul",
"paintCondition":"BoyasΔ±z",
"listingUrl":"https://www.arabam.com/ilan/...",
"vehicleFingerprint":"volkswagen-passat-2020-dizel-otomatik",
"scrapedAt":"2026-04-05T10:30:00.000Z"
}

2. Price summary (type: "PRICE_SUMMARY")

This is the core value. One summary per vehicle spec queried.

{
"type":"PRICE_SUMMARY",
"vehicleSpec":{
"make":"Volkswagen",
"model":"Passat",
"yearRange":"2018–2022",
"fuelType":"dizel",
"transmission":"otomatik"
},
"totalListingsFound":94,
"totalListingsUsed":86,
"platformBreakdown":{
"arabam":{
"count":62,
"avgPrice":1823000,
"medianPrice":1795000,
"minPrice":1450000,
"maxPrice":2250000,
"included":true,
"skipReason":null
},
"sahibinden":{
"count":32,
"avgPrice":1741000,
"medianPrice":1720000,
"minPrice":1390000,
"maxPrice":2100000,
"included":true,
"skipReason":null
},
"otomoto":{
"count":0,
"avgPrice":0,
"medianPrice":0,
"minPrice":0,
"maxPrice":0,
"included":false,
"skipReason":"Platform currently inactive (otomoto.com.tr)"
}
},
"overall":{
"averagePrice":1796000,
"medianPrice":1770000,
"minPrice":1390000,
"maxPrice":2250000,
"stdDeviation":142000,
"pricePercentiles":{
"p5":1480000,
"p10":1550000,
"p25":1680000,
"p50":1770000,
"p75":1900000,
"p90":1985000,
"p95":2080000
}
},
"priceByMileageBucket":{
"0-50k":{"avg":1980000,"median":1960000,"count":11},
"50k-100k":{"avg":1820000,"median":1800000,"count":38},
"100k-150k":{"avg":1680000,"median":1660000,"count":29},
"150k+":{"avg":1540000,"median":1520000,"count":8}
},
"priceBySellerType":{
"galeri":{"avg":1840000,"median":1820000,"count":61},
"sahibinden":{"avg":1720000,"median":1700000,"count":25}
},
"generatedAt":"2026-04-05T10:32:00.000Z"
}

3. Run summary (type: "RUN_SUMMARY")

Appended at the end of every run.

{
"type":"RUN_SUMMARY",
"totalVehicleSpecs":2,
"totalPriceRecords":156,
"platformResults":{"arabam":112,"sahibinden":44,"otomoto":0},
"blockedPlatforms":[],
"unavailablePlatforms":["otomoto"],
"durationSeconds":380,
"errors":0,
"warnings":["[otomoto] Platform currently inactive"]
}

Statistical Methodology

The aggregator follows a robust approach to avoid distorted averages:

  1. Outlier removal: Prices below p5 and above p95 are excluded before computing averages. This eliminates data-entry errors (e.g. 15,000 TRY instead of 1,500,000) and unrealistic asking prices.
  2. Minimum platform threshold: A platform needs β‰₯5 listings to be included in the summary. Fewer listings produce unreliable statistics.
  3. Mileage buckets: Vehicles are grouped by 0–50K, 50K–100K, 100K–150K, and 150K+ km. This accurately reflects mileage-based depreciation.
  4. Seller type split: Galeri (dealer) vs. sahibinden (private owner) prices are reported separately. The gap is typically 5–15% and matters for valuation models.

Sahibinden Requirements

Sahibinden.com uses aggressive Cloudflare protection and requires authenticated session cookies.

How to get session cookies:

  1. Log into sahibinden.com in your browser
  2. Install the EditThisCookie extension (Chrome) or Cookie-Editor (Firefox)
  3. Export all cookies from sahibinden.com as JSON
  4. Paste the array into the sahibindenCookies input field

Cookie lifetime: Sahibinden session cookies typically last 7–30 days. If scraping stops working, refresh your cookies.

Without cookies: The actor still works using Arabam.com only. The price summary will note Sahibinden as "skipped" with the reason.


OtoMoto Turkey Note

otomoto.com.tr was investigated during development (April 2026) and confirmed to redirect to an unrelated domain. The platform does not currently operate in Turkey. The OtoMoto module is implemented and ready β€” when a viable third Turkish platform is identified, it will be activated in a future update.


Pricing

$10 per vehicle price report

Each vehicle spec in vehicles[] counts as one report. Running 5 vehicle specs = $50.

Pay-per-event: charged only on successful PRICE_SUMMARY records pushed to the dataset.


FAQ

How many listings should I use for reliable statistics? For a narrow spec (single model, 2-year range), 30+ listings per platform is sufficient. Broader queries (all years, all fuel types) benefit from 100+ listings.

Can I run this daily for price monitoring? Yes β€” schedule the actor via Apify scheduler. Arabam prices change frequently. We recommend weekly runs for monitoring and daily runs for active trading desks.

What if Sahibinden is blocked? The actor continues with available platforms. The run summary reports blockedPlatforms: ["sahibinden"]. Check that your session cookies haven't expired and that you're using TR residential proxies.

Can I get city-level breakdowns? Currently, the city filter narrows which listings are collected. A future version will add per-city price breakdown within the summary.


Also by this developer

Turkish Automotive Intelligence Suite

  • Arabam.com Vehicle Scraper β€” Full listing extraction with specs, condition, and seller data
  • Turkish Auto Dealer Intelligence β€” Dealer profiles and inventory analytics

Turkish E-Commerce Intelligence Suite

  • N11.com Product Scraper β€” Turkey's third-largest e-commerce platform
  • Turkish Marketplace Seller Intelligence β€” Cross-platform seller analytics
  • Turkish Product Review Aggregator β€” Customer review data at scale

Building the definitive data intelligence toolkit for Turkey. Specializing in Turkish e-commerce and automotive market data. 6 actors | 2 verticals | Pay-per-event pricing.

You might also like

Turkish Auto Dealer Intelligence

seralifatih/turkish-auto-dealer-intelligence

Scrape Turkish used-car dealer profiles from Arabam.com and Sahibinden.com, including identity, contact details, trust signals, and optional inventory-level pricing analysis.

πŸ‘ User avatar

Fatih Δ°lhan

2

Arabam.com Vehicle Scraper

seralifatih/Turkish-Automotive-Intelligence-Suite

Extract structured used-car listings from Arabam.com, including price, mileage, specs, seller details, location, condition data, and optional detail-page enrichment.

πŸ‘ User avatar

Fatih Δ°lhan

10

Turkish Property Valuation Engine

seralifatih/turkish-real-estate-api-3

Analyze Turkish property prices across Emlakjet, Hepsiemlak, and Sahibinden to generate valuation reports, comparable property records, price-per-square-meter benchmarks, and optional rental yield insights. Ideal for investors, proptech tools, and valuation workflows.

πŸ‘ User avatar

Fatih Δ°lhan

10

Arabam Cars Search Scraper

stealth_mode/arabam-cars-search-scraper

Scrape comprehensive used car listings from Arabam.com, Turkey's largest automotive marketplace. Extract detailed vehicle specifications, pricing, seller information, and market trends. Ideal for price analysis, inventory management, and competitive intelligence in the Turkish automotive sector.

88

Arabam.com Scraper | Fast & Reliable

fatihtahta/arabam-com-scraper

Scrape live vehicle listings from Arabam.com including prices, specs, sellers and more.. Ideal for market research, price tracking, or inventory monitoring. Fast, structured, reliable.

Sahibinden Scraper - Turkish Marketplace Data

studio-amba/sahibinden-scraper

Scrape classified listings from Sahibinden.com, Turkey's largest marketplace with 30M+ monthly visits. Extract car listings with prices, specs, seller info, and vehicle details. Supports search, category filtering, location, and price range. No login required.

Sahibinden Phone Scraper - Seller Numbers & Profiles

clearpath/sahibinden-phone-scraper

Extract seller phone numbers and profile data from sahibinden.com listings. Paste URLs, get mobile numbers in international and local Turkish format. Includes seller name, trust score, verification status, and transaction history. No account required.

Sahibinden Search Scraper Pro | Extracts Phone Numbers

clearpath/sahibinden-scraper-pro

Extract phone numbers, prices, locations, photos, and seller details from Sahibinden listing, category, and search URLs. Get enriched classifieds data from cars, real estate, shopping, and more.

130

5.0

AutoTrader.com Search Scraper

caffein.dev/autotrader-com-actor

Search AutoTrader.com by keyword and ZIP code. Returns sell price, KBB fair market price, deal ratings, vehicle history flags, and 40+ fields per listing. Filter by year, price, mileage, body style, drivetrain, fuel, color, seller type, and more.

13

5.0

Sahibinden Real Estate Scraper | Phones & Contacts (2026)

clearpath/sahibinden-real-estate

Extract real estate listings from sahibinden.com with prices, rooms, sizes, GPS coordinates, seller details, and phone numbers. Filter by 81 cities, 4 property categories, room count, building age, price range, and more. Sale, rent, and daily rental listings with 45+ fields per result.

102

5.0