SlideShare a Scribd company logo
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
The Ultimate
API Pricing Webinar
RapidAPI RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
About RapidAPI
RapidAPI: The World’s Largest
API Marketplace
(RapidAPI.com and
Market.Mashape.com)
Iddo Gino
CEO, Founder, JavaScript
Programmer
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
What You’ll Learn Today
1. How Businesses Use APIs for Monetization
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How the Industry Prices APIs (Original Benchmark Data)
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How the Industry Prices APIs (Original Benchmark Data)
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
*Source (CrunchBase Data):
https://goo.gl/U9gLU6
Over $500 Million was
invested in API
companies in 2016.*
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Free Developer Usage
Data Collection
• Use API to collect data from third
party apps
• “Login with Facebook” –
Facebook knows what apps
consumers use and when
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Free Developer Usage
Product Adoption
• Encourage integrations to boost
product stickiness
• Developers build custom
integrations for their use cases
• Harder for customers to leave for
competing platforms
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Paid Developer Usage
Charge by Usage
Developers buy a service through an API
(and everyone else…)
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing
Models
3. Why You Need A Free Tier
4. How the Industry Prices APIs (Original Benchmark Data)
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Traditional API Pricing Models
Pay As You Go
Pay per individual call
Fixed Quotas
Purchase fixed number
of calls per month
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
*Source: RapidAPI internal
PRO TIP:
The average price-per-
call is $0.03 for Pay As
You Go APIs on
RapidAPI.
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Pros and Cons
Pay As You Go Fixed Quotas
• Predictable pricing
• Predictable revenue
• More revenue from low volume
developers
• App shuts down after quota is
reached
• Pricing scales linearly with
activity
• Pricing scales for larger apps
• Revenue is unpredictable
• Pricing varies monthly for
developer (harder to budget)
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Introducing the Overage Model
Pay As You Go
Pay per individual call
Fixed Quotas
Purchase number of
calls in bulk
Overage Model
Buy quota of calls, pay
per additional call
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Benefits of the Overage Model
Overage Model
• Predictable pricing
• Predictable revenue
• App is never shut down
• Miscommunication
around overages
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Sample Pricing Models: Image Storage
API
Pay As You Go
$0.01 per download
$0.05 per upload
Fixed Quotas Overage Model
500 downloads / month
100 uploads / month
• 250 downloads / month +
$0.01 additional download
• 50 uploads / month + $0.05
per additional upload
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Recommendation: Overage Model
• We recommend the overage model for most use cases as it
has the benefits of both pay as you go and fixed quota models
• When marketing to developers, be explicit about overage
amounts to avoid miscommunications at the end of the month.
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How the Industry Prices APIs (Original Benchmark Data)
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Free vs. Freemium vs. Paid APIs
Free – no paid options available
Freemium – one limited free tier with a quota
Paid – no free options
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
What Type
of API is
this?What type
of API is
this?
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
What Type of API is this?
Freemium!
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Developers are
to subscribe to a plan with a free tier.
3X more likely
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Free
47%
Freemium
23%
Paid
30%
Free Freemium Paid
Public APIs on
RapidAPI*
*Source:
Analysis of 1,800+ public APIs on RapidAPI.com
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Free
47%
Freemium
23%
Paid
30%
Free Freemium Paid
291,850
developers
47,536
developers
15,388
developers
Public APIs on
RapidAPI*
(number of developers)
*Source:
Analysis of 1,800+ public APIs on RapidAPI.com
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Recommendation: Include a Free Tier
• Developers are more likely to subscribe to a freemium vs. paid
API
• Once developers embed your API (even a free tier), there’s a
higher cost to switch to another API
• Developers prefer to “try before they buy”
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How to Price Your API with Industry Benchmarks
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Deciding on the Pricing Structure
Overall Model
Overage model
Pay as you go model
Fixed quota model
Frequency
Per day
Per month
Per year
Product
Per object
Per request
Mixed
(objects and requests)
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Pricing By Object or By Request
By Request By Object
• Support different requests
having different prices (ex.
image uploads vs. downloads)
• Potentially harder to
understand
• Most straightforward for
developers to understand
• Doesn’t account for variable
cost API calls (ex. sending an
email to a mailing list)
Charge per single API call Charge by API action
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Example Mixed Pricing Plans
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
What RapidAPI Currently Supports
Overall Model
Overage model
Pay as you go model
Fixed quota model
Frequency
Per day
Per month
Per year
Product
Per object
Per request
Mixed
(objects and requests)
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
BASIC
RapidAPI Plans
CUSTOM
Private, invite-only
developer plans
with custom
quotas and pricing
• Student plan
• Testing Access
• Enterprise client
• First plan level
• Freemium API will
be $0 with quota
PRO
• Second plan
• May include
additional features
ULTRA
• Third plan
• Higher quotas
• More features
MEGA
• Fourth plan
• Highest quotas
• Most features
1 2
3 4
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Benchmark Pricing for RapidAPI
Source: Average of 1,800+ APIs on
RapidAPI weighted by subscriber count
BASIC PRO ULTRA MEGA
Plan Price $0.00 $9.08 $76.00 $370.00
Overage $0.08 $0.01 $0.007 $0.02
Quota
(calls per month)
64,326 688,991 4,051,181 16,120,060
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
PRO Plan Distribution
• Most plans between
$0 - $10
• Spike around $50
and $100 for more
high value plans
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
ULTRA Plan Distribution
• Most common
ranges are either
close to $25 or close
to $50
•Median price is $59
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
MEGA Plan Distribution
• MEGA plans have
the broadest range of
prices, with spikes
from $0 – 99 and
$1,000+
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Recommendation: Pricing Rules of
Thumb
• Basic –a free tier with a quota
• Pro – a developer tier for $10 - $20
• Ultra – a company tier for about or less than $100
• Mega – a tier for very high usage at $150+
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How to Price Your API with Industry Benchmarks
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Content
What am I providing with my API?
How valuable is each call?
Venue
Artist
Costs
How much does it cost me to fulfill
a call?
Competitors
How are other industry players
charging?
The Three Cs
of API
Pricing
Before nailing down
a number, ask
yourself these
questions…
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Example #1: Business Data API
Content
(High)
Full business
intelligence. Use
cases include shallow
searches and deeper
dives.
Costs
Some costs are
minimal; others
require outside
vendors (ex. credit
checks).
Competitors
Specialized
information with little
competition.
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Example #2: SMS API
Content Similar by endpoint.
Costs
Fixed price per call;
tight margins.
Competitors
(High)
Charge for highly per
call, larger plans for
bulk calls
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Example #3: Shipping API
Content Similar by endpoint.
Costs
(High)
Prices are high. Fixed
fee for outside
vendors (ex. post
office, storefront).
Competitors Smaller field with less
competition.
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Recommendation: Understand Your “C”s
• List out your specific API circumstances around content, costs
and competitors
• Determine which “C” most drives your pricing strategy
• Look at competitors to see how they are priced
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Final Tips from RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
The Bottom Line
• Decide if your model (pay as you go, fixed quota, overage) best fits your
API needs based on the pros and cons
• Add a limited free tier to increase developer adoption
• Price your API in four tiers: free, developer, company, high-volume
• Determine which “C” factors (content, cost, competitors) drive your
pricing strategy
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
1. How Businesses Monetize APIs
2. The Pros and Cons of Common Pricing Models
3. Why You Need A Free Tier
4. How to Price Your API with Industry Benchmarks
5. Pricing Strategy in Practice: Three Example APIs
6. How to Add Pricing to RapidAPI
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Step 1: Create or access your API
• Create or login to account on
market.mashape.com (RapidAPI
owns both marketplaces)
• All changes made on the
Mashape marketplace side will
be reflected on RapidAPI
account
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Step 2: Go to your Pricing Page
• Go to “My APIs” > “API” >
Pricing Page
•Or access pricing page directly:
https://market.mashape.com/USERNAME/A
PINAME/pricing
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Step 3: Edit Pricing
• Add public and invite-only plans
• Select one plan as “Recommended”
• All changes will be reflected on
RapidAPI as well
Tips and Tricks
R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com
Thank you!
Contact support@rapidapi.com
for questions or help

