Skip to content
Login Sign up

Access the API

  1. Create an API key

    Log in at shifter.io/panel and open SERP API > API Keys. Amazon shares the SERP API key pool. Copy an active key.

  2. Choose a marketplace

    Default is amazon.com. To target another marketplace, pass domain=<host>. Full list: Supported domains.

  3. Send your first request

    Terminal window
    curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"
  4. Swap the type

    Change type=search to any supported value (product, bestsellers, deals, category, seller_profile, seller_products, seller_feedback). Each type has its own required parameters, documented on the endpoint pages.

GET https://ecom.shifter.io/v1

api_key as a query parameter on every request. Failed authentication returns HTTP 401.