Pakwheels Scraper avatar
Pakwheels Scraper

Pricing

$20.00/month + usage

Go to Apify Store
Pakwheels Scraper

Pakwheels Scraper

Developed by

Voyn Software

Voyn Software

Maintained by Community

The Pakwheels Scraper lets you easily extract used car listings from Pakwheels.com whether you’re a car dealer, market analyst, or hobbyist, this scraper helps you collect structured data about vehicles directly into an Apify dataset.

5.0 (1)

Pricing

$20.00/month + usage

1

1

1

Last modified

2 days ago

PakWheels Scraper (Apify actor, JavaScript)

Scrape PakWheels used-car listings from list URLs and optionally visit each car detail page for additional data. The actor extracts robust, structured fields from JSON-LD and DOM fallbacks. Supports pagination and a global max items limit.


How it works

  • Provide one or more list URLs like:
    • https://www.pakwheels.com/used-cars/search/-/
    • https://www.pakwheels.com/used-cars/lahore/24858
  • Choose Scrape mode:
    • LIST_ONLY — scrape list pages only (faster)
    • LIST_AND_DETAIL — also open each item’s detail page to enrich fields
  • Set Max items to stop after N results (across all pages & URLs).
  • The actor paginates via the ?page= parameter up to maxPagesPerListUrl or until no more items / max reached.
  • Results are saved to the actor’s default Dataset in Apify.

Input schema

{
"startUrls": [{ "url": "https://www.pakwheels.com/used-cars/search/-/" }],
"scrapeMode": "LIST_AND_DETAIL",
"maxItems": 200,
"maxPagesPerListUrl": 50,
"proxy": { "useApifyProxy": true },
"maxConcurrency": 10,
"requestTimeoutSecs": 45
}

Output schema

{
"id": "10614223",
"source": "pakwheels",
"url_list_page": "https://www.pakwheels.com/used-cars/search/-/",
"title": "Hyundai Tucson 2022 for sale in Faisalabad",
"detail_url": "https://www.pakwheels.com/used-cars/hyundai-tucson-2022-for-sale-in-faisalabad-10600383",
"city": "Faisalabad",
"thumbnail": "https://cache2.pakwheels.com/ad_pictures/1298/tn_hyundai-tucson-awd-a-t-ultimate-2023-129821747.webp",
"scraped_at": "2025-09-21T13:04:31.215Z",
"make": "Hyundai",
"year": 2022,
"fuel": "Petrol",
"transmission": "Automatic",
"description": "Hyundai Tucson 2022 for sale in Faisalabad",
"image": "https://cache4.pakwheels.com/ad_pictures/1296/hyundai-tucson-fwd-a-t-gls-sport-2022-129604720.jpg",
"engine_cc": 2000,
"mileage_km": 41000,
"price": 7400000,
"price_currency": "PKR",
"price_note": "converted_from_lacs",
"from_detail": true,
"model": "Tucson",
"color": "Black",
"body_type": "SUV"
}