Skip to content
Login Sign up

Quickstart

Make a single request and get back a fully parsed Google Search response. No HTML parsing, no proxy rotation, no retry logic to build.

  1. Grab your API key

    Log in at shifter.io/panel and open SERP API → API Keys. Copy an active key.

  2. Run a Google search

    Terminal window
    curl "https://serp.shifter.io/v1?engine=google&api_key=YOUR_API_KEY&q=residential+proxies"
  3. Localize the results

    Add location= to get what a user in that place would see. For precise geo-targeting, see the Locations API.

    Terminal window
    curl "https://serp.shifter.io/v1?engine=google&api_key=YOUR_API_KEY&q=pizza&location=Chicago%2C+Illinois"
  4. Switch engines

    Change the engine parameter to target any supported surface, google_maps, google_jobs, bing, yandex. Full list on Google, Bing, Yandex, and Amazon.

  • Google, every Google engine with example queries.
  • Locations, city-level targeting syntax.