Gumtree.com Listing Scraper
Pricing
$5.00/month + usage
Go to Apify Store
Gumtree.com Listing Scraper
Efficiently scrape and collect classified listings from Gumtree with customizable search filters, price ranges, and date options. Ideal for market research, price tracking, and data collection.
Pricing
$5.00/month + usage
Rating
0.0
(0)
Developer

Alam
Maintained by Community
Actor stats
4
Bookmarked
77
Total users
5
Monthly active users
6.5 days
Issues response
9 days ago
Last modified
Categories
Share
Extract classified listings from Gumtree with customizable search filters and automated pagination.
π Features
- Smart Search β Filter by keywords, location, distance, and price range
- Date Filtering β Target listings from specific timeframes (last hour, last week, etc.)
- Automated Pagination β Navigate multiple pages automatically
- Hybrid Scraping β Uses HTTP for fast initial requests, Playwright with anti-detection for deeper scraping
- Rate Limit Safe β Configurable throttling to avoid overloading servers
π Output
Each listing includes:
| Field | Description |
|---|---|
image | Main image URL |
title | Listing title |
description | Item description |
price | Listed price |
location | Geographic location |
url | Direct link to listing |
π Quick Start
Input Parameters
| Parameter | Description | Default |
|---|---|---|
url | Starting URL | Gumtree For Sale section |
maxItems | Maximum listings to scrape | 100 |
search | Search keywords | - |
location | City or region | - |
distance | Search radius | - |
minPrice | Minimum price filter | - |
maxPrice | Maximum price filter | - |
datePosted | Timeframe filter | - |
Example Use Cases
- Price Comparison β Track item prices over time
- Market Research β Analyze listing trends and popular items
- Deal Hunting β Find items below market value
- Data Collection β Build datasets for analysis
βοΈ How It Works
- HTTP Phase β Fast scraping for first 30 items using standard requests
- Playwright Phase β For larger scrapes, switches to browser-based scraping with anti-detection
- Smart Pagination β Automatically navigates through result pages
- Data Extraction β Parses HTML and extracts structured listing data
π Notes
- Results limited to available listings at time of scraping
- Output varies based on search criteria and website availability
- Rate limiting implemented to respect Gumtree's servers
- Suitable for research, price monitoring, and data collection