Apigee vs Postman comparison

Cancel
You must select at least 2 products to compare!
Google Logo
33,684 views|24,409 comparisons
92% willing to recommend
Postman Logo
776 views|615 comparisons
94% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between Apigee and Postman based on real PeerSpot user reviews.

Find out in this report how the two API Management solutions compare in terms of features, pricing, service and support, easy of deployment, and ROI.
To learn more, read our detailed Apigee vs. Postman Report (Updated: March 2024).
768,578 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"The most valuable feature of Apigee is its simplicity of deploying an API and restricting access, like rate limit, with the API.""Tracing in Apigee is a very good feature.""The flexibility allows you to quickly run a cloud-native application architecture.""I like implementing different policies, for example, rate-limiting policy.""Apigee is relatively easy to use for developers.""If you have numerous applications and high traffic, Apigee is a strong choice for its excellent features and outstanding performance.""I think the most valuable features are the security features. Of course, the user access control is the same as the security. The other very important issue is the sandboxing capability of Apigee.""I'm still evaluating, but in terms of overall performance and stability, it's quite good."

More Apigee Pros →

"We can test APIs. We know if they are functional or throwing any errors.""It's easy to see different versions of responses.""It is a scalable solution.""The scalability is good.""It is stable and does not lag.""Postman helps to write pre-request scripts and make a collection out of each request. You don’t have to spend time writing or copying the requests. The solution lets you integrate multiple environments and their features. Either the tool’s pro or premium version lets you do the merge and pull request for the Git directly.""We can also submit requests multiple times and it allows us to capture the response each time by using utility scripts.""The initial setup of this solution is straightforward. Postman can be used as an extension in Google Chrome for those who do not wish to install it directly. Deployment took an hour and a half."

More Postman Pros →

Cons
"One feature they have to invest time into is the developer portal they use.""Technical support model for OPDK should be more exposed and mature in terms of providing support during installation, run, and debug of Apigee in production on OPDK mode.""The solution is pretty expensive.""The developer portal's adoption of the OpenAPI standard needs to be improved. In the latest version of the developer portal, they have adopted the OpenAPI standard. This feature, however, can be improved by supporting more characteristics of the OpenAPI standard.""What my clients don't like is that the on-premises solution is not being treated and maintained as well as the cloud solution.""The analytical aspect of it could be better. I think it is fair if Apigee lets you configure some of the metrics of the key details you want to monitor in terms of analytics.""Sometimes there are glitches, which means there's still room for improvement in the platform.""When it comes to the rate limit, we don't have a specific category for rate limits for a particular customer."

More Apigee Cons →

"One thing which Postman needs to improve is the documentation. The documentation of Postman is not that great when compared to other tools.""Integration of the solution towards Bitbucket, BitHub, and CI pipelines is difficult.""The solution has some user interface difficulties when conducting environment collections.""It would be better if we could integrate programming languages like .NET, Java, and JavaScript. It could also be more user-friendly.""Postman is a bit more of a complex tool, making it an area where improvements can be made.""We'd like to see videos or user-friendly reference documentation to help us figure out the solution or troubleshoot issues on our own.""UI testing needs to be added to the solution.""Postman needs more advanced data-driven testing."

More Postman Cons →

