News Feed Forums General Web Scraping How can I extract data from Google Search results without getting blocked?

  • How can I extract data from Google Search results without getting blocked?

    Posted by Karla Xshayarsha on 11/08/2024 at 8:36 am

    Google provides a Custom Search API which might suit your needs without resorting to scraping.

    Deonne Santiago replied 1 year ago 4 Members · 3 Replies
  • 3 Replies
  • Honza Gretta

    Member
    11/11/2024 at 6:46 am

    You can scrape Google Search results using Selenium, but you’ll need to rotate IPs and user agents to avoid blocks.

  • Eudocia Antonis

    Member
    11/11/2024 at 8:09 am

    Capturing the AJAX requests made by Google Search and replicating them is one way to bypass the dynamic loading of results.

  • Deonne Santiago

    Member
    11/11/2024 at 9:33 am

    Keep in mind that scraping Google’s search results is against their terms of service, so using an API is a safer bet.

Log in to reply.