More Related Content

What's hot

Apigee Demo: API Platform Overview
Apigee Demo: API Platform OverviewApigee Demo: API Platform Overview
Apigee Demo: API Platform Overview
Apigee | Google Cloud
 
What do you mean by “API as a Product”?
What do you mean by “API as a Product”?What do you mean by “API as a Product”?
What do you mean by “API as a Product”?
Nordic APIs
 
API as-a-Product with Azure API Management (APIM)
API as-a-Product with Azure API Management (APIM)API as-a-Product with Azure API Management (APIM)
API as-a-Product with Azure API Management (APIM)
Bishoy Demian
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product Strategy
Ravi Kumar
 
Proving API Value Through Monetization
Proving API Value Through MonetizationProving API Value Through Monetization
Proving API Value Through Monetization
luisw19
 
API Business Models
API Business ModelsAPI Business Models
API Business Models
John Musser
 
Introducing OpenAPI Version 3.1
Introducing OpenAPI Version 3.1Introducing OpenAPI Version 3.1
Introducing OpenAPI Version 3.1
SmartBear
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy Introduction
Doug Gregory
 
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
apidays
 
API Governance
API Governance API Governance
API Governance
Sunil Kuchipudi
 
The Architecture of an API Platform
The Architecture of an API PlatformThe Architecture of an API Platform
The Architecture of an API Platform
Johannes Ridderstedt
 
Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2
Apigee | Google Cloud
 
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIsAPIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
Jeremy Brown
 
Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs
Apigee | Google Cloud
 
