Hi there
The Scrapingbee connector xpath formula returns only a blank result for me
e.g the formula below returns a blank result
=@Dump(Connector("ScrapingBee.XPath","https://seotoolsforexcel.com","//img","src","None",FALSE,0))
If I use the same connector to output values instead of a formula, it works ok and gives me the result below, so I know my api key is working correctly.
/assets/images/profile-richard.jpg?v=cba32e7541
/assets/images/profile-dixon.jpg?v=cba32e7541
/assets/images/profile-albin.png?v=cba32e7541
/content/images/2021/07/update-border-1.png
/content/images/2020/05/intro-1.png
/content/images/2020/03/intro-adj-1.png
/content/images/2019/02/hero.png
/content/images/2018/03/Screenshot_6-1.png
/assets/images/profile-niels.jpg?v=cba32e7541
How should I change the formula attributes to get it working?
The parameters I used here are
Scrapingbee
Select view: Xpath
URL: https://www.seotoolsforexcel.com
Xpath: //img
Attribute: src
Premium proxy: none
Javascript rendering off
Wait in ms: 0
[ ] Values
[x] Formula
Thanks very much