Trovit Cars Scraper — Multi-Country Car Listings & Prices
Pricing
from $3.50 / 1,000 results
Trovit Cars Scraper — Multi-Country Car Listings & Prices
Scrape Trovit Cars, a multi-country car search aggregator, in bulk: title, asking price, model year, mileage, description, location and listing date as separate sortable columns. Works with any Trovit Cars 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 Trovit Cars, International'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.
15 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 Trovit Cars scraper
Trovit Cars 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
Cross-border car price comparison
Trovit aggregates listings from dozens of countries. The same search returns results from multiple markets, so you can compare asking prices internationally without visiting each site separately.
Market research for automotive verticals
Walk any Trovit search and you get title, price, year, mileage, location and description — enough for a market study on any vehicle segment, from commercial trucks to luxury SUVs.
Listing source discovery
Each Trovit result links to the original listing site. Export the URLs, extract the domains, and you have a map of which car marketplaces are active in your target market.
Trend detection from listing volume
Schedule the Actor daily on the same search and track how many results appear. Rising volume means more sellers; falling volume with stable prices means buyers are absorbing supply.
Input
| Field | Type | What it does |
|---|---|---|
startUrl | string | Any Trovit Cars 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: Trovit embeds every search term in the URL path. Use the Trovit Cars website to build your search and paste the result page URL as the start URL.
Example input
{"startUrl": "https://cars.trovit.com/index.php/cod.search_cars/type.2/what_d.toyota/is498.1/","maxResults": 200,"proxyConfiguration": { "useApifyProxy": true }}
Output
One row per listing, 15 columns:
| Column | Type | Description |
|---|---|---|
listingId | string | Trovit internal listing identifier. |
title | string | Car listing headline. |
listingUrl | string | Link to the listing (via Trovit redirect). |
price | number | Asking price in the listing currency. |
currency | string | Price currency code. |
year | number | Model year. |
mileage | string | Odometer reading as displayed. |
description | string | Listing summary text. |
location | string | City or area name. |
postedDate | string | Relative date as shown by Trovit. |
imageUrl | string | First listing photo. |
isPremium | boolean | True when the listing is a premium placement. |
country | string | Always International. |
source | string | Always trovit. |
scrapedAt | string | ISO timestamp of collection. |
Example row
{"listingId": "…","title": "…","listingUrl": "…","price": 0,"currency": "…","year": 0,"mileage": "…","description": "…","location": "…","postedDate": "…","imageUrl": "…","isPremium": false,"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 Trovit Cars 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 a Trovit account or API key?
No. Everything comes from Trovit's public search results.
How do I search?
Trovit puts the search terms in the URL path. Use the Trovit Cars website to build your search, then paste the URL as the start URL.
Which countries does Trovit cover?
Trovit aggregates from the US, UK, Canada, Australia, India, Mexico, most of Europe, and more. The listings you get depend on the Trovit subdomain and search terms.
What does isPremium mean?
The listing is a paid premium placement on Trovit, not an organic result.
Why is year sometimes null?
Not all listings on Trovit display a model year. The column is null when one was not found.
Which currencies appear?
USD, EUR, GBP, CAD, AUD, and others depending on the market. The currency column tells you which.
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 Trovit Cars 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 Trovit Cars itself publishes next to each listing. You are responsible for how you use the output, including compliance with Trovit Cars'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.
Trovit Cars is a trademark of its respective owner. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Trovit Cars.