News Feed Forums General Web Scraping How can I scrape data from a site that uses AJAX to load content?

  • Aarthi Basheer

    Member
    11/09/2024 at 5:07 am

    Use Selenium or Playwright to render the page and trigger the AJAX requests dynamically.

  • Amondi Mathis

    Member
    11/09/2024 at 5:36 am

    Sometimes, you can replicate the AJAX request directly using requests in Python.

Log in to reply.