News Feed Forums General Web Scraping How can I use Java to scrape product information on Carrefour’s European site?

  • How can I use Java to scrape product information on Carrefour’s European site?

    Posted by Baltassar Igor on 11/18/2024 at 7:21 am

    JSoup, a Java library, can extract static HTML content from Carrefour’s site, including product names, descriptions, and prices.

    Odarnat Bergliot replied 1 week, 2 days ago 3 Members · 2 Replies
  • 2 Replies
  • Ilham Donnie

    Member
    12/10/2024 at 7:15 am
    • For dynamic content, integrate Selenium with Java to fully render pages, enabling you to scrape updated product data accurately.
  • Odarnat Bergliot

    Member
    12/13/2024 at 6:42 am
    • Using Java’s HttpURLConnection with headers mimicking a browser helps reduce detection by Carrefour’s anti-scraping measures.

Log in to reply.