How can I scrape forums?

I need a webscraper to scrape user forums.

I'm doing this to analyze the data and quickly spot common gains, pains, jobs, quotes…

I've found a couple of them:

  • https://www.zyte.com/data-extraction/
  • https://www.octoparse.com/
  • https://www.webscraper.io/

Questions:

  1. What do you use if/when you "scan" user forums? How do you do it?
  2. Does any of the abovementioned solutions offer any kind of visualizations?
  3. Is there any free alternative? Can you suggest an alternative approach if it exists?
Okii Eli

Once successful, share the details as I am also interested in scrapping Facebook pages

0 Likes
Vid Repar Author

@nextstevejob Just discovered something. I'm sharing the steps tomorrow 😎

0 Likes
Okii Eli

@vidrepar share

0 Likes
Okii Eli

@lori example

0 Likes

I have tried https://apify.com in the past. Also done some scraping with puppeteer which is good.

If you know js and node you can quickly build a web scraper with puppeteer.

0 Likes
istrav

@brorio yes, i second puppeteer +1

0 Likes

I tend to go for Selenium with python. it works like a charm! Also for dynamically rendered data

0 Likes
Danny Torn

Free alternative - https://finddatalab.com/web-scraping and just there you can read the definition and how-to usage of scraping.

0 Likes

Please sign in to leave a comment.