Yes, Bardeen is able to scrape these types of websites. We can start off with a scraper for all the links on the given page and then a background scraper to scrape the contents of each individual link. Here are some resources that will help you in creating this type of playbook.
Guide to create playbooks: https://www.youtube.com/watch?v=qGAb5yl72Tw .
Learning how to create scrapers: https://www.youtube.com/watch?v=26Gt_9kFVok.
(Advanced) Custom CSS containers are required when scraping websites that don't have standard formatting: https://youtu.be/ySSGuAi6cdc?si=LN-tu0CzudubA_jd&t=4124.
The masterclass section on custom selectors covers how to scrape all email addresses, but a similar concept applies to scraping all links. It is just the keyword used that is different. With regards to having more readable data, we have OpenAI/ChatGPT actions that can summarize the text output from the scraper if you only want certain details from the page or want a summary or want a standard report for each page with certain sections (e.g features, other recreation etc.). There is a guide on this here : https://www.youtube.com/watch?v=i_Th0nSL3n0.
Comments
0 comments
Please sign in to leave a comment.