Gumtree Advert Scraper
Pricing
$30.00/month + usage
Go to Store
Gumtree Advert Scraper
Provide one or more URLs of Gumtree Adverts and receive the contents of the adverts.
0.0 (0)
Pricing
$30.00/month + usage
0
Total users
3
Monthly users
3
Runs succeeded
>99%
Last modified
a month ago
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!