BouncerLink Products API
Supercharge your Amazon affiliate business with our powerful product search API
Get StartedWhy Choose Our API?
Reliable Product Data
Access real-time Amazon product information with high availability and accurate results.
Easy Integration
Simple REST API with comprehensive documentation and example code in multiple languages.
Scale Your Business
Built for Amazon affiliates to automate and scale their product discovery and listing processes.
Smart API Management
Advanced caching and race condition prevention ensure efficient API usage while staying within Amazon's quota limits.
API Documentation
Authentication
All API requests require an API key that should be included in the token parameter.
GET /api/v1/products/search?token=your_api_key&keywords=search_terms
Required Parameters
Parameter | Description |
---|---|
token | Your API authentication token |
keywords | Search terms for product search |
amazon_access_key_id | Your Amazon API access key |
amazon_secret_access_key | Your Amazon API secret key |
associate_tag | Your Amazon Associate tag |
Example Response
{
"products": [
{
"title": "Example Product",
"price": "$19.99",
"url": "https://amazon.com/...",
"image": "https://amazon.com/...",
"rating": 4.5,
"reviews": 100
}
// ... more products
]
}
Get Started
-
Sign up for an account
Create an account to get your API credentials
-
Configure your Amazon credentials
Add your Amazon API access key, secret key, and associate tag
-
Make your first API call
Use our example code to make your first product search