# Zolo Products Parser Spider (`getdataforme/zolo-products-parser-spider`) Actor

Scrape detailed real estate listings from Zolo.ca with this Apify Actor. Extract prices, locations, specs, images, and more across Canadian regions. Features flexible URLs, item limits, robust error handling, and clean JSON output....

- **URL**: https://apify.com/getdataforme/zolo-products-parser-spider.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Description

Scrape detailed real estate listings from Zolo.ca with this Apify Actor. Extract prices, locations, specs, images, and more across Canadian regions. Features flexible URLs, item limits, robust error handling, and clean JSON output....

***

## Zolo Products Parser Spider

### Introduction

The Zolo Products Parser Spider is a powerful Apify Actor designed to scrape and extract detailed real estate listing data from Zolo.ca, a popular Canadian real estate platform. It automates the collection of comprehensive property information, including prices, locations, and specifications, enabling users to gather large datasets efficiently for analysis and decision-making. This tool is ideal for real estate professionals, researchers, and businesses seeking reliable, structured data without manual effort.

### Features

- **Comprehensive Data Extraction**: Captures key details like listing ID, address, price, beds, baths, size, MLS number, brokerage, and images from Zolo.ca listings.
- **Flexible URL Configuration**: Supports multiple starting URLs to target specific regions or property types.
- **Item Limit Control**: Allows users to set a maximum number of items to process, preventing excessive data collection and managing costs.
- **High Reliability**: Built with robust error handling to ensure consistent performance even with varying page structures.
- **Fast and Scalable**: Leverages Apify's cloud infrastructure for quick scraping of large volumes of data.
- **Structured JSON Output**: Delivers clean, machine-readable data ready for integration into databases or analytics tools.
- **No Coding Required**: User-friendly interface for easy setup and execution via the Apify platform.

### Input Parameters

| Parameter | Type   | Required | Description | Example |
|-----------|--------|----------|-------------|---------|
| Urls      | array  | Yes      | An array of URLs to start scraping from. Each URL must be a valid HTTP/HTTPS link pointing to Zolo.ca pages. | \["https://www.zolo.ca/ottawa-real-estate", "https://www.zolo.ca/toronto-real-estate"] |
| itemLimit | integer| No       | The maximum number of items (listings) to process. Set to 0 for unlimited, but use cautiously to avoid high costs. | 50 |

### Example Usage

#### Input Configuration

```json
{
  "Urls": [
    "https://www.zolo.ca/ottawa-real-estate"
  ],
  "itemLimit": 20
}
```

#### Output Example

```json
[
  {
    "listing_id": "1412",
    "street": "1412-429 Somerset Street W",
    "city": "Ottawa",
    "province": "ON",
    "neighbourhood": "Ottawa Centre",
    "latitude": 45.414829,
    "longitude": -75.698311,
    "price": 2650,
    "currency": "CAD",
    "beds": 2,
    "baths": 2,
    "size": 900999,
    "mls_number": "MLS\u00ae X12852852",
    "brokerage": "DETAILS REALTY INC.",
    "detail_url": "https://www.zolo.ca/ottawa-real-estate/429-somerset-street-west/1412",
    "image_url": "https://photos.zolo.ca/1412-429-somerset-street-west-ottawa-X12852852-1-p480.jpg?2026-03-06+06%3A15%3A09",
    "actor_id": "jwP74V6YLMVWk1bNe",
    "run_id": "wjsdxJx0XrMCCcxrN"
  },
  {
    "listing_id": "904-apple-hill-lane",
    "street": "Apple Hill Lane",
    "city": "Kitchener",
    "province": "ON",
    "neighbourhood": "Trussler",
    "latitude": 43.387962,
    "longitude": -80.491127,
    "price": null,
    "currency": null,
    "beds": null,
    "baths": null,
    "size": null,
    "mls_number": "MLS\u00ae",
    "brokerage": "",
    "detail_url": "https://www.zolo.ca/kitchener-real-estate/904-apple-hill-lane",
    "image_url": null,
    "actor_id": "jwP74V6YLMVWk1bNe",
    "run_id": "wjsdxJx0XrMCCcxrN"
  },
  {
    "listing_id": "1176-ixl-road",
    "street": "1176 Ixl Road",
    "city": "Trent Hills",
    "province": "ON",
    "neighbourhood": "Rural Trent Hills",
    "latitude": 44.357521,
    "longitude": -77.817261,
    "price": 745900,
    "currency": "CAD",
    "beds": 3,
    "baths": 2,
    "size": 15002000,
    "mls_number": "MLS\u00ae X12852820",
    "brokerage": "RE/MAX ROUGE RIVER REALTY LTD.",
    "detail_url": "https://www.zolo.ca/trent-hills-real-estate/1176-ixl-road",
    "image_url": "https://photos.zolo.ca/1176-ixl-road-trent-hills-X12852820-1-p480.jpg?2026-03-06+05%3A30%3A12",
    "actor_id": "jwP74V6YLMVWk1bNe",
    "run_id": "wjsdxJx0XrMCCcxrN"
  }
]
```

### Use Cases

- **Market Research and Analysis**: Gather data on property prices and trends across Canadian cities for investment insights.
- **Competitive Intelligence**: Monitor competitor listings and pricing strategies in specific neighborhoods.
- **Price Monitoring**: Track rental or sale prices for automated alerts on market changes.
- **Content Aggregation**: Build databases for real estate websites or apps by collecting detailed listing information.
- **Academic Research**: Collect geospatial data for studies on housing affordability and urban development.
- **Business Automation**: Integrate scraped data into CRM systems for real estate agencies to streamline lead generation.

### Installation and Usage

1. Search for "Zolo Products Parser Spider" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters (e.g., URLs and item limit).
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs an array of JSON objects, each representing a real estate listing. Key fields include `listing_id` (unique identifier), `street`, `city`, `province`, `neighbourhood`, `latitude` and `longitude` (geolocation), `price` and `currency`, `beds`, `baths`, `size` (in square feet), `mls_number`, `brokerage`, `detail_url` (link to full listing), `image_url` (property photo), and metadata like `actor_id` and `run_id`. Some fields may be null if data is unavailable on the page.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

# Actor input Schema

## `Urls` (type: `array`):

The urls for the spider.

## `itemLimit` (type: `integer`):

Specifies the maximum number of items to process.

## Actor input object example

```json
{
  "Urls": [
    "https://www.zolo.ca/"
  ],
  "itemLimit": 20
}
```

# Actor output Schema

## `results` (type: `string`):

Scraped data items from dataset

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "itemLimit": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/zolo-products-parser-spider").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "itemLimit": 20 }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/zolo-products-parser-spider").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "itemLimit": 20
}' |
apify call getdataforme/zolo-products-parser-spider --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/zolo-products-parser-spider"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/jwP74V6YLMVWk1bNe/builds/wabRPGSL9VPVARPIN/openapi.json