Definitive Guide to API Management
Definitive Guide to API ManagementDefinitive Guide to API Management
Definitive Guide to API Management
Apigee | Google Cloud
 
Apigee Edge Overview and Roadmap
Apigee Edge Overview and RoadmapApigee Edge Overview and Roadmap
Apigee Edge Overview and Roadmap
Apigee | Google Cloud
 
API Management architect presentation
API Management architect presentationAPI Management architect presentation
API Management architect presentationsflynn073
 
Chances of open banking
Chances of open banking Chances of open banking
Chances of open banking
Netcetera
 
Global Open Banking Landscape
Global Open Banking LandscapeGlobal Open Banking Landscape
Global Open Banking Landscape
Biao Hao
 
Webinar: Practical use-cases to monetize Open Banking APIs
Webinar: Practical use-cases to monetize Open Banking APIsWebinar: Practical use-cases to monetize Open Banking APIs
Webinar: Practical use-cases to monetize Open Banking APIs
ShubaS4
 

What's hot (20)

Apigee Demo: API Platform Overview
Apigee Demo: API Platform OverviewApigee Demo: API Platform Overview
Apigee Demo: API Platform Overview
 
What do you mean by “API as a Product”?
What do you mean by “API as a Product”?What do you mean by “API as a Product”?
What do you mean by “API as a Product”?
 
API as-a-Product with Azure API Management (APIM)
API as-a-Product with Azure API Management (APIM)API as-a-Product with Azure API Management (APIM)
API as-a-Product with Azure API Management (APIM)
 
APIs as a Product Strategy
APIs as a Product StrategyAPIs as a Product Strategy
APIs as a Product Strategy
 
Proving API Value Through Monetization
Proving API Value Through MonetizationProving API Value Through Monetization
Proving API Value Through Monetization
 
API Business Models
API Business ModelsAPI Business Models
API Business Models
 
Introducing OpenAPI Version 3.1
Introducing OpenAPI Version 3.1Introducing OpenAPI Version 3.1
Introducing OpenAPI Version 3.1
 
API Strategy Introduction
API Strategy IntroductionAPI Strategy Introduction
API Strategy Introduction
 
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
 
API Governance
API Governance API Governance
API Governance
 
The Architecture of an API Platform
The Architecture of an API PlatformThe Architecture of an API Platform
The Architecture of an API Platform
 
Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2
 
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIsAPIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
APIdays Open Banking & Fintech: Workshop - Financial Services Use Cases for APIs
 
Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs
 
Definitive Guide to API Management
Definitive Guide to API ManagementDefinitive Guide to API Management
Definitive Guide to API Management
 
Apigee Edge Overview and Roadmap
Apigee Edge Overview and RoadmapApigee Edge Overview and Roadmap
Apigee Edge Overview and Roadmap
 
API Management architect presentation
API Management architect presentationAPI Management architect presentation
API Management architect presentation
 
Chances of open banking
Chances of open banking Chances of open banking
Chances of open banking
 
