Skip to main content
You’re viewing v1 documentation. This is our legacy API version. We recommend checking out v2 documentation for our newest features and improvements. Note that v2 is currently a work in progress.
1

Create your Zinc account

Sign up here to get started. You will need to deposit funds into your Zinc account to use the API.
2

Get Your API Credentials

After signing up, visit your Zinc dashboard to find your client token.
3

Make Your First API Call

Here’s how to fetch product details from Amazon using curl:
curl 'https://api.zinc.io/v1/search?query=fish%20oil&page=1&retailer=amazon' \
  -u <client_token>:
Replace <client_token> with your actual token. Never share your client token publicly.
If successful, you’ll get a JSON response with product information (title, price, images, etc.).

Need help? Contact support or check out the What is Zinc? page for more info.