Kavak Cars Scraper avatar

Kavak Cars Scraper

Pricing

Pay per usage

Go to Apify Store
Kavak Cars Scraper

Kavak Cars Scraper

Scrape live Kavak car listings with pricing, specs & market data. Extract make, model, year, mileage, condition, seller details for competitive intelligence, pricing analysis & inventory monitoring. Automated Mexican used car data collection.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract car listings from Kavak and Carvak catalog pages with clean structured output ready for analysis, pricing comparison, lead generation, and inventory tracking.

Why use this actor

  • Collect car listings at scale from Kavak catalog pages.
  • Use one catalog URL input, including messy and filtered URLs.
  • Keep runs focused with page and result limits.
  • Get dataset output with pricing, model details, full media URLs, and listing metadata.

Input

FieldTypeDescription
urlstringKavak or Carvak catalog URL, for example https://www.kavak.com/ae/preowned or https://www.carvak.com/tr/satilik-arac with any filters.
results_wantedintegerMaximum number of cars to save.
max_pagesintegerMaximum number of pages to visit in a single run.
proxyConfigurationobjectProxy settings. Apify Proxy is recommended for reliability.

Example input

{
"url": "https://www.kavak.com/ae/preowned",
"results_wanted": 25,
"max_pages": 3,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output

Each dataset item includes listing fields from Kavak plus run context. Typical fields include:

  • id
  • url
  • title
  • subtitle
  • mainPrice
  • symbol
  • location
  • badge
  • badges
  • image
  • image_url
  • image_gallery_urls
  • priceTag
  • labelTop
  • priceTop
  • labelBottom
  • priceBottom
  • footerInfo
  • footerTag
  • analytics
  • page
  • position
  • query_id
  • index_used
  • results_quantity
  • source_listing_url
  • source_page_url

Example output item

{
"id": 510359,
"url": "https://www.kavak.com/ae/preowned/nissan-x-trail-suv-2018",
"title": "Nissan X-Trail",
"subtitle": "2018 . 64,120 km",
"mainPrice": 46950,
"symbol": "AED",
"location": "Dubai",
"image": "https://images.prd.kavak.io/cars/12345/cover.jpg",
"image_url": "https://images.prd.kavak.io/cars/12345/cover.jpg",
"image_gallery_urls": [
"https://images.prd.kavak.io/cars/12345/cover.jpg",
"https://images.prd.kavak.io/cars/12345/gallery_2.jpg"
],
"priceTag": "Good price",
"page": 1,
"position": 6,
"results_quantity": "820 Results",
"query_id": "fb9a4fb4-c5ea-4cf8-af09-a1f8d9cf96ea",
"source_page_url": "https://www.kavak.com/ae/preowned?page=1",
"source_listing_url": "https://www.kavak.com/ae/preowned"
}

Notes

  • INPUT.json is used as a local fallback for development runs.
  • In Apify Console runs, Actor input values always take priority.