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 resultsgoogle_maps
- scrape results from the Google Maps pagegoogle_maps_reviews
- scrape Google Maps reviewsgoogle_maps_photos
- scrape Google Maps photos
google_autocomplete
- scrape Google suggestions for a keywordgoogle_scholar
- scrape Google Scholar search resultsgoogle_scholar_profiles
- scrape profile results from the Google Scholar Profiles search pagegoogle_scholar_author
- scrape author results from the Google Scholar Author search pagegoogle_scholar_cite
- scrape the citation results of a Googles Scholar Author search
google_product
- scrape the results from Google Product pagesgoogle_reverse_image
- scrape Google Reverse Image searchgoogle_jobs
- scrape Google Jobs search resultsgoogle_jobs_listing
- scrape results from a Google Jobs Listing searchgoogle_events
- scrape the results from the Google Events pagegoogle_play
- scrape Google Play resultsgoogle_trends
- scrape results from the Google Trends search
Last updated