Gumtree UK Listings, Sellers & Reviews Scraper avatar

Gumtree UK Listings, Sellers & Reviews Scraper

Pricing

from $0.50 / 1,000 listing results

Go to Apify Store
Gumtree UK Listings, Sellers & Reviews Scraper

Gumtree UK Listings, Sellers & Reviews Scraper

Scrape gumtree.com classifieds across motors, property, jobs, services, pets and goods for sale. Extract titles, descriptions, prices, photos, locations, listing attributes, seller ratings, star distributions and reviews. Search by keyword, category and location, or paste any Gumtree URL.

Pricing

from $0.50 / 1,000 listing results

Rating

0.0

(0)

Developer

Abot API

Abot API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Gumtree UK Scraper — Listings, Prices, Seller Ratings & Reviews

Extract classified listings from gumtree.com across every vertical — motors, property, jobs, services, pets, community and the for-sale goods categories — with the full listing detail and the seller's aggregate rating, star distribution and reviews.

Search by category + location + keyword, or paste any Gumtree results or listing URL. The scraper walks result pages forward automatically and returns one clean record per listing.

What you get

Every listing record includes:

  • Identityid, url, title, categoryId, categoryName, vertical
  • Priceprice (number), priceText, currency
  • Locationlocation, distance, plus latitude / longitude / postcode / area when detail enrichment is on
  • ListingshortDescription, full description, all images, imageCount, hasVideo, postedDate, status, featured / urgent / premium flags
  • Attributes — the full structured attribute list (for cars: make, model, year, mileage, fuel type, transmission, and dozens more)
  • Sellerseller.type (private / trade), seller.rating (0–5 average), seller.reviewCount, seller.ratingDistribution (count per star), individual seller.reviews, plus activity stats (postingSince, totalAdvertCount, lastActiveStatus)

Seller ratings and reviews are published only on the listing page, so they are captured when Fetch full listing detail is enabled (default on). Turn it off for faster, cheaper results-only runs.

Input

FieldDescription
Search modesearch — build the query from filters below · url — paste your own Gumtree URLs
CategoryMotors, Cars only, Property, Jobs, Services, Pets, Community, or All / For-sale goods
LocationTown, city or region (e.g. London, Manchester). Empty = all of the UK
KeywordFree-text search (e.g. ford focus, iphone 15)
SortMost relevant · Most recent · Price low→high · Price high→low · Nearest
Min / Max price (GBP)Narrow to a price band
Fetch full listing detailAdd description, map location and seller rating & reviews (default on)
Max listings / Max pagesBound the run size
URLs(URL mode) any gumtree.com results or listing URLs

Example input

{
"mode": "search",
"category": "cars",
"location": "London",
"minPrice": 5000,
"maxPrice": 15000,
"sortBy": "most_recent",
"fetchDetails": true,
"maxItems": 100
}

Output

Each listing is one dataset record. Example (illustrative values):

{
"id": "1500000001",
"url": "https://www.gumtree.com/p/ford/ford-focus-1-0-ecoboost/1500000001",
"title": "Ford Focus 1.0 EcoBoost Zetec, 2018, Manual",
"price": 7495.0,
"priceText": "£7,495.00",
"currency": "GBP",
"categoryId": "10319",
"vertical": "motors",
"location": "Camden, London",
"distance": "3 miles",
"postedDate": "2 days ago",
"shortDescription": "One owner, full service history, MOT until 2026 …",
"description": "One owner from new, full Ford service history, two keys, recent …",
"images": [
"https://img.gumtree.com/aaaaaaaa/1111111111_2222222222/max800",
"https://img.gumtree.com/aaaaaaaa/3333333333_4444444444/max800"
],
"imageCount": 12,
"latitude": 51.5390,
"longitude": -0.1426,
"postcode": "NW1 8QP",
"attributes": [
{ "name": "Make", "value": "Ford", "key": "vehicle_make" },
{ "name": "Year", "value": "2018", "key": "vehicle_registration_year" },
{ "name": "Mileage", "value": "42,300", "key": "vehicle_mileage", "unit": "miles" },
{ "name": "Fuel type", "value": "Petrol", "key": "vehicle_fuel_type" }
],
"detailFetched": true,
"seller": {
"name": "Jane D",
"type": "private",
"rating": 4.8,
"reviewCount": 25,
"ratingDistribution": { "1": 0, "2": 1, "3": 0, "4": 2, "5": 22 },
"reviews": [
{ "rating": 5, "text": "Smooth sale, great communication.", "date": "2026-05-14" }
],
"postingSince": "3 years",
"totalAdvertCount": 8
},
"scrapedAt": "2026-07-06T10:00:00Z"
}

Tips

  • Sub-categories & complex filters: refine your search on gumtree.com in a browser, then paste the resulting URL in URL mode — every filter in the URL is honoured, and pagination continues from that page.
  • Faster runs: turn Fetch full listing detail off to get the results-page fields only (seller rating fields are then left empty).
  • Export anywhere: pipe results straight into Notion, Airtable or Linear via the optional MCP connectors, or download as JSON / CSV / Excel from the dataset.

FAQ

Does it cover the whole of the UK? Yes — leave Location empty for a national search, or set any town, city or region.

Are seller reviews included? Yes, where the seller has them. Each record carries the seller's average rating, the count per star, and individual review entries, alongside the seller's activity stats.

Which categories are supported? All of Gumtree's verticals — motors, property, jobs, services, pets, community and the for-sale goods categories — plus any sub-category via URL mode.