Gumtree Advert Scraper

Gumtree Advert Scraper

Provide one or more URLs of Gumtree Adverts and receive the contents of the adverts.

ECOMMERCEApify

Overview

The Gumtree Advert Scraper is an Apify actor designed to scrape advertisement details from Gumtree. Using Selenium, BeautifulSoup, and Apify Actor SDK, this scraper extracts key information such as the title, price, location, description, and seller details from Gumtree advert pages.


Features

  • Scrapes title, price, location, description, and seller username from a given Gumtree advert URL.
  • Implements Apify Proxy for secure and scalable web scraping.

Input Configuration

The actor accepts a JSON input with the following structure:

1{
2  "start_urls": [
3    {"url": "https://www.gumtree.com/p/volkswagen/volkswagen-polo-2016-1190-cc-/1494214253"}
4  ]
5}

Output Format

The scraper outputs data in JSON format:

1{
2  "url": "https://www.gumtree.com/p/volkswagen/volkswagen-polo-2016-1190-cc-/1494214253",
3  "title": "Volkswagen Polo 2016 1190 CC",
4  "price": "£5,500",
5  "description": "A well-maintained Volkswagen Polo in excellent condition...",
6  "location": "London, UK",
7  "seller_username": "JohnDoe123"
8}

Get Started

Try the Gumtree Advert Scraper now on Apify and automate your seller data extraction needs!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!