🇵🇱 Other Poland

Private Car Seller Leads

studio-amba/private-car-seller-leads

For a make, model and country, runs that country's car-classifieds scrapers, splits dealer vs private listings, computes the dealer-market median per year bucket, and flags private cars priced under it. An acquisition lead feed for dealer buying teams. Poland live (Otomoto + OLX.pl).

What data can you extract?

  • Pricing
  • Property listings
  • Seller info
  • Data export

Output fields

Each result is a JSON object with these fields.

  • make
  • model
  • year
  • price
  • currency
  • marketMedian
  • pctBelowMedian
  • dealerSampleSize
  • medianBasis
  • sellerType
  • sellerContact
  • listingTitle
  • mileageKm
  • fuelType
  • location
  • city
  • country
  • portal
  • url
  • isNew
  • firstSeenAt
  • detectedAt

How to use

  1. Go to the actor page on Apify
  2. Click "Try for free" to open the actor in Apify Console
  3. Configure your input (search terms, URLs, or categories)
  4. Run the actor and download your data as JSON, CSV, or Excel

Input example

Paste this into the actor input on Apify Console, or send it as the body of an API run call.

{
  "make": "Dacia",
  "model": "Logan",
  "country": "RO",
  "yearWindow": 1,
  "minDealerSample": 4,
  "minPctFloorPercent": 15,
  "maxItemsPerSource": 60,
  "timeoutPerSourceSecs": 240,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "RO"
  }
}

Use via API

curl "https://api.apify.com/v2/acts/studio-amba~private-car-seller-leads/runs" \
  -X POST \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"make":"Dacia","model":"Logan","country":"RO","yearWindow":1,"minDealerSample":4,"minPctFloorPercent":15,"maxItemsPerSource":60,"timeoutPerSourceSecs":240,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"RO"}}'

Need this data delivered on a schedule?

We run Private-car-seller-leads extraction as a managed service: scheduled runs, deduplication, delta detection, and delivery straight to your inbox, Google Sheets, or API. No setup on your side, maintenance included. We can also build a custom version of this scraper for your exact fields and filters.