Introduction

Getting started

Learn how to get started querying for Amazon data in minutes using either our GraphQL or REST API. Sign up, copy your API key, and get to work!


Quick start

  1. Sign up for a new Canopy API account or sign in if you're a regular.
  2. After signing in copy paste your API key, you'll need this later. Remember not to share this key.
  3. Choose your API style: Canopy API supports both GraphQL and REST endpoints:
    • GraphQL: Make requests to https://graphql.canopyapi.co/ with a POST method
    • REST: Make requests to https://rest.canopyapi.co/api/amazon/product with a GET method
    • Both require an API-KEY header or Authorization: Bearer YOUR_API_KEY header
  4. Check out our examples for more details integrating Canopy API with popular libraries and both GraphQL (GraphQL Yoga, Apollo Server, Hoppscotch) and REST (Python, JavaScript fetch) approaches.

Full API documentation

Complete API documentation is available for both the REST and GraphQL APIs:

OpenAPI Spec

  • GraphQL API: Explore the interactive GraphQL playground at graphql.canopyapi.co — open the Docs panel in the top left to browse all available queries, types, and fields.

GraphQL Playground