# Extract Data From Detail Page

**Detail Page Extraction** in Pline enables precise collection of structured data from individual pages, such as product listings, job postings, or property details.&#x20;

Users can select the specific elements to capture (e.g., title, price, rating), and Pline will extract these fields across all open detail pages. This approach is ideal for gathering unique, page-specific information accurately and efficiently.

Follow these simple steps to extract data from a Detail Page using Pline quickly.

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

### **Step 1: Create a New Workflow**

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

<figure><img src="/files/43BaVGIfupPNPku1cBJW" alt=""><figcaption></figcaption></figure>

* Select **Detail View** as your page type.

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

{% hint style="info" %}
Choose the **"Detail Page"** when you want to extract information from an individual product page, job listing page, article page, etc.
{% endhint %}

### **Step 2: Select Fields to Extract**

Click on the data fields you want to extract from the page.

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

{% hint style="success" %}
Enter a name for each field, save it, and repeat for all fields.
{% endhint %}

### Step 3: Run the Workflow

Enter a workflow name and click **"Save & Run"** to start the extraction.

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

### **Step 4: Review and Approve Extracted Data**

After running the workflow:

* Review the extracted records in the preview panel.

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

* Click Approve if correct, or Reject to make changes.

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

### **Step 5: Extract from Multiple Pages**

Open multiple detail pages in separate browser tabs.

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

{% hint style="info" %}
&#x20;Pline automatically extracts data from each open tab.
{% endhint %}

### Optional: Enable Auto-Approval

Turn on Auto-Approval to save records automatically as you browse.

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

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

* Stop the extraction once you’re done.

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

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

<figure><img src="/files/unSX4hqhn6zSu7utKLA3" 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-detail-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.
