Skip to main content
The Affiliate.com API is a REST API that lets you search and retrieve affiliate product data from networks like Impact, Rakuten, Awin, and many more. You can search products, set price-drop watches, build curated product lists, and convert identifiers — all from a single API key. All API requests go to the base URL:
The API only accepts HTTPS connections. HTTP requests receive an HTTP 301 redirect to the equivalent HTTPS resource. All responses are JSON.

Get your API token

To make requests, you need an API token. You can create one at app.affiliate.com.
1

Sign in to app.affiliate.com

Go to app.affiliate.com and sign in to your account.
2

Open API Keys

In the left sidebar, click API Keys under the Settings section.
3

Create a key

Click + Create API Key, give it a name, and copy it somewhere safe — you won’t be able to view it again.
4

Add the token to your requests

Include the token in the Authorization header of every API request:
5

Make your first request

Try listing available networks to confirm your token works:

Key capabilities

Common parameters

These parameters are available on all list endpoints:

Response codes

Rate limits

Rate limits are enforced per API key and measured in requests per minute. Your specific limit depends on your subscription plan. If you exceed the per-minute limit, you receive an HTTP 429 response. If you exceed your plan’s total usage limit, you receive an HTTP 422 response. If you receive an HTTP 503, wait a few minutes before retrying. For persistent 5XX errors, contact support at support@affiliate.com.