Global Open Banking Landscape
Global Open Banking LandscapeGlobal Open Banking Landscape
Global Open Banking Landscape
 
Webinar: Practical use-cases to monetize Open Banking APIs
Webinar: Practical use-cases to monetize Open Banking APIsWebinar: Practical use-cases to monetize Open Banking APIs
Webinar: Practical use-cases to monetize Open Banking APIs
 

Similar to API Pricing Strategy Webinar (Benchmark Data)

Whitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API TestingWhitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API Testing
QASymphony
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101
Akana
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101Akana
 
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
Aika Sawai Nakashima
 
What is API Testing with Real-life Examples.pdf
What is API Testing with Real-life Examples.pdfWhat is API Testing with Real-life Examples.pdf
What is API Testing with Real-life Examples.pdf
Testrig Technologies
 
Maintaining the Front Door to Netflix
Maintaining the Front Door to NetflixMaintaining the Front Door to Netflix
Maintaining the Front Door to Netflix
Benjamin Schmaus
 
Api management introduction and product overview v1.0 2014.08.28
Api management introduction and product overview v1.0 2014.08.28Api management introduction and product overview v1.0 2014.08.28
Api management introduction and product overview v1.0 2014.08.28
floridawusergroup
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business valueWSO2
 
Effective API Design
Effective API DesignEffective API Design
Effective API Design
Bansilal Haudakari
 
API Strategy Presentation
API Strategy PresentationAPI Strategy Presentation
API Strategy Presentation
Lawrence Coburn
 
the_wonderful_world_of_widgets-lawrence_coburn.ppt
the_wonderful_world_of_widgets-lawrence_coburn.pptthe_wonderful_world_of_widgets-lawrence_coburn.ppt
the_wonderful_world_of_widgets-lawrence_coburn.pptzachbrowne
 
Distribute and Monetize APIs
Distribute and Monetize APIsDistribute and Monetize APIs
Distribute and Monetize APIs
Kong Inc.
 
API-Design-Using-ChatGPT
API-Design-Using-ChatGPTAPI-Design-Using-ChatGPT
API-Design-Using-ChatGPT
Rahul Dighe
 
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoicaapidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
apidays
 
05-Apifier pitch deck 2016 to publish.pdf
05-Apifier pitch deck 2016 to publish.pdf05-Apifier pitch deck 2016 to publish.pdf
05-Apifier pitch deck 2016 to publish.pdf
TomKos3
 
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
apidays
 
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Calidad Infotech
 
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
apidays
 
Creating a Successful API Program to Drive Digital Transformation
Creating a Successful API Program to Drive Digital TransformationCreating a Successful API Program to Drive Digital Transformation
Creating a Successful API Program to Drive Digital Transformation
Perficient, Inc.
 

Similar to API Pricing Strategy Webinar (Benchmark Data) (20)

Whitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API TestingWhitebox Testing for Blackbox Testers: Simplifying API Testing
Whitebox Testing for Blackbox Testers: Simplifying API Testing
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101
 
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
Introduction to APIs from a Business Perspective by Shafqat Islam, Founder an...
 
Smartone v1.0
Smartone v1.0Smartone v1.0
Smartone v1.0
 
What is API Testing with Real-life Examples.pdf
What is API Testing with Real-life Examples.pdfWhat is API Testing with Real-life Examples.pdf
What is API Testing with Real-life Examples.pdf
 
Maintaining the Front Door to Netflix
Maintaining the Front Door to NetflixMaintaining the Front Door to Netflix
Maintaining the Front Door to Netflix
 
Api management introduction and product overview v1.0 2014.08.28
Api management introduction and product overview v1.0 2014.08.28Api management introduction and product overview v1.0 2014.08.28
Api management introduction and product overview v1.0 2014.08.28
 
API Management Building Blocks and Business value
API Management   Building Blocks and Business valueAPI Management   Building Blocks and Business value
API Management Building Blocks and Business value
 
Effective API Design
Effective API DesignEffective API Design
Effective API Design
 
API Strategy Presentation
API Strategy PresentationAPI Strategy Presentation
API Strategy Presentation
 
the_wonderful_world_of_widgets-lawrence_coburn.ppt
the_wonderful_world_of_widgets-lawrence_coburn.pptthe_wonderful_world_of_widgets-lawrence_coburn.ppt
the_wonderful_world_of_widgets-lawrence_coburn.ppt
 
