Zolo Property Discovery Scraper
Pricing
from $0.85 / 1,000 listings
Zolo Property Discovery Scraper
Discover public Zolo property listings by location, sale or rent, and property type. Extract descriptions, prices, areas, rooms, images, brokers, and URLs.
Pricing
from $0.85 / 1,000 listings
Rating
0.0
(0)
Developer
Trove Vault
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Discover public Zolo real estate listings from buyer-facing inputs: location, operation, property type, and result limit. The Actor searches Zolo for you, then returns structured listing rows with prices, areas, bedrooms, bathrooms, descriptions, brokers, main image, image gallery, and listing URLs.
This is a discovery Actor. You do not need to provide search result URLs.
Why Use This Actor
Use this Actor when you need a clean Canadian real estate dataset from Zolo without manually building search URLs or copying listings from the website.
It is useful for:
- Canadian property lead discovery by city
- sale and rental inventory research
- price and area comparison across Zolo listings
- proptech, agency, investor, and market-monitoring workflows
- TroveVault pipelines that combine several property portals into one dataset
What It Extracts
Each dataset row can include:
platform,listingId,title, andurloperationandpropertyTypeprice,currency,priceText, andpricePerM2areaM2,bedrooms, andbathroomsaddress,city, andcountrydescriptionfeaturessellerNamemainImageandimageslistedAtTextscrapedAtrunIdwhen supplied in the input
Fields are only populated when they are publicly visible in Zolo pages.
Input
{"location": "Toronto, Canada","operation": "sale","propertyType": "apartment","maxItems": 3,"datasetId": "","runId": ""}
Input Fields
location- Canadian city to search, for exampleToronto, Canada,Vancouver, Canada,Calgary, Canada,Ottawa, Canada, orMississauga, Canada.operation- Dropdown. Usesalefor properties for sale orrentfor rental listings.propertyType- Dropdown. Useany,apartment,house,land, orcommercial.maxItems- Maximum number of listings to save.datasetId- Optional Apify dataset ID. When provided, each saved listing is also appended to that dataset.runId- Optional workflow run ID. When provided, it is copied into each output row and theRUN_SUMMARYkey-value record.
API Usage
curl -X POST "https://api.apify.com/v2/acts/trovevault~zolo-property-discovery-scraper/runs" \-H "Authorization: Bearer <APIFY_TOKEN>" \-H "Content-Type: application/json" \-d '{"location":"Toronto, Canada","operation":"sale","propertyType":"apartment","maxItems":3}'
Notes And Limitations
- City-level locations are more stable than broad province or country searches.
- This version includes major Canadian cities that expose stable Zolo search pages.
- Detail pages are used to enrich descriptions and image galleries when publicly accessible.
- Prices, availability, and listing details can change after scraping. Use
scrapedAtto judge freshness. - The Actor does not read search URLs from input and does not require an upstream dataset for discovery.