Description of the issue:
Iām running a scrape in this page āOS 10 MELHORES hotĆ©is: Jericoacoara 2024 (a partir de R$ 144)ā but whenever I add a timestamp it adds blank items to my scrape (as seen in the screen).
Iām running a scrape in this page āOS 10 MELHORES hotĆ©is: Jericoacoara 2024 (a partir de R$ 144)ā but whenever I add a timestamp it adds blank items to my scrape (as seen in the screen).
@cxm could you please provide the link to the automation for further troubleshooting? Thank you!
@cxm - could you also please make it public so we can edit the scraper for troubleshooting?
Hmm thereās no such option to change the visibility of this playbook.
image1920Ć1128 205 KB
[Discourse post]
@cxm - can you duplicate it into your personal space and then reshare it from there? Thank you
I duplicated it in my personal space but still thereās no option to change visibility - it might be like this bc itās a free account.
I duplicated it in my personal space but still thereās no option to change visibility - it might be like this bc itās a free account.
[Discourse post]
Please share it from your personal and Iāll take a look. It shouldnāt be because itās a free account I believe per the below snip:
Hi Lucas & Jess,
I checked the issue and found out the following. Tripadvisor website requires building a scraper with custom CSS selectors since the siteās structure cannot be picked up by scraper builder automatically.
That is why I think you are seeing empty rows for the timestamp field. Our official scraper models for Tripadvisor are already configured with custom CSS selectors and I cannot replicate the issue there. I suggest you build your custom scraper by adjusting one of our official scrapers instead of building from scratch. That should help you get rid of the issue.
Jess, if you cannot access the shared playbook, could you please try updating your Bardeen version?
Let us know if you have any other questions!
Victoria
Customer Support - bardeen.ai
Knowledge Base https://support.bardeen.ai/hc/en-us
Explore | @bardeenai | Bardeen Community
Hi Vitoria and Jess,
Thank you so much for your help. Since I canāt properly format the timestamp to my desired format (dd/mm/yyyy), I adjusted my Playbook to ask me the scraping date so I can manually input it.
If youāve got a better solution, Iāll be glad to know.
Again, thank you for your time and support.
Best,
Lucas
Victoria, I was able to reproduce the issue via adjusting the official scraper.
@cxm There is a better solution - use the āGet Current timeā action and map the result of that action probably the ā.Formatted (Local Date)ā option to the google sheet row.
@Bardeeni - Iām still not able to edit the shared playbook after updating Bardeen. It says only the owner can edit/modify and only gives me the new version of the builder which appears to have less capabilities.
@Jess, It worked, thank you so much for your help!!