Google Search Engines
Google search is such a complex solution that we needed to split each scenario into separate Search Engines.
In order to return the most accurate results for Google Search scraping, we divided Google scenarios into separate engines, called Google Search Engines. When you want to scrape specific data from Google, all you need to do is to set the appropriate engine=<GOOGLE_ENGINE>
parameter when sending your request.
Available Google Engines
In this section of the Google API documentation, we will cover all the available engines, along with their specific parameters and with detailed implementation examples for each search type:
google - scrape generic Google search results
google_maps - scrape results from the Google Maps page
google_maps_reviews - scrape Google Maps reviews
google_reverse_image - scrape Google Reverse Image search
google_trends - scrape results from the Google Trends search
Last updated