> 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/result-page-features/group-extraction-detail-page-urls.md).

# Group Extraction - Extract Detail Page URLs

## How to Use&#x20;

{% hint style="info" %}
**Quick Start**&#x20;

➡️ Prepare URLs of pages to group extract ➡️ Access representative page and click Listly icon ➡️ Select PARTS ➡️ Click \[ + Group ] button in result window ➡️ Enter URLs → Run \[ Re-extract ] ➡️ Download group results as Excel file
{% endhint %}

***

## How to Prepare URLs of Pages for Group Extraction&#x20;

{% stepper %}
{% step %}

#### Extract the area containing links from list page → detail page

Before accessing detail pages, extract page information from the **list page** where those pages are gathered using Listly. You can use either \[Whole] or \[Parts] extraction, but it's important to **select an area containing 'links to detail pages'**.

<figure><img src="/files/9666bc8985aaecced4d9680a4ece3f2cac5c7a05" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Download detail page hyperlinks

Check the Data tab in the result window, **check the \[Hyperlink] option**, then export to Excel or Google Sheets.

<figure><img src="/files/f457b4fc506b853ff8f038a055bef035a868729f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Open the downloaded file to check detail page URLs

You can see detail page URLs in the downloaded Excel file.

<figure><img src="/files/1e12d4c1e1b17cd8b7feaa632601f38df04d08dc" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/result-page-features/group-extraction-detail-page-urls.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.
