# Real Estate Scraping

Real estate professionals rely heavily on accurate listing data, including property details, pricing, agent information, and availability. With Pline, you can extract property listings from sites like Redfin, Zillow, Realtor, or Trulia, without coding.

Pline’s automation identifies patterns in listing pages, groups similar items, and exports clean datasets ideal for market research, lead generation, valuation analysis, and competitive monitoring.

The following steps outline a step-by-step process for extracting data from real estate websites.

{% hint style="info" %}
In this guide, we’ll walk you through extracting data from **Redfin** step by step.
{% endhint %}

### Step 1: Create a Workflow

Open the Pline extension and click **"Build Workflow.”**

<figure><img src="/files/5FM7iyPPTsf6Aib1MoS9" alt=""><figcaption></figcaption></figure>

### Step 2: Select Page Type

Webpages present data in various layouts, such as **Vertical, Grid, or Horizontal Layouts.**

* Choose the layout that matches the page structure (e.g., Grid Layout).

<figure><img src="/files/uTPK6qJxkuxntj1rGO9Y" alt=""><figcaption></figcaption></figure>

### Step 3: AI-Driven Field Detection

Pline uses AI to automatically detect and group similar items on the page and **preselect relevant fields**. If the grouping looks correct, click **“Yes, Looks good.”**

<figure><img src="/files/R7CDk50LUzQSdnhnAw1f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If not, select the next group. You can **add, edit, or remove fields** as needed before proceeding.
{% endhint %}

<figure><img src="/files/9BCeITMx6Rdbec4OQvFy" alt=""><figcaption></figcaption></figure>

### Step 4: Select Pagination Type

* Select the appropriate pagination type, then locate it on the page and tag it.

<figure><img src="/files/snybrN227M7VYoHUkbNS" alt=""><figcaption></figcaption></figure>

* Preview the sample data to ensure the correct items and fields are being extracted as expected.

<figure><img src="/files/Rf7HEH53KiQiVCSNWsT3" alt=""><figcaption></figcaption></figure>

### Step 5: Run the Workflow

Give your workflow a name and click **Save and Run.**

<figure><img src="/files/HTRDMq0R7T4qSqBbbzSl" alt=""><figcaption></figcaption></figure>

### **Step 6: Access and Export Your Data**

* Stop the extraction once you’re done.

<figure><img src="/files/7qguhRJKfuD28Xmw6OLm" alt=""><figcaption></figcaption></figure>

* Download your dataset in **CSV** or explore further in Pline's Platform.

<figure><img src="/files/6rZPeqqxLccXRc7Yz2HA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pline.ai/industry-specific/real-estate-scraping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
