
Gumtree Scraper
Pricing
$10.00/month + usage

Gumtree Scraper
Export data from search results of Gumtree.com, the free classified ads, and community website. Get images, location, prices, and descriptions of the available products and adverts. Save the data as HTML, JSON, CSV, Excel, or XML.
0.0 (0)
Pricing
$10.00/month + usage
3
51
1
Last modified
23 minutes ago
Gumtree Scraper
Extract listings from Gumtree into clean CSV, Excel, JSON, or API outputs.
This Gumtree Scraper works with any category (cars, property, services, electronics, jobs, etc.).
Just open Gumtree, apply filters (location, price, category, keywords), copy the results URL, and paste it into the scraper.
How to Use
Provide these 3 inputs:
- Gumtree List URLs (one or more results pages with pagination)
- Number of Max. Products (stop after N items)
- Scraper Mode (List pages only vs. All product pages)
Gumtree List URLs
Use result pages like https://www.gumtree.com/cars-vans-motorbikes/uk/page1
.
You can pass multiple URLs to combine results or split queries by filters.
Number of Max. Products
Set a hard cap to control volume and cost. The scraper stops once it reaches this count.
Note: Gumtree typically exposes ~first 50 pages of results per query.
For larger datasets, split by filters (price ranges, regions, keywords).
Scraper Mode
There are two modes:
1) Scrape List Pages Only (faster, fewer requests)
Collects generic fields without visiting each product page:
- product title
- short description
- price
- thumbnail image URL
- product link
- location
2) Scrape All Product Pages (slower, maximum details)
Visits each product page to extract richer data (varies by category):
- product title
- short & long description
- price
- all image links in gallery
- video links (if available)
- product link
- breadcrumb
- detailed specs / attributes (category-specific, e.g., vehicle specs, property details)
Output Formats
Download or integrate results as:
- CSV / Excel (business-friendly)
- JSON / NDJSON (developer-friendly)
- API (connect to Google Sheets, Zapier, Make.com, BI tools)
Example Scraped Data
If you choose “Scrape All Product Pages”, the output includes richer fields and a record_specs
object that varies by category.
Scraped Car from Gumtree
{"list_url": "https://www.gumtree.com/cars/uk","record_url": "https://www.gumtree.com/p/nissan/nissan-x-trail-estate-2016-manual-1598-cc-5-doors/1441412821","record_name": "Nissan, X-TRAIL, Estate, 2016, Manual, 1598 (cc), 5 doors","record_description": "£8400 Nissan X-Trail 1.6 dCi n-tec Euro 6 ...","record_price": "£8,400.00","record_location": "Perth, Perth and Kinross","record_thumbnail": "https://i.ebayimg.com/00/s/NzY4WDEwMjQ=/z/HXMAAOSwysRjGGIK/$_86.JPG","record_images": ["https://i.ebayimg.com/00/s/NzY4WDEwMjQ=/z/HXMAAOSwysRjGGIK/$_86.JPG","https://i.ebayimg.com/00/s/NzY4WDEwMjQ=/z/9XgAAOSwhOVjGGIA/$_86.JPG"],"record_videos": [],"record_description_long": "£8400 Nissan X-Trail 1.6 dCi n-tec Euro 6 (s/s) 5dr ...","record_breadcrumb": "Home|Motors|Cars|Nissan|Nissan X-TRAIL|","record_specs": {"vehicle_registration_year": "2016","vehicle_body_type": "Estate","vehicle_mileage": "98,895 miles","vehicle_transmission": "Manual","vehicle_fuel_type": "Diesel","vehicle_engine_size": "1598 cc","vehicle_colour": "Black","seller_type": "Private","Posted": "2 days ago"}}
Scraped Property from Gumtree
{"list_url": "https://www.gumtree.com/flats-houses","record_url": "https://www.gumtree.com/p/property-to-rent/3-bedroom-house-in-redgate-drive-st.-helens-wa9-3-bed-1488395-/1441422295","record_name": "3 bedroom house in Redgate Drive, St. Helens, WA9 (3 bed) (#1488395)","record_description": "No Agent Fees Property Reference Number: 1488395 ...","record_price": "£715.00pm","record_location": "St Helens, Merseyside","record_thumbnail": "https://i.ebayimg.com/00/s/NDUwWDYwMA==/z/A4UAAOSwrapjGHsd/$_86.JPG","record_images": ["https://i.ebayimg.com/00/s/NDUwWDYwMA==/z/A4UAAOSwrapjGHsd/$_86.JPG","https://i.ebayimg.com/00/s/NjgyWDEwMjQ=/z/PSkAAOSwoSBjGHsd/$_86.JPG"],"record_videos": [],"record_description_long": "We are proud to offer this delightful 3 bedroom ...","record_breadcrumb": "Home|Property|To Rent|House|3 Bedroom|","record_specs": {"Posted": "Just now","seller_type": "Agency","available_date": "19 Sep 2022","property_type": "House","property_number_beds": "3"}}