AutoTrader.co.za Scraper — South Africa Cars, Prices & Specs
Pricing
from $3.50 / 1,000 results
AutoTrader.co.za Scraper — South Africa Cars, Prices & Specs
Scrape AutoTrader.co.za, South Africa's biggest car marketplace, in bulk: title, price in ZAR, make, model, mileage, condition, transmission, fuel type, dealer name and image as separate sortable columns. Any search URL. No login, no API key.
Pricing
from $3.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape AutoTrader.co.za, South Africa's largest car marketplace, in bulk — no login, no API key, no browser. Point the Actor at any category or result page and it walks the pages, parses every card into flat, sortable columns, and saves rows as it goes.
17 columns per row · thousands of rows per run · numeric prices, not strings · JSON, CSV, Excel or API · pay only for the rows you keep.
Why this AutoTrader.co.za scraper
AutoTrader.co.za publishes everything a buyer needs on the result page — but as prose, inside a card, behind pagination. Reading it at any useful scale by hand is not realistic, and copy-paste gives you text where you need numbers.
This Actor turns those pages into a table. price is a number, not a formatted string. Location, seller and vehicle specs are their own columns instead of one blob. That is the difference between data you can pivot on and data you have to clean first.
It is built on the same engine as the rest of this fleet, which means three things you only notice when they are missing:
- It respects the clock. Every run carries a time budget and saves rows continuously, so a slow page never costs you the whole run.
- One bad page does not end the crawl. An unreachable page is retried, then skipped and logged — not treated as the end of the listing.
- It says what it did. Row counts, skipped pages and stop reasons all appear in the log, so a short run is always explainable.
What you get
Used car price intelligence for South Africa
AutoTrader.co.za is the reference site for car buyers in SA. price is numeric in ZAR, make and model come from the URL structure (not flaky CSS), and mileage is parsed as displayed — ready for analysis without cleaning.
Dealer inventory monitoring
Track which dealers list what, how much they charge, and how long their stock sits. dealerName plus listingId gives you a per-dealer inventory snapshot you can diff daily.
Vehicle specification analysis
fuel, transmission, condition, and variant are separate columns, so you can pivot on any spec dimension — electric vs petrol, automatic vs manual, new vs used — without parsing text.
Lead generation for auto services
Filter by make, model, and mileage to find owners of specific vehicles likely to need parts, insurance, or servicing. Schedule daily for a continuous stream.
Input
| Field | Type | What it does |
|---|---|---|
startUrl | string | Any AutoTrader.co.za category or result URL. The Actor paginates from here. |
maxResults | integer | Stop after this many rows (default 200). |
proxyConfiguration | object | Apify Proxy settings. The default is fine. |
Note: AutoTrader embeds every filter in the URL. Copy any search result page URL and paste it as the start URL.
Example input
{"startUrl": "https://www.autotrader.co.za/cars-for-sale","maxResults": 200,"proxyConfiguration": { "useApifyProxy": true }}
Output
One row per listing, 17 columns:
| Column | Type | Description |
|---|---|---|
listingId | string | AutoTrader listing ID from the URL. |
title | string | Car headline (year, make, model). |
listingUrl | string | Canonical listing page. |
make | string | Car manufacturer extracted from the URL. |
model | string | Car model extracted from the URL. |
variant | string | Trim or engine variant from the URL. |
price | number | Asking price in South African rand. |
currency | string | Always ZAR. |
mileage | string | Odometer reading as displayed (e.g. 150 000 km). |
condition | string | Used or New. |
transmission | string | Manual or Automatic. |
fuel | string | Fuel type: Petrol, Diesel, Hybrid or Electric. |
imageUrl | string | First listing photo. |
dealerName | string | Dealer or seller name from the image alt text. |
country | string | Always South Africa. |
source | string | Always autotrader_za. |
scrapedAt | string | ISO timestamp of collection. |
Example row
{"listingId": "…","title": "…","listingUrl": "…","make": "…","model": "…","variant": "…","price": 0,"currency": "…","mileage": "…","condition": "…","transmission": "…","fuel": "…","imageUrl": "…","dealerName": "…","country": "…","source": "…","scrapedAt": "…"}
Export from the Apify Console as JSON, CSV, Excel, XML or RSS, or pull it straight from the Dataset API.
How to use it
- Open the Actor and paste a AutoTrader.co.za URL into Category or listing URL.
- Set Maximum results to how many rows you want.
- Click Start. Rows appear in the dataset while the run is still going.
- Export, or schedule the run daily and diff the results to track price moves.
You can also run it from the Apify API, the JavaScript client or the Python client, and wire the output into Google Sheets, Zapier, Make or your own warehouse.
Frequently asked questions
Do I need an AutoTrader account or API key?
No. All data comes from public result pages — no login, no key.
How do I filter by make, model or price?
AutoTrader puts every filter in the URL. Build your search on the website, then paste the URL as the start URL.
Why is imageUrl sometimes null?
AutoTrader lazy-loads images for some result tiles. The listing URL still works — the image just was not in the initial HTML.
Which currency?
South African rand (ZAR), stated in the currency column.
What does variant contain?
The engine variant or trim level extracted from the listing URL — for example 1.4tsi, sport, or dark-edition.
Is mileage a number or text?
Text, as displayed by AutoTrader — for example '150 000 km'. This preserves the exact formatting shown on the site.
How much does it cost?
You pay per row kept, plus Apify platform usage. A 1,000-row run is inexpensive; run it on a schedule and you have a continuous price feed for the cost of a coffee.
Is scraping AutoTrader.co.za legal?
This Actor reads only publicly available pages — the same ones anyone can open in a browser — and collects no personal data beyond the seller display name that AutoTrader.co.za itself publishes next to each listing. You are responsible for how you use the output, including compliance with AutoTrader.co.za's terms and with data-protection law such as the GDPR. If in doubt, take legal advice.
Related Actors
Browse the rest of the fleet for country marketplace, classifieds, property and company-registry scrapers covering more than eighty countries.
Support
Found a broken column or a site change? Open an issue on the Actor's Issues tab and it will be looked at. This Actor is actively maintained — see the Changelog for its history.
AutoTrader.co.za is a trademark of its respective owner. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by AutoTrader.co.za.