
Savills Auction Data Scraper
Pricing
$30.00/month + usage

Savills Auction Data Scraper
Scrapes property data from Savills Auction House. Supports both upcoming and past auction listings from any search result URL, extracting detailed property information efficiently for analysis or automation.
0.0 (0)
Pricing
$30.00/month + usage
0
1
1
Last modified
3 days ago
Savills Auction Results Scraper
What is the Savills Auction Scraper?
The Savills Auction Scraper is a specialized tool designed to extract detailed property data from Savills UK's auction results pages. If you need to gather comprehensive information about properties listed in a specific auction for market analysis, lead generation, or record-keeping, this scraper automates the entire process for you. Simply provide the URL of a Savills auction, and the tool will systematically navigate through each property lot, extracting all available details into a clean, structured dataset.
What data does the Savills Auction Scraper extract?
This scraper is designed to capture a comprehensive set of data points for each property lot within an auction.
- Lot Information: The lot number and the date of the auction.
- Full Address: The complete property address, split into two lines.
- Pricing: Both the Guide Price (if available) and the final Sell Value.
- STATUS: The final status of the lot (e.g., "Sold," "Withdrawn Prior," "Unsold").
- Key Features: A list of standout features for the property.
- Descriptions: The main property description and any additional information, such as tenure or accommodation details.
- Direct URL: The specific URL for the individual property lot page.
How it Works
The scraper mimics how a person would browse the auction results, ensuring it collects all the data accurately.
- It starts on the main auction page URL you provide.
- It identifies the list of properties and clicks on the first one to navigate to its dedicated page.
- On the property page, it extracts all the relevant data points listed above.
- It then automatically finds and clicks the "Next Lot" button.
- It repeats this process, moving from one property to the next until it has scraped every lot in the auction.
Input
To run the scraper, you only need to provide the URL of a Savills auction results page. You can also optionally limit the number of properties to scrape, which is useful for quick tests.
Field | Type | Description |
---|---|---|
URL | String | Required. The starting URL of the Savills auction page. It must be from https://auctions.savills.co.uk/ . |
OutputLimiterEnabled | Boolean | Optional. Set to true if you want to limit the number of scraped items. Defaults to false . |
OutputLimit | Number | Optional. If the limiter is enabled, this sets the maximum number of properties to scrape. |
An example of a valid input URL:
https://auctions.savills.co.uk/auctions/1-october-2025-194/
Output
The scraper stores the results in a dataset as a JSON array. Each object in the array represents a single property (lot) from the auction. You can download the results in various formats, including JSON, CSV, or Excel. Here is an example of the output for two scraped properties:
[{"Page": 1,"URL": "[https://auctions.savills.co.uk/auctions/1-october-2025-194/49-francis-avenue-ilford-redbridge-ig1-1ts-18501](https://auctions.savills.co.uk/auctions/1-october-2025-194/49-francis-avenue-ilford-redbridge-ig1-1ts-18501)","AuctionDate": "1 October 2025","PropertyData": [{"LotInfo": "Lot 1","AddressLine1": "49 Francis Avenue","AddressLine2": "Ilford, Redbridge IG1 1TS","GuidePrice": null,"SellValue": "ยฃ347,000","Status": "Sold","KeyFeatures": ["Three bedroom terraced house","Rear garden","In need of modernisation","Vacant"],"Description": null,"ExtraData": "Additional information Tenure/n Freehold./n Accommodation/n Ground Floor - Reception Room, Kitchen / Dining Room/nFirst Floor - Three Bedrooms, Bathroom/WC/n Tenancy/n Vacant./n Notes/n Please note, there is a Japanese Knotweed infestation in the next door garden which is partly growing into the garden of 49 Francis Avenue; the next door property is owned separately. /n"}]},{"Page": 2,"URL": "[https://auctions.savills.co.uk/auctions/1-october-2025-194/flat-7-hinchinbrook-house-mortimer-crescent-kilburn-london-nw6-5up-18509](https://auctions.savills.co.uk/auctions/1-october-2025-194/flat-7-hinchinbrook-house-mortimer-crescent-kilburn-london-nw6-5up-18509)","AuctionDate": "1 October 2025","PropertyData": [{"LotInfo": "Lot 2","AddressLine1": "Flat 7 Hinchinbrook House","AddressLine2": "Mortimer Crescent, Kilburn, London, NW6 5UP","GuidePrice": null,"SellValue": null,"Status": "Withdrawn Prior","KeyFeatures": ["First Time on the market for approximately 34 years","A First Floor studio flat of approximately 327 sq ft","Vacant possession","In need of updating","Balcony","Conveniently located for the amenities of Kilburn and Maida Vale"],"Description": "Description A first floor flat/nForming part of a purpose built block/nThe flat is in need of modernisation/nBalcony/n/nVirtual Tour/n","ExtraData": "Additional information Tenure/n Leasehold- 125 years from 9th May 1988/n Accommodation/n First Floor- Entrance Hall, Studio Room, Kitchen, Bathroom/WC/n"}]}]