Gumtree Car Scraper UK
Pricing
from $1.50 / 1,000 results
Gumtree Car Scraper UK
Extracts used car listings from Gumtree.com's car classifieds, including price, year, mileage, fuel type, seller type, and location, with pagination.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

Turn Gumtree's car classifieds into structured data in minutes - no coding, no manual copy-pasting. Get price, year, mileage, fuel type, seller type, and location for used cars listed on Gumtree, paged through automatically.
What does Gumtree Car Scraper UK do?
Gumtree Car Scraper UK collects used car listings from Gumtree.com, one of the UK's largest classifieds sites, covering both private sellers and dealers. Point it at a search URL (all cars, or a filtered search you've built on Gumtree itself) and it pages through the results automatically, extracting every listing it finds.
Why use Gumtree Car Scraper UK?
- Sourcing - build a shortlist of cars matching your criteria from both private sellers and dealers.
- Market research - track pricing by make, model, or location, including private-sale prices you won't find on dealer-only sites.
- Lead generation - find private sellers in a specific area for trade buying.
- Data enrichment - pull structured listing data into your own spreadsheet, CRM, or valuation tool.
How to use Gumtree Car Scraper UK

- Go to the Input tab.
- Leave Start URL as the default (all cars), or filter by make/model/price/location on gumtree.com and paste the resulting URL.
- Set Max items and Max pages to control how much to collect.
- Click Start and wait for the run to finish.
- Open the Dataset tab to preview, filter, and export your results.
Input

| Field | Type | Description |
|---|---|---|
startUrl | String | A Gumtree.com cars search URL (default: all cars). |
maxItems | Integer | Maximum number of listings to scrape, paging through 12-per-page results (default: 100). |
maxPages | Integer | Safety cap on how many pages to page through (default: 20). |
Example input:
{"startUrl": "https://www.gumtree.com/cars","maxItems": 100,"maxPages": 10}
Output


Each listing is saved as one item in the dataset, for example:
{"id": "1801512429","url": "https://www.gumtree.com/p/honda/honda-cr-v-estate-2016-manual-1597-cc-5-doors/1801512429","title": "Honda, CR-V, Estate, 2016, Manual, 1597 (cc), 5 doors","price": 10750,"location": "Kingsbridge, Devon","year": 2016,"mileage": 94334,"sellerType": "Private","fuelType": "Diesel","engineSizeCc": 1597,"makeSlug": "honda","image": "https://img.gumtree.com/ePR8PyKf84wPHx7_RYmEag/b40dc4fa3b4247509c_fb728c2384fd/86","scrapedAt": "2026-08-14T00:00:00.000Z"}
Data table
| Field | Description |
|---|---|
id / url | Gumtree's listing ID and its own page |
title | The listing title as Gumtree formats it |
price | Asking price in GBP |
location | Seller's location as shown on the listing |
year, mileage, fuelType, engineSizeCc | Core vehicle spec |
sellerType | "Private" or a trade/dealer designation |
makeSlug | The make, as used in the listing's URL |
image | Listing photo URL |
scrapedAt | ISO timestamp when the item was scraped |
Pricing / Cost estimation
How much does it cost to scrape Gumtree listings? Pricing depends on your Apify plan's compute unit rate and how many listings you request. Each page of 12 listings is a single fast request.
Tips for better runs
- Filter on gumtree.com first (by make, model, price, or location) and paste that URL in, rather than scraping every category.
- Keep Max items/Max pages modest for daily monitoring runs to control cost and run time.
- Use the Apify Schedule feature to re-run this Actor periodically and track new listings over time.
FAQ
Is this legal? This Actor only collects publicly visible listing data. You are responsible for using the data in accordance with Gumtree.com's Terms of Service and any applicable laws in your jurisdiction.
Why did some fields come back empty? Not every listing includes every field (e.g. some private sellers omit engine size). The Actor returns null for anything that isn't available for a given car.
Found a bug or have a feature request? Please use the Issues tab on this Actor's page - feedback directly shapes future updates.