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.
How to define ACF (Advanced Custom Field) fields in Scraper?
First, create an empty post and fill the ACF fields manually. Scraper will automatically detect all these ACF fields and display them on visual editor, which you can use then.
https://support.wpbots.net/documentation/custom-fields/
Scraper not selecting correct content/data, or getting content from hidden element.
In this case you can manually find and use the XPath.
https://support.wpbots.net/documentation/getting-a-value-from-hidden-element/