Pricing and Cost Advice
  • "As most of the customers say, the tool is a bit expensive."
  • "Based on your usage of the APIs you can take a decision to go with either an on-cloud or OPDK version. Get in touch with the sales representatives of Apigee."
  • "Since it was acquired by Google, we can get a license based on our requirements and the cost level will depend on cloud access and support."
  • "Pricing options need to be chosen on a case-by-case basis."
  • "The cost of the licensing is based on the number of API calls that are made."
  • "It is not suited for small companies. It's expensive."
  • "It is more expensive when you compare to open-source products or other vendors."
  • "We have a contract for three years. I don't know the cost."
  • More Apigee Pricing and Cost Advice →

  • "It is free."
  • "We are currently using the free version, but we have plans to buy a license."
  • "We are using the free version that is available."
  • "Its price is moderate as compared to other competitors. The version that we are using is not open source, so it is not free."
  • "The solution is open-source and free."
  • "I am using the free option."
  • "Postman is a free service."
  • "Unlike APIs, the solution does not require a license."
  • More Postman Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which API Management solutions are best for your needs.
    768,578 professionals have used our research since 2012.
    Questions from the Community
    Top Answer: Apigee offers both cloud-based and on-prem options while Microsoft Azure API Management currently only offers a cloud-based solution. Both solutions are easy to use. Apigee allows for the ability… more »
    Top Answer:Amazon API Gateway is a platform that supports the creation and publication of API for web applications. The platform can support thousands of simultaneous API calls, and it provides monitoring… more »
    Top Answer: Its flexibility allows seamless management of different products, showcasing scalability to handle extensive solutions.
    Top Answer:Postman lets you easily define variables, which then get updated automatically. This is a huge time-saver and makes processes very efficient. We can also export the test cases we create and share them… more »
    Top Answer:The product is easy to implement.
    Ranking
    2nd
    out of 64 in API Management
    Views
    33,684
    Comparisons
    24,409
    Reviews
    33
    Average Words per Review
    397
    Rating
    8.1
    9th
    out of 64 in API Management
    Views
    776
    Comparisons
    615
    Reviews
    38
    Average Words per Review
    376
    Rating
    8.1
    Comparisons
    IBM API Connect logo
    Compared 10% of the time.
    Amazon API Gateway logo
    Compared 7% of the time.
    WSO2 API Manager logo
    Compared 7% of the time.
    Apache APISIX logo
    Compared 2% of the time.
    Apache JMeter logo
    Compared 39% of the time.
    ReadyAPI Test logo
    Compared 22% of the time.
    Tricentis Tosca logo
    Compared 14% of the time.
    Katalon Studio logo
    Compared 10% of the time.
    Parasoft SOAtest logo
    Compared 4% of the time.
    Learn More
    Overview

    Apigee is a platform for developing and managing APIs. Apigee offers an interface for your core services by wrapping them with a proxy layer which is then accessed by other developers. With Apigee, you can design and build APIs and then securely share their services and data without exposing any code.

    Because app developers make HTTP requests to an API proxy rather than directly to your services, your services are separated from the developers. All the developer needs to know is the URL of the API proxy endpoint, necessary query parameters, authorization credentials (if they exist), and the response data format.

    The API proxy isolates the app developer from your backend service. Therefore, you are free to change the service implementation if the public API remains consistent. By maintaining a consistent frontend API, existing client apps will continue to work regardless of changes on the backend.

    Key capabilities of the Apigee API management platform include:

    • Security: Protect APIs, messages, and backends with configurable policies such as OAuth, API key verification, XML/JSON threat protection, and access control.

    • API gateway: Secure and mediate the traffic between clients and backends, and between a company’s APIs and the developers who use the APIs.

    • Developer portal: Attract and engage application developers, enabling them to discover, explore, purchase, and test APIs and register to access and use the APIs.

    • API console: The console helps developers learn and work with APIs.

    • API lifecycle management: Manage the process of designing, developing, publishing, deploying, and versioning APIs.

    • Automated documentation: Automate the development of API documentation and software development kits.

    • Machine learning: Utilize machine learning and analytics to generate actionable insights and reports.
    • API monitoring: Apigee offers monitoring tools for API troubleshooting, security, and optimization.

    Reviews from Real Users:

    Apigee stands out among its competitors for a number of reasons. Several major ones are its rich developer portal, its advanced analytics, and its central monitoring system.

    Carlos R., a software architect at Caja Los Andes writes, “The central monitoring feature is the most valuable. It also provides security for the APIs and high availability for our use cases. Apigee is the best product in the industry in comparison to other API management solutions. It helps in fast development, which is a top point. It also supports a lot of industry standards and has excellent documentation.”

    An associate vice president at a tech services company notes, “The analytics function and the developer portal are the two valuable features of Apigee. The analytics part is very good, and the developer portal is quite rich in features. The authentication mechanisms are quite easily built into Apigee, which is something that most of the other products have also now started supporting.”

    Postman's Tools Support Every Stage of the API Lifecycle. Through design, testing and full production, Postman is there for faster, easier API development - without the chaos.

    Sample Customers
    Adobe, advance.net, Amadeus, AT&T, Bechtel, Belly, Burberry, Chegg, Citrix, Dell, eBay, Equifax, GameStop, First Data, Globe, HCSC, Intralinks, Kao, Meredith, Mitchell, Orange, Pearson
    PayPal, Shopify, Microsoft, Adobe, Atlassian, Twitter, BestBuy, Coursera
    Top Industries
    REVIEWERS
    Computer Software Company31%
    Financial Services Firm17%
    Retailer14%
    Insurance Company10%
    VISITORS READING REVIEWS
    Financial Services Firm22%
    Computer Software Company12%
    Manufacturing Company7%
    Insurance Company6%
    REVIEWERS
    Financial Services Firm18%
    Computer Software Company18%
    Energy/Utilities Company14%
    Training & Coaching Company5%
    VISITORS READING REVIEWS
    Financial Services Firm20%
    Computer Software Company16%
    Manufacturing Company8%
    Insurance Company7%
    Company Size
    REVIEWERS
    Small Business20%
    Midsize Enterprise10%
    Large Enterprise69%
    VISITORS READING REVIEWS
    Small Business15%
    Midsize Enterprise11%
    Large Enterprise74%
    REVIEWERS
    Small Business28%
    Midsize Enterprise11%
    Large Enterprise61%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise12%
    Large Enterprise71%
    Buyer's Guide
    Apigee vs. Postman
    March 2024
    Find out what your peers are saying about Apigee vs. Postman and other solutions. Updated: March 2024.
    768,578 professionals have used our research since 2012.

    Apigee is ranked 2nd in API Management with 82 reviews while Postman is ranked 9th in API Management with 52 reviews. Apigee is rated 8.2, while Postman is rated 8.2. The top reviewer of Apigee writes "Has a robust community and outstanding performance". On the other hand, the top reviewer of Postman writes "Reliable and easy to expand with a helpful API network". Apigee is most compared with Microsoft Azure API Management, IBM API Connect, Amazon API Gateway, WSO2 API Manager and Apache APISIX, whereas Postman is most compared with Apache JMeter, ReadyAPI Test, Tricentis Tosca, Katalon Studio and Parasoft SOAtest. See our Apigee vs. Postman report.

    See our list of best API Management vendors and best API Testing Tools vendors.

    We monitor all API Management reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.