Distribute and Monetize APIs
Distribute and Monetize APIsDistribute and Monetize APIs
Distribute and Monetize APIs
 
API-Design-Using-ChatGPT
API-Design-Using-ChatGPTAPI-Design-Using-ChatGPT
API-Design-Using-ChatGPT
 
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoicaapidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
apidays LIVE LONDON - API Standards and Governance Platform by Nicoleta Stoica
 
05-Apifier pitch deck 2016 to publish.pdf
05-Apifier pitch deck 2016 to publish.pdf05-Apifier pitch deck 2016 to publish.pdf
05-Apifier pitch deck 2016 to publish.pdf
 
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
APIdays Singapore 2019 - Business of APIs: From Integration to Monetisation, ...
 
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
Asynchronous API Testing: Trends, Tools & More | Calidad Infotech
 
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
APIdays Zurich 2019 - Governance, Business models and API monetization Alan G...
 
Creating a Successful API Program to Drive Digital Transformation
Creating a Successful API Program to Drive Digital TransformationCreating a Successful API Program to Drive Digital Transformation
Creating a Successful API Program to Drive Digital Transformation
 

Recently uploaded

Legal Mandates of technopreneurship.pptx
Legal Mandates of technopreneurship.pptxLegal Mandates of technopreneurship.pptx
Legal Mandates of technopreneurship.pptx
JadielByronAntonio
 
Create a spend money transaction during bank reconciliation.pdf
Create a spend money transaction during bank reconciliation.pdfCreate a spend money transaction during bank reconciliation.pdf
Create a spend money transaction during bank reconciliation.pdf
andreakaterasco
 
Get To Know About Salma Karina Hayat.pdf
Get To Know About Salma Karina Hayat.pdfGet To Know About Salma Karina Hayat.pdf
Get To Know About Salma Karina Hayat.pdf
Salma Karina Hayat
 
Michael Economou - Don't build a marketplace.pdf
Michael Economou - Don't build a marketplace.pdfMichael Economou - Don't build a marketplace.pdf
Michael Economou - Don't build a marketplace.pdf
Michael Oikonomou
 
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
ch775c0l
 
Showcase Portfolio- Marian Andrea Tana.pdf
Showcase Portfolio- Marian Andrea Tana.pdfShowcase Portfolio- Marian Andrea Tana.pdf
Showcase Portfolio- Marian Andrea Tana.pdf
MarianAndreaSTana
 
Zeeshan Hayat - A Guide to Efficient Business Management.pdf
Zeeshan Hayat - A Guide to Efficient Business Management.pdfZeeshan Hayat - A Guide to Efficient Business Management.pdf
Zeeshan Hayat - A Guide to Efficient Business Management.pdf
Zeeshan Hayat
 
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
pv4uhplv
 

Recently uploaded (8)

Legal Mandates of technopreneurship.pptx
Legal Mandates of technopreneurship.pptxLegal Mandates of technopreneurship.pptx
Legal Mandates of technopreneurship.pptx
 
Create a spend money transaction during bank reconciliation.pdf
Create a spend money transaction during bank reconciliation.pdfCreate a spend money transaction during bank reconciliation.pdf
Create a spend money transaction during bank reconciliation.pdf
 
Get To Know About Salma Karina Hayat.pdf
Get To Know About Salma Karina Hayat.pdfGet To Know About Salma Karina Hayat.pdf
Get To Know About Salma Karina Hayat.pdf
 
Michael Economou - Don't build a marketplace.pdf
Michael Economou - Don't build a marketplace.pdfMichael Economou - Don't build a marketplace.pdf
Michael Economou - Don't build a marketplace.pdf
 
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
在线办理(加拿大Concordia毕业证书)康考迪亚大学毕业证学历证书一模一样
 
Showcase Portfolio- Marian Andrea Tana.pdf
Showcase Portfolio- Marian Andrea Tana.pdfShowcase Portfolio- Marian Andrea Tana.pdf
Showcase Portfolio- Marian Andrea Tana.pdf
 
