# Představení

Scraping Camel je webová služba, která prochází **HTML stránky webu**. Získává z nich **informace**. Tyto informace uloží a vygeneruje z nich jeden výstupní **CSV soubor**.

Tato příručka by vám měla pomoci pochopit, jak používat aplikaci Scraping Camel. Více o aplikaci naleznete [zde](https://forum.mergado.cz/t/scraping-camel-news/1473).

### Důležité info:

* Scraping Camel nevykresluje javascript, to znamená, že pokud bude některý obsah na stránce skryt javascriptem, tak jej Scraping Camel nedokáže extrahovat (vyjmout). Funguje pouze na HTML.
* Princip extrakce dat, je na základě znaků, né tedy na základě elementů.
* Primárně není určen k procházení dat. To znamená, že pokud si budete chtít data sofistikovaněji procházet, tak budete muset použít jiný nástroj (Mergado a jiné..), kde si data projdete.
* Scraping Camel můžete používat nezávisle na Mergadu. Jediné co je potřeba, je založit si účet a mít svůj e-shop, to je celé.
* Podmínkou pro používání Scraping Camelu, je mít funkční soubor sitemap a mít ověřenou doménu.


---

# 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://info.scraping-camel.cz/master.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.
