4
7 Comments

What do you usually use for web scraping?

Code/No code, what tools do you use for web scraping? For me, it is Scrapy most of the time. Besides that, I also use Selenium, requests, beautifulsoup depending on the project.

What are your go-to tools for scraping? Do you use No Code tools? Would love to hear.

  1. 3

    Scrapy for bigger/more complex sites. Python requests + lxml for simpler ones.

  2. 2

    I've used Puppeteer in the past for this.

    As a developer, I will instinctively reach for a code-based solution, but I'm not sure how well a no-code tool could work. In order to scrape effectively, you need to understand the technical structure of the page you are scraping and how it behaves, so I've always thought of it as an inherently technical task.

    All of the scraping I've done in the past is to integrate with other systems, so using code sort of makes sense here anyway, as every other part of the integration is in code too.

  3. 1

    webscraper.io is my fav by far :)
    I also use Python (requests, BS4, selenium) But it always takes a lot longer to set up than webscraper

  4. 1

    Out of curiosity, what do you use web scraping for? I generally have negative connotations towards it: it's brittle (i.e., there's no contract; the website you're scraping can change) and it could likely be against the terms of use for the site you're scraping.

    1. 1

      There are a lot of use cases where you just can't ignore scraping. For e.g. I had a client who was tracking a lot of shipping containers from different vendor but non had an api. So we had to scrape those sites.

  5. 0

    I don't know how to code, so I use a no-coding tool called Octoparse.
    Just found their latest article and got to know more about web scraping:
    https://www.octoparse.com/blog/what-is-web-scraping-basics-and-use-cases/?indie=

Trending on Indie Hackers
Passed $7k 💵 in a month with my boring directory of job boards 35 comments Reaching $100k MRR Organically in 12 months 32 comments 87.7% of entrepreneurs struggle with at least one mental health issue 14 comments How to Secure #1 on Product Hunt: DO’s and DON'Ts / Experience from PitchBob – AI Pitch Deck Generator & Founders Co-Pilot 11 comments Competing with a substitute? 📌 Here are 4 ad examples you can use [from TOP to BOTTOM of funnel] 10 comments Are you wondering how to gain subscribers to a founder's X account from scratch? 9 comments