Zoopla Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsZoopla Scraper
Get extensive information from zoopla.co.uk for data on millions of properties. Scrape real estate opportunities, titles, prices, descriptions, amenities, images, features, nearby points of interest, and many more attributes in seconds. Specify any search term you want and use it with no limits.
You can access the Zoopla Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 "https://www.zoopla.co.uk/overseas/details/64410387/",
4 "https://www.zoopla.co.uk/new-homes/details/64410305/",
5 "https://www.zoopla.co.uk/to-rent/details/64411515/",
6 "https://www.zoopla.co.uk/for-sale/details/62414617/",
7 "https://www.zoopla.co.uk/for-sale/property/oxford/?q=oxford&results_sort=newest_listings&search_source=for-sale",
8 "https://www.zoopla.co.uk/to-rent/property/oxford/",
9 "https://www.zoopla.co.uk/new-homes/property/oxfordshire"
10 ],
11 "maxItems": 20,
12 "endPage": 1,
13 "extendOutputFunction": "($) => { return {} }",
14 "customMapFunction": "(object) => { return {...object} }",
15 "proxy": {
16 "useApifyProxy": true
17 }
18}' |
19apify call epctex/zoopla-scraper --silent --output-dataset
Zoopla Scraper API through CLI
The Apify CLI is the official tool that allows you to use Zoopla Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: