# Extract Data From Listing Page

**Listing Page Extraction** in Pline enables efficient collection of structured data from pages that contain multiple items, such as product lists, job listings, property results, or travel listings.

Users can then select the fields they want to extract (e.g., title, price, location), and Pline captures this information across all detected items. This method is ideal for extracting bulk data from search results or category pages quickly and accurately.

Follow these simple steps to quickly extract data from the Listing Page using Pline.

{% hint style="success" %}
In this guide, we’ll demonstrate how to extract data specifically from **Amazon product listing pages.**
{% endhint %}

### Step 1: Create a Workflow

Open the Pline extension and click **"Create New Workflow.”**

<figure><img src="/files/KA4b4MYCe1NX0e91L6b3" 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/kBFVKlDikRnrRIThCVUi" 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/aKuoKsGwVHEcPElgWq4u" 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/FKNTadHbg2T1tyxlEtmk" 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/rsEL8Hov0zVOKfaajp7o" alt=""><figcaption></figcaption></figure>

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

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

### Step 5: Run the Workflow

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

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

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

* Stop the extraction once you’re done.

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

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

<figure><img src="/files/noFpqJ1dH9WYCIpuEB9o" 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/getting-started/extract-data-from-listing-page.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.
