Gumtree Car Scraper UK avatar

Gumtree Car Scraper UK

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Gumtree Car Scraper UK

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

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Gumtree Car Scraper UK hero

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

How Gumtree Car Scraper UK works

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

Input

Gumtree Car Scraper UK input options

FieldTypeDescription
startUrlStringA Gumtree.com cars search URL (default: all cars).
maxItemsIntegerMaximum number of listings to scrape, paging through 12-per-page results (default: 100).
maxPagesIntegerSafety cap on how many pages to page through (default: 20).

Example input:

{
"startUrl": "https://www.gumtree.com/cars",
"maxItems": 100,
"maxPages": 10
}

Output

Gumtree Car Scraper UK dataset output

Gumtree Car Scraper UK data fields

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

FieldDescription
id / urlGumtree's listing ID and its own page
titleThe listing title as Gumtree formats it
priceAsking price in GBP
locationSeller's location as shown on the listing
year, mileage, fuelType, engineSizeCcCore vehicle spec
sellerType"Private" or a trade/dealer designation
makeSlugThe make, as used in the listing's URL
imageListing photo URL
scrapedAtISO 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.