Shifter Documentation
  • Getting Started
  • PROXIES
    • Rotating Residential Proxies
    • Static Residential Proxies
  • SCRAPING API
    • Web Scraping API
      • API Request
      • Basic Request
      • Rendering JavaScript
      • Custom Headers
      • Custom Cookies
      • Proxies
      • Geolocation
      • Sessions
      • Forcing Timeouts
      • Binary Files
      • Waiting for CSS
      • Screenshot
      • Extraction Rules
      • JSON Auto Parser
      • Javascript Instructions
      • Disable Stealth
      • POST Requests
      • PUT Requests
      • Conclusion
      • API Errors
  • Google SERP API
    • Search APIs
      • Google Search API
      • Google Product API
      • Google Scholar Cite API
      • Google Scholar Author API
      • Google Scholar Profiles API
      • Google Scholar API
      • Google Autocomplete API
      • Google Maps Photos API
      • Google Maps Reviews API
      • Google Reverse Image API
      • Google Events API
      • Google Finance API
      • Google Play API
      • Google Jobs API
      • Google Local Services API
      • Google Jobs Listing API
      • Google Maps API
      • Google Trends API
        • Google Trends Categories List
        • Geo Parameter Options List
    • API Response
  • Bing SERP API
    • Search API
    • API Parameters
    • Basic API Requests
  • Yandex SERP API
    • Search API
    • Basic API Requests
    • API Parameters
  • Amazon API
    • Getting Started
      • API Parameters
      • Access the API
      • Supported Domains
    • Amazon Search
    • Amazon Seller Products
    • Amazon Seller Profile
    • Amazon Seller Feedback
    • Amazon Product
    • Amazon Category
    • Amazon Bestsellers
    • Amazon Deals
  • Useful Links
    • Github
    • Shifter Homepage
    • Knowledge Base
Powered by GitBook
On this page

Was this helpful?

  1. Google SERP API

Search APIs

Enhance your Google search scraping with specialized engines tailored for specific scenarios.

Given the intricate nature of Google search, we've deconstructed various scenarios and encapsulated them into distinct search engines, aptly termed Google Search Engines. To extract particular data subsets from Google, simply define the relevant engine=<GOOGLE_ENGINE> parameter within your request.

List of Google Engines Within this segment of the Google API documentation, we elucidate the entire gamut of accessible engines. Each engine is supplemented with its specific parameters and a comprehensive guide, replete with illustrative examples for each search variant:

  • google: Extract standard Google search outcomes.

  • google_maps: Mine data from Google Maps results.

  • google_maps_reviews: Harvest reviews displayed on Google Maps.

  • google_maps_photos: Extract photos showcased on Google Maps.

  • google_autocomplete: Gather Google's suggested keywords based on user input.

  • google_scholar: Extract search results from Google Scholar.

  • google_scholar_profiles: Harvest search results specific to Google Scholar Profiles.

  • google_scholar_author: Extract author-specific results from Google Scholar.

  • google_scholar_cite: Procure citation data linked to a specific Google Scholar Author.

  • google_product: Extract data from Google Product listings.

  • google_reverse_image: Mine results from Google's Reverse Image search.

  • google_jobs: Gather results from Google Jobs search.

  • google_jobs_listing: Extract specific listings from Google Jobs.

  • google_events: Harvest event-related data from Google Events.

  • google_play: Extract search results from Google Play.

  • google_trends: Mine trending data from Google Trends.

By utilizing these specialized engines, you can ensure precision and efficiency in your web scraping endeavors.

PreviousAPI ErrorsNextGoogle Search API

Last updated 1 year ago

Was this helpful?