- Set and forget reliable API service, effortlessly integrated into your application.
-
- <%= render BulletListComponent.new do |c| %>
- <%= c.with_item do %>
- Return up to
- <%= number_with_delimiter(ApiKey.default_daily_limit_commercial * Application.max_per_page) %>
- applications per day
- <% end %>
- <%= c.with_item do %>
- 1 product
- <% end %>
- <%= c.with_item do %>
- Priority email support
+
+
+ <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %>
+ Standard Plan
+ <% end %>
+
+
+ Set and forget reliable API service, effortlessly integrated into your application.
+
+
+ $3499
+ AUD
+ + GST / month
+
+
+ <%= render BulletListComponent.new do |c| %>
+ <%= c.with_item do %>
+ Return up to
+ <%= number_with_delimiter(ApiKey.default_daily_limit_commercial * Application.max_per_page) %>
+ applications per day
+ <% end %>
+ <%= c.with_item do %>
+ 1 product
+ <% end %>
+ <%= c.with_item do %>
+ Priority email support
+ <% end %>
<% end %>
- <% end %>
+
@@ -110,38 +114,40 @@
-
- <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %>
- Premium Plan
- <% end %>
-
-
- More power and flexibility. Talk to us for pricing.
-
-
- Potential add ons can include:
-
-
- <%= render BulletListComponent.new do |c| %>
- <%= c.with_item do %>
- <%# TODO: Add documentation for bulk data API %>
- Access to bulk data API
- <% end %>
- <%= c.with_item do %>
- Multiple products
- <% end %>
- <%= c.with_item do %>
- Return more than
- <%= number_with_delimiter(ApiKey.default_daily_limit_commercial * Application.max_per_page) %>
- applications per day
- <% end %>
- <%= c.with_item do %>
- Search for applications by description
- <% end %>
- <%= c.with_item do %>
- Customised integration options
+
+
+ <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %>
+ Premium Plan
+ <% end %>
+
+
+ More power and flexibility. Talk to us for pricing.
+
+
+ Potential add ons can include:
+
+
+ <%= render BulletListComponent.new do |c| %>
+ <%= c.with_item do %>
+ <%# TODO: Add documentation for bulk data API %>
+ Access to bulk data API
+ <% end %>
+ <%= c.with_item do %>
+ Multiple products
+ <% end %>
+ <%= c.with_item do %>
+ Return more than
+ <%= number_with_delimiter(ApiKey.default_daily_limit_commercial * Application.max_per_page) %>
+ applications per day
+ <% end %>
+ <%= c.with_item do %>
+ Search for applications by description
+ <% end %>
+ <%= c.with_item do %>
+ Customised integration options
+ <% end %>
<% end %>
- <% end %>
+