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
- Sign up for a new Canopy API account or sign in if you're a regular.
- After signing in copy paste your API key, you'll need this later. Remember not to share this key.
- Choose your API style: Canopy API supports both GraphQL and REST endpoints:
- GraphQL: Make requests to
https://graphql.canopyapi.co/
with aPOST
method - REST: Make requests to
https://rest.canopyapi.co/api/amazon/product
with aGET
method - Both require an
API-KEY
header orAuthorization: Bearer YOUR_API_KEY
header
- GraphQL: Make requests to
- 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.