# Rew Profile Scraper (`getdataforme/rew-profile-scraper`) Actor

Discover the Rew Profile Scraper, an Apify Actor that effortlessly extracts detailed real estate data from REW profiles, including prices, addresses, descriptions, and images....

- **URL**: https://apify.com/getdataforme/rew-profile-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Lead generation, Jobs, Real estate
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## 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

### PART 1: Generate README.md

## Rew Profile Scraper

The Rew Profile Scraper is a powerful Apify Actor designed to extract detailed property listings from REW (Real Estate Web) profiles. It automates the collection of real estate data, including prices, addresses, descriptions, and images, enabling users to gather comprehensive market insights efficiently. This tool is ideal for real estate professionals, analysts, and businesses seeking accurate, structured data from Canadian property listings.

### Features

- **Comprehensive Data Extraction**: Scrapes key details like property titles, prices, addresses, bed/bath counts, descriptions, and images from REW profiles.
- **High Reliability**: Built on CheerioCrawler for fast, efficient scraping with robust error handling to minimize failures.
- **Customizable Crawling**: Supports multiple start URLs and configurable request limits for targeted or broad data collection.
- **Structured Output**: Delivers clean JSON data, easily integrable with databases, analytics tools, or export formats like CSV and Excel.
- **Performance Optimized**: Handles large-scale crawls with minimal resource usage, ensuring quick turnaround times.
- **Real-Time Data**: Captures the latest listing information, including timestamps for freshness tracking.
- **User-Friendly**: Simple setup via Apify Store, with clear logging for monitoring progress.

### Input Parameters

| Parameter | Type | Required | Description | Example |
|-----------|------|----------|-------------|---------|
| startUrls | array | Yes | URLs to start the crawl from, typically REW profile pages. | `[{"url": "https://www.rew.ca/properties/12345"}]` |
| maxRequestsPerCrawl | integer | No | Maximum number of requests allowed per crawl to control scope and costs. | `100` |

### Example Usage

To run the Rew Profile Scraper, provide input parameters in JSON format via the Apify platform.

**Example Input:**

```json
{
  "startUrls": [
    {
      "url": "https://www.rew.ca/properties/12345"
    }
  ],
  "maxRequestsPerCrawl": 50
}
```

**Example Output:**

```json
[
  {
    "url": "https://apify.com/",
    "crawledAt": "2026-02-10T07:48:07.100Z",
    "listingId": null,
    "title": "Apify: Full-stack web scraping and data extraction platform",
    "price": null,
    "address": {
      "full": "Get real-time web data for your AI"
    },
    "beds": null,
    "baths": null,
    "propertyType": "unknown",
    "description": "Cloud platform for web scraping, browser automation, AI agents, and data for AI. Use 10,000+ ready-made tools, code templates, or order a custom solution.",
    "images": [
      "https://apify.com/img/og/landing.png"
    ],
    "brokerage": "HARVEY KALLES REAL ESTATE LTD.",
    "source": "rew.ca",
    "rawDataLayer": false
  }
]
```

### Use Cases

- **Market Research and Analysis**: Gather data on property trends, prices, and availability in specific regions for investment decisions.
- **Competitive Intelligence**: Monitor competitor listings and brokerage activities on REW to stay ahead in the real estate market.
- **Price Monitoring**: Track price changes and historical data for properties to identify undervalued opportunities.
- **Content Aggregation**: Build databases of property descriptions and images for real estate websites or apps.
- **Academic Research**: Collect data for studies on housing markets, urban development, or economic indicators.
- **Business Automation**: Automate lead generation by extracting contact details and property details for marketing campaigns.

### Installation and Usage

1. Search for "Rew Profile Scraper" in the Apify Store
2. Click "Try for free" or "Run"
3. Configure input parameters
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 data in JSON array format, with each object representing a scraped property listing. Key fields include:

- `url`: The source URL of the listing.
- `crawledAt`: Timestamp of when the data was scraped.
- `title`: Property title or headline.
- `price`: Listed price (if available).
- `address`: Full address object with location details.
- `beds` and `baths`: Number of bedrooms and bathrooms.
- `propertyType`: Type of property (e.g., house, condo).
- `description`: Detailed property description.
- `images`: Array of image URLs.
- `brokerage`: Associated real estate brokerage.
- `source`: Data source (always "rew.ca").
- `rawDataLayer`: Boolean indicating if raw data was captured.

This structure ensures easy parsing and integration into downstream applications.

### 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!

### PART 2: Generate Description

Unlock comprehensive real estate insights with Rew Profile Scraper! Extract property details like prices, addresses, descriptions, and images from REW profiles effortlessly. Features include customizable crawling, structured JSON output, and high-speed performance. Perfect for market research, price monitoring, and competitive analysis. Start scraping today on Apify Store! (248 characters)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## `maxRequestsPerCrawl` (type: `integer`):

Maximum number of requests that can be made by this crawler.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://crawlee.dev/"
    }
  ],
  "maxRequestsPerCrawl": 100
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://crawlee.dev/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/rew-profile-scraper").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 = { "startUrls": [{ "url": "https://crawlee.dev/" }] }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/rew-profile-scraper").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 '{
  "startUrls": [
    {
      "url": "https://crawlee.dev/"
    }
  ]
}' |
apify call getdataforme/rew-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/rew-profile-scraper"
        }
    }
}

```

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/U8iPjRX0NZHfAwAuv/builds/ov5mMuvcTSbpfzQNA/openapi.json
