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.