Sgcarmart Cars Search Scraper
Pricing
from $1.00 / 1,000 results
Sgcarmart Cars Search Scraper
Scrape structured used car listings from SGCarMart.com — Singapore's largest car marketplace. Extract 40+ fields including price, depreciation, COE, mileage, dealer info, and more. Perfect for market analysis, price tracking, and automotive research.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
SGCarMart.com Car Search Scraper: Extract Used Car Listings at Scale
What Is SGCarMart.com?
SGCarMart.com is Singapore's most popular automotive marketplace, listing thousands of used, new, and parallel-imported vehicles. The platform is a primary reference for buyers, dealers, and analysts tracking Singapore's unique car market — shaped by COE (Certificate of Entitlement) pricing, vehicle depreciation, and strict registration regulations.
Manually collecting listing data is impractical at scale. The SGCarMart Car Search Scraper automates extraction from search result pages, delivering clean, structured records ready for analysis.
Overview
This scraper targets SGCarMart's used car listing pages and extracts rich per-vehicle data across 40+ fields. Ideal for:
- Car dealers monitoring competitor pricing and inventory
- Analysts tracking depreciation and COE trends
- Aggregators building automotive price comparison tools
- Researchers studying Singapore's regulated car market
Input Format
{"urls": ["https://www.sgcarmart.com/used-cars/listing?avl=a&page=2"],"ignore_url_failures": true,"max_items_per_url": 50}
| Field | Type | Description |
|---|---|---|
urls | array of strings | URLs of SGCarMart car listing/search pages to scrape. Supports multiple URLs. Example: https://www.sgcarmart.com/used-cars/listing?avl=a&page=2 |
ignore_url_failures | boolean | If true, the scraper continues running even if some URLs fail. Recommended for bulk runs. Default: true |
max_items_per_url | integer | Maximum number of car listings to extract per URL. Default: 20. Set higher (e.g., 50) for denser pages |
Tip: Modify query parameters in the URL (brand, price range, body type) to target specific vehicle segments before scraping.
Output Format
{"id": 1501606,"link": "https://www.sgcarmart.com/used-cars/info/hino-xzu710r-1501606/?dl=1000","dealer_code": 1000,"car_model": "Hino XZU710R","price": 83888,"drive_range": "N.A.","depreciation": 14080,"registration_date": "27-Apr-2022","first_registration_date": null,"vehicle_scheme": null,"engine_capacity": "4,009 cc","description": "","category": "","status": "a","date": "14-May-2026","auction_closing_time": null,"type": "Truck","mileage": 106289,"fuel_type": "Diesel","transmission": "Manual","owners": "1 Owner","priority": 69,"ad_type": "n","image": "https://i.i-sgcm.com/cars_used/202605/1501606_1.jpg","dealer_lead": {"dealer_code": 1000,"name": null,"package": "a","is_ucdp": 0,"is_basic": 0},"tag": "Direct Owner","sale_status": null,"sta_grade": null,"view_similar_link": "https://www.sgcarmart.com/used_cars/info_similar.php?ID=1501606","buysafe": {"is_buysafe": false,"buysafe_link": "https://www.sgcarmart.com/used_cars/buysafe/index.php"},"star_ad": {"is_star_ad": false,"star_ad_description": "Hino With Box And Tailgate. Lowest In Market !","star_ads_label": null},"spotlight": {"is_spotlight": false,"spotlight_description": null,"spotlight_ads_label": null},"warranty": {"warranty_period": null,"warranty_link_desktop": "https://www.sgcarmart.com/warranty/index.php?utm_source=Desktop&utm_medium=Listing","warranty_link_mobile": "https://m.sgcarmart.com/warranty/index.php?utm_source=Mobile&utm_medium=Wpage"},"instalment": {"installment": 1285,"max_ltv_ratio": 90},"additional_statuses": {"is_imported_used": false,"is_eligible_for_parf_rebate": false,"has_10_years_coe": false},"promo_labels": [],"coe_left": null,"inspection_grade": "","buysafe_label_image": null,"deals": {"super_deal": []},"make": "Hino","model": "XZU710R","promoted_with": null}
Each listing returns a structured record with the following fields:
Identification & Listing Info
| Field | Meaning |
|---|---|
ID | Unique internal listing identifier |
Link | Direct URL to the full listing detail page |
Ad Type | Type of advertisement (e.g., dealer, private) |
Type | Listing category type |
Status | Current availability status of the listing |
Sale Status | Whether the vehicle is available, sold, or reserved |
Date | Date the listing was posted |
Auction Closing Time | Closing datetime if the listing is an auction |
Priority | Listing priority/ranking weight on the platform |
Vehicle Details
| Field | Meaning |
|---|---|
Car Model | Full model name as displayed |
Make | Vehicle manufacturer (e.g., Toyota, BMW) |
Model | Specific model variant |
Description | Full listing description text |
Category | Vehicle category (e.g., Sedan, SUV, MPV) |
Engine Capacity | Engine displacement in cc |
Fuel Type | Petrol, Diesel, Electric, Hybrid, etc. |
Transmission | Automatic or Manual |
Mileage | Odometer reading in km |
Owners | Number of previous owners |
Drive Range | EV driving range or fuel efficiency indicator |
Pricing & Financial
| Field | Meaning |
|---|---|
Price | Listed selling price (SGD) |
Depreciation | Annual depreciation value — critical metric in Singapore's COE system |
COE Left | Remaining COE validity period |
Instalment | Estimated monthly loan instalment |
Deals | Any promotional deals attached to the listing |
Registration & Compliance
| Field | Meaning |
|---|---|
Registration Date | Date vehicle was registered in Singapore |
First Registration Date | Original first registration date (may differ for imports) |
Vehicle Scheme | Scheme under which the vehicle is registered (e.g., PARF, COE) |
Dealer & Trust Signals
| Field | Meaning |
|---|---|
Dealer Code | Unique identifier for the listing dealer |
Dealer Lead | Dealer contact/lead generation data |
BuySafe | Whether the listing carries SGCarMart's BuySafe assurance |
BuySafe Label Image | Image URL for the BuySafe badge |
Warranty | Warranty terms offered |
STA Grade | Singapore Tenaga Automobile inspection grade |
Inspection Grade | Vehicle condition grade from inspection |
Promotion & Visibility
| Field | Meaning |
|---|---|
Star Ad | Whether the listing is a paid star/featured ad |
Spotlight | Whether the listing has spotlight promotion |
Promoted With | Promotion packages applied to the listing |
Promo Labels | Promotional badge labels shown on the listing |
Additional Statuses | Extra status flags (e.g., price drop, urgent sale) |
Tag | Descriptive tags attached to the listing |
View Similar Link | URL to similar vehicle listings |
Media
| Field | Meaning |
|---|---|
Image | Primary listing image URL |
How to Use
- Build your target URL — Use SGCarMart's search filters (brand, price, body type, fuel type) and copy the resulting URL.
- Configure input — Paste URLs into the
urlsarray. Adjustmax_items_per_urlbased on the number of results per page (typically 20–50). - Enable fault tolerance — Keep
ignore_url_failures: truefor multi-URL runs. - Run and export — Download results as JSON, CSV, or Excel.
Best practices:
- Paginate by modifying the
page=parameter across multiple URLs to cover full search results. - Use filter parameters (e.g.,
?mkn=Toyota&bdy=Sedan) to scope extraction to specific segments. - If a URL returns no results, verify the search filters return visible listings when opened in a browser.
Use Cases & Business Value
- Price intelligence: Track asking prices and depreciation across brands and models over time
- COE analysis: Monitor COE remaining values as a proxy for market timing
- Inventory monitoring: Watch competitor dealer stock changes
- Lead generation tools: Build databases of dealer contacts and listing volumes
- Consumer apps: Power price comparison or fair-value estimation tools for buyers
Conclusion
The SGCarMart Car Search Scraper gives you structured access to one of Southeast Asia's most data-rich automotive marketplaces. With 40+ fields per listing — including Singapore-specific metrics like COE remaining and PARF scheme — it's the essential tool for anyone working with the Singapore used car market.