# General information

Extracting product data from external websites and normalizing it is the first stage of importing products to your website. To start using the plugin, navigate to `External Importer > Import`.

Open the online store's website and copy the URL of the product you want to promote from your browser's address bar. Depending on the parser, you can extract data from two types of pages:

1. **Product Detail Page**: This is the specific product card page, which usually contains a description, photo, price, and other information. You can specify a list of multiple product URLs.

![](/files/-MJHs-3aWmVCvUqvaRSn)

2. **Listing Page**: This page contains a list of products based on a category or search query. In this case, the parser will first extract the links to the product detail pages and then automatically go through all the product URLs.

![](/files/-MJHslm52dxtMoZMD7Jq)

The second option is faster and more convenient because it allows you to bulk import products by entire categories. Listing pages are available for all advanced parsers and nearly 75% of structured parsers.

Some parsers support **automatic pagination**. In these cases, you'll see both the number of products found and additional listing pages in the parsing log.

![](/files/-MJHt7go_iM1DiNnPGBa)

If pagination can't be detected automatically, only products from the current page will be extracted. You can manually specify the next page if necessary.

All extracted data is processed, and the normalized products can be viewed in a special section.

![](/files/-MJHtbJ2WYNWo2qS_egE)


---

# 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://ei-docs.keywordrush.com/extracting-products/general-information.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.
