Provide one or more URLs of Gumtree Adverts and receive the contents of the adverts.
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.
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}
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}
Try the Gumtree Advert Scraper now on Apify and automate your seller data extraction needs!
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!