News Feed Forums General Web Scraping How can I scrape data from web apps built with React or Vue.js?

  • Pierrick Iaret

    Member
    11/11/2024 at 7:23 am

    If the data is fetched from an API, try to intercept the API calls instead of scraping the front end.

  • Abbas Ali

    Member
    11/11/2024 at 8:31 am

    Cheerio.js combined with Puppeteer can work well for scraping web apps built with these frameworks.

  • Kamila Mariyam

    Member
    11/12/2024 at 4:57 am

    Sometimes you can parse the initial HTML for a JSON object that contains all the data, instead of scraping the rendered page.

Log in to reply.