The AnydealsUK API allows you to securely access your monetised deal feeds, check account status, retrieve network configurations, and integrate AnydealsUK into your website, apps, bots, or automated systems. This page provides a complete overview of how the API works, what it can do, and how to begin using it.
1. What Is the AnydealsUK API? #
The API is a secure interface that allows developers and automated systems to:
- Retrieve deal feeds (CSV, JSON, RSS)
- Authenticate using API keys
- Access account information
- Monitor usage limits
- Check network configuration status
- Validate whether AnydealsUK is operational
Every user has their own unique API key and private feed URLs.
2. Who Is the API For? #
The API is ideal for:
- WordPress imports (WP All Import)
- Telegram, Discord, or Slack bots
- Mobile apps
- Deal websites
- Personal automation scripts
- Price comparison tools
Anyone needing programmatic access to affiliate-optimised deals can use the API.
3. Authentication Overview #
All AnydealsUK API requests require a valid API key.
Authentication method:
Authorization: Bearer YOUR_API_KEY
Without a valid key, the API will return an authentication error.
Your API key:
- Is unique to your account
- Controls access to your feeds
- Should never be shared publicly
Revoked or expired subscriptions will disable API access.
4. API Endpoint Categories #
The AnydealsUK API includes the following endpoint types:
Feed Endpoints #
Retrieve your deal feeds:
- Amazon-only feeds
- Main multi-network feeds
- 10 / 30 / 60-minute interval feeds
5. Feed Retrieval Overview #
Your feeds are accessed using URLs in this format:
https://anydealsuk.com/api/v1/feeds/{API_KEY}/{feed_type}/{interval}.{format}
Feed Types: #
amazonmain
Intervals: #
10m30m60m
Formats: #
.csv.xml.json.rss
Example:
https://anydealsuk.com/api/v1/feeds/12345ABC/main/10m.csv
The exact URLs to use are available on your account page.
6. Rate Limits #
API rate limits depend on your subscription tier.
Typical limits include: #
| Plan | Refresh Interval | API Priority | Suggested Max Requests |
|---|---|---|---|
| Swift | 60 minutes | Low | 6/hr |
| Pulse | 30 minutes | Medium | 6/hr |
| Ultra | 10 minutes | High | 12/hr |
| Swift Pro | 60 minutes | Medium | 6/hr |
| Pulse Pro | 30 minutes | High | 6/hr |
| Ultra Pro | 10 minutes | Highest | 12/hr |
Rate-limiting protects the system and ensures fairness for all users.
If limits are exceeded, the API may return a 429 Too Many Requests error.
7. API Versioning #
The current version is:
v1
Future versions may include:
- Additional feed formats
- Real-time event APIs
- Expanded analytics
- Developer webhooks
Versioning ensures backward compatibility for your integrations.
8. Error Handling #
The API uses standard HTTP status codes:
| Code | Meaning | Description |
|---|---|---|
| 200 | OK | Request successful |
| 400 | Bad Request | Missing or invalid parameters |
| 401 | Unauthorized | API key missing or invalid |
| 403 | Forbidden | Subscription expired or insufficient permissions |
| 404 | Not Found | Invalid endpoint or feed type |
| 429 | Rate Limited | Too many requests |
| 500 | Server Error | Unexpected issue |
Error responses return descriptive JSON to help diagnose issues.
9. API Key Security Best Practices #
To protect your account:
- Never expose your API key publicly
- Do not hardcode your key into publicly visible code
- Use server-side requests whenever possible
- Avoid sharing your feed URLs with others
If your key is compromised, contact support to regenerate it immediately.
10. What You Can Build With the API #
The API enables a wide range of applications:
- Automated deal poster bots
- Price comparison engines
- Telegram or Discord group posting scripts
- WordPress import automations
- Affiliate dashboards
- Browser extensions
- Mobile apps displaying deal feeds
The API is flexible and designed for high-volume usage.
11. Summary #
The AnydealsUK API is a powerful tool that gives you full programmatic access to your personalised affiliate feeds. Secure, scalable, and built for automation, it allows seamless integration with websites, apps, bots, and advanced automation systems.
Understanding this overview prepares you for the next section: Authentication & API Keys.

