Gumtree UK Scraper avatar

Gumtree UK Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Gumtree UK Scraper

Gumtree UK Scraper

Scrape Gumtree UK listings by keyword, category and location with filters, pagination and optional detail-page data including description, seller info, attributes and images.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Gumtree UK Scraper (Apify Actor)

Scrape Gumtree.com (UK) listings by keyword, category, location and radius — with price filters, seller type, sort order and optional detail‑page enrichment.

Example input

{
"query": "iphone 15",
"category": "for-sale",
"location": "london",
"distance": 30,
"minPrice": 200,
"maxPrice": 700,
"sort": "price_lowest_first",
"maxPages": 3,
"includeDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "GB"
}
}

Output

Search‑only item:

{
"id": "1485923771",
"title": "iPhone 15 Pro 256GB Natural Titanium - Unlocked",
"price": "650 GBP",
"currency": "GBP",
"url": "https://www.gumtree.com/p/iphone/.../1485923771",
"image": "https://i.ebayimg.com/.../s-l500.jpg",
"location": "Camden, London",
"posted_at": "2026-05-23T18:42:00Z",
"seller_type": "Private seller"
}

With includeDetails: true:

{
"description": "Selling my iPhone 15 Pro, immaculate condition...",
"attributes": {
"condition": "Used",
"brand": "Apple",
"model": "iPhone 15 Pro",
"storage": "256 GB",
"network": "Unlocked"
},
"latitude": 51.5392,
"longitude": -0.1426,
"updated_at": "2026-05-24T09:11:00Z",
"seller_name": "Tom",
"images": ["https://i.ebayimg.com/.../1.jpg", "..."]
}