Zeeshan Hayat - A Guide to Efficient Business Management.pdf
Zeeshan Hayat - A Guide to Efficient Business Management.pdfZeeshan Hayat - A Guide to Efficient Business Management.pdf
Zeeshan Hayat - A Guide to Efficient Business Management.pdf
 
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
在线办理(uofc毕业证书)芝加哥大学毕业证学历学位证书原版一模一样
 

API Pricing Strategy Webinar (Benchmark Data)

  • 1. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com The Ultimate API Pricing Webinar RapidAPI RapidAPI
  • 2. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com About RapidAPI RapidAPI: The World’s Largest API Marketplace (RapidAPI.com and Market.Mashape.com) Iddo Gino CEO, Founder, JavaScript Programmer
  • 3. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com What You’ll Learn Today 1. How Businesses Use APIs for Monetization 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How the Industry Prices APIs (Original Benchmark Data) 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 4. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How the Industry Prices APIs (Original Benchmark Data) 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 5. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com *Source (CrunchBase Data): https://goo.gl/U9gLU6 Over $500 Million was invested in API companies in 2016.*
  • 6. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Free Developer Usage Data Collection • Use API to collect data from third party apps • “Login with Facebook” – Facebook knows what apps consumers use and when
  • 7. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Free Developer Usage Product Adoption • Encourage integrations to boost product stickiness • Developers build custom integrations for their use cases • Harder for customers to leave for competing platforms
  • 8. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Paid Developer Usage Charge by Usage Developers buy a service through an API (and everyone else…)
  • 9. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How the Industry Prices APIs (Original Benchmark Data) 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 10. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Traditional API Pricing Models Pay As You Go Pay per individual call Fixed Quotas Purchase fixed number of calls per month
  • 11. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com *Source: RapidAPI internal PRO TIP: The average price-per- call is $0.03 for Pay As You Go APIs on RapidAPI.
  • 12. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Pros and Cons Pay As You Go Fixed Quotas • Predictable pricing • Predictable revenue • More revenue from low volume developers • App shuts down after quota is reached • Pricing scales linearly with activity • Pricing scales for larger apps • Revenue is unpredictable • Pricing varies monthly for developer (harder to budget)
  • 13. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Introducing the Overage Model Pay As You Go Pay per individual call Fixed Quotas Purchase number of calls in bulk Overage Model Buy quota of calls, pay per additional call
  • 14. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Benefits of the Overage Model Overage Model • Predictable pricing • Predictable revenue • App is never shut down • Miscommunication around overages
  • 15. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Sample Pricing Models: Image Storage API Pay As You Go $0.01 per download $0.05 per upload Fixed Quotas Overage Model 500 downloads / month 100 uploads / month • 250 downloads / month + $0.01 additional download • 50 uploads / month + $0.05 per additional upload
  • 16. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Recommendation: Overage Model • We recommend the overage model for most use cases as it has the benefits of both pay as you go and fixed quota models • When marketing to developers, be explicit about overage amounts to avoid miscommunications at the end of the month.
  • 17. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How the Industry Prices APIs (Original Benchmark Data) 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 18. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Free vs. Freemium vs. Paid APIs Free – no paid options available Freemium – one limited free tier with a quota Paid – no free options
  • 19. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com What Type of API is this?What type of API is this?
  • 20. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com What Type of API is this? Freemium!
  • 21. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Developers are to subscribe to a plan with a free tier. 3X more likely
  • 22. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Free 47% Freemium 23% Paid 30% Free Freemium Paid Public APIs on RapidAPI* *Source: Analysis of 1,800+ public APIs on RapidAPI.com
  • 23. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Free 47% Freemium 23% Paid 30% Free Freemium Paid 291,850 developers 47,536 developers 15,388 developers Public APIs on RapidAPI* (number of developers) *Source: Analysis of 1,800+ public APIs on RapidAPI.com
  • 24. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Recommendation: Include a Free Tier • Developers are more likely to subscribe to a freemium vs. paid API • Once developers embed your API (even a free tier), there’s a higher cost to switch to another API • Developers prefer to “try before they buy”
  • 25. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How to Price Your API with Industry Benchmarks 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 26. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Deciding on the Pricing Structure Overall Model Overage model Pay as you go model Fixed quota model Frequency Per day Per month Per year Product Per object Per request Mixed (objects and requests)
  • 27. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Pricing By Object or By Request By Request By Object • Support different requests having different prices (ex. image uploads vs. downloads) • Potentially harder to understand • Most straightforward for developers to understand • Doesn’t account for variable cost API calls (ex. sending an email to a mailing list) Charge per single API call Charge by API action
  • 28. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Example Mixed Pricing Plans
  • 29. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com What RapidAPI Currently Supports Overall Model Overage model Pay as you go model Fixed quota model Frequency Per day Per month Per year Product Per object Per request Mixed (objects and requests)
  • 30. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com BASIC RapidAPI Plans CUSTOM Private, invite-only developer plans with custom quotas and pricing • Student plan • Testing Access • Enterprise client • First plan level • Freemium API will be $0 with quota PRO • Second plan • May include additional features ULTRA • Third plan • Higher quotas • More features MEGA • Fourth plan • Highest quotas • Most features 1 2 3 4
  • 31. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Benchmark Pricing for RapidAPI Source: Average of 1,800+ APIs on RapidAPI weighted by subscriber count BASIC PRO ULTRA MEGA Plan Price $0.00 $9.08 $76.00 $370.00 Overage $0.08 $0.01 $0.007 $0.02 Quota (calls per month) 64,326 688,991 4,051,181 16,120,060
  • 32. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com PRO Plan Distribution • Most plans between $0 - $10 • Spike around $50 and $100 for more high value plans
  • 33. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com ULTRA Plan Distribution • Most common ranges are either close to $25 or close to $50 •Median price is $59
  • 34. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com MEGA Plan Distribution • MEGA plans have the broadest range of prices, with spikes from $0 – 99 and $1,000+
  • 35. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Recommendation: Pricing Rules of Thumb • Basic –a free tier with a quota • Pro – a developer tier for $10 - $20 • Ultra – a company tier for about or less than $100 • Mega – a tier for very high usage at $150+
  • 36. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How to Price Your API with Industry Benchmarks 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 37. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Content What am I providing with my API? How valuable is each call? Venue Artist Costs How much does it cost me to fulfill a call? Competitors How are other industry players charging? The Three Cs of API Pricing Before nailing down a number, ask yourself these questions…
  • 38. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Example #1: Business Data API Content (High) Full business intelligence. Use cases include shallow searches and deeper dives. Costs Some costs are minimal; others require outside vendors (ex. credit checks). Competitors Specialized information with little competition.
  • 39. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Example #2: SMS API Content Similar by endpoint. Costs Fixed price per call; tight margins. Competitors (High) Charge for highly per call, larger plans for bulk calls
  • 40. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Example #3: Shipping API Content Similar by endpoint. Costs (High) Prices are high. Fixed fee for outside vendors (ex. post office, storefront). Competitors Smaller field with less competition.
  • 41. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Recommendation: Understand Your “C”s • List out your specific API circumstances around content, costs and competitors • Determine which “C” most drives your pricing strategy • Look at competitors to see how they are priced
  • 42. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Final Tips from RapidAPI
  • 43. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com The Bottom Line • Decide if your model (pay as you go, fixed quota, overage) best fits your API needs based on the pros and cons • Add a limited free tier to increase developer adoption • Price your API in four tiers: free, developer, company, high-volume • Determine which “C” factors (content, cost, competitors) drive your pricing strategy
  • 44. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com 1. How Businesses Monetize APIs 2. The Pros and Cons of Common Pricing Models 3. Why You Need A Free Tier 4. How to Price Your API with Industry Benchmarks 5. Pricing Strategy in Practice: Three Example APIs 6. How to Add Pricing to RapidAPI
  • 45. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Step 1: Create or access your API • Create or login to account on market.mashape.com (RapidAPI owns both marketplaces) • All changes made on the Mashape marketplace side will be reflected on RapidAPI account
  • 46. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Step 2: Go to your Pricing Page • Go to “My APIs” > “API” > Pricing Page •Or access pricing page directly: https://market.mashape.com/USERNAME/A PINAME/pricing
  • 47. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Step 3: Edit Pricing • Add public and invite-only plans • Select one plan as “Recommended” • All changes will be reflected on RapidAPI as well Tips and Tricks
  • 48. R Software Inc. | 600 California St, San Francisco, CA | www.rapidapi.com Thank you! Contact support@rapidapi.com for questions or help