FAQ

How to limit number of galley images?

Using a simple xpath expression, you could manage to limit gallery images. 
For example, if you add the following expression to end of your gallery XPath 
then it will only download 5 images:
[position() < 5]

Does scraper use our server?

It only stores the tasks on cloud server. All scraping process works on customer’s web server.