> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started/extension-features/options-for-extract-part.md).

# Options for Extract Part

{% hint style="success" %}
[**What is Extract Part?**](/getting-started/extension-features/extract-part.md)

This feature lets you **extract data selectively by choosing only the areas you want**. Try it when you want to improve the structure and accuracy of your extracted data.
{% endhint %}

> During Extract Part, you can use the extraction options in the panel to specify exactly what data to extract from the selected area.

<figure><img src="https://content.gitbook.com/content/goHfMCeMlqJPW61OR5d1/blobs/W9uaSeBhMfEC1MUQq6JP/parts%20extraction.png" alt=""><figcaption></figcaption></figure>

#### Extraction Options

➊ Default: Extracts provided information as-is, including text, image URLs, hyperlinks, etc. The default option is sufficient for most cases.

➋ Plain Text: Extracts text only, excluding links or image URLs.

{% hint style="info" %}
e.g. No extraction value when selecting images
{% endhint %}

➌ HTML Attribute: Extracts values from element attributes. Useful when image paths or product information are stored in attributes. Requires basic development knowledge to use effectively.

{% hint style="info" %}
e.g. class="style-1", data-id="id-1"
{% endhint %}

➍ HTML Source: Extracts the selected element's HTML code as-is. Used when developers need to process the source later.

➎ Hyperlink: Extracts only hyperlinks attached to text or images.

➏ Image Link: Extracts only image URLs.

❼ Numeric: Extracts only numbers from the selected area.

{% hint style="info" %}
e.g. <mark style="color:$success;">Special discount price 5,000 KRW</mark> → <mark style="color:$success;">5,000</mark>
{% endhint %}

❽ Element Count: Returns the number of selected elements as a number.

{% hint style="info" %}
e.g. 36 items selected → <mark style="color:$success;">36</mark>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/getting-started/extension-features/options-for-extract-part.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
