Gumtree Seller Scraper

Gumtree Seller Scraper

Provide one or more URLs of Gumtree Seller Profiles and receive the details of their listings.

ECOMMERCEApify

Overview

The Gumtree Seller Scraper is an Apify actor that extracts seller profile information and their active listings from Gumtree. It provides structured data about the seller's name, location, and their listings.


Features

  • Scrapes seller profiles from Gumtree
  • Extracts seller information, including:
    • Username
    • Location
    • Listings (title, price, description, location)
  • Uses Selenium and BeautifulSoup for efficient data extraction
  • Handles pagination and dynamic content loading
  • Supports proxy configuration for residential IPs

Input Configuration

The actor accepts the following input parameters:

1{
2  "start_urls": [
3    {"url": "https://www.gumtree.com/profile/account/123"}
4  ]
5}
  • start_urls (array): List of seller profile URLs to scrape

Output Format

The extracted data is structured in JSON format:

1{
2  "seller_url": "https://www.gumtree.com/profile/account/8926089b88cf8ad70d26f127b6ded168",
3  "seller_username": "John Doe",
4  "seller_location": "Manchester, UK",
5  "listing_title": "Vintage Sofa",
6  "listing_price": "£250",
7  "listing_description": "Classic vintage sofa in great condition.",
8  "listing_location": "Manchester, UK"
9}

Limitations

  • This scraper is optimized for seller profile pages only.

Get Started

Try the Gumtree Seller 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!