G2 Scraper
/g2/productsProduct Details
Fetch a G2 product page along with its reviews. Returns 40+ data points including ratings, star distribution, pricing plans, features, alternatives, comparisons, company info, social profiles, and up to 2,500 reviews.
QUERY PARAMS
A valid G2 product slug or full product link.
Examples:
- Slug:
postman - Link:
https://www.g2.com/products/postman/reviews
Maximum number of reviews to return.
Default: 2500
Allowed values: integer between 0 and 2500
{
"rating": 4.6,
"seller": "https://www.g2.com/sellers/postman",
"videos": [],
"g2_link": "https://www.g2.com/products/postman/reviews",
"reviews": 1215,
"twitter": "https://twitter.com/getpostman",
"what_is": "Postman is the world’s leading API platform, used by more than 30 million developers and 500,000 organizations worldwide for building and managing APIs. \r\n\r\nPostman enables teams to efficiently collaborate at every stage of the API lifecycle while prioritizing quality, performance, and security.",
"category": {
"link": "https://www.g2.com/categories/api-platforms",
"name": "API Platforms"
},
"features": [
{
"name": "API Construction",
"features": [
"API Testing",
"Data Security",
"Orchestration",
"Scalability"
]
},
{
"name": "API Management",
"features": [
"Logs/Documentation",
"API Monitoring",
"Gateway"
]
},
{
"name": "Data Integration",
"features": [
"App Integration"
]
},
{
"name": "Development",
"features": [
"API Testing",
"Data Security",
"Orchestration",
"Scalability"
]
},
{
"name": "Collaboration",
"features": [
"Design Management",
"Access Control",
"Visibility"
]
}
],
"linkedin": "https://www.linkedin.com/company/3795851/",
"categories": [
{
"link": "https://www.g2.com/categories/software-testing",
"name": "Software Testing"
},
{
"link": "https://www.g2.com/categories/api-management",
"name": "API Management"
},
{
"link": "https://www.g2.com/categories/build-automation",
"name": "Build Automation"
},
{
"link": "https://www.g2.com/categories/api-development",
"name": "API Development"
},
{
"link": "https://www.g2.com/categories/api-platforms",
"name": "API Platforms"
},
{
"link": "https://www.g2.com/categories/api-security",
"name": "API Security"
},
{
"link": "https://www.g2.com/categories/service-virtualization",
"name": "Service Virtualization"
}
],
"company_id": 16505,
"is_claimed": true,
"product_id": 20238,
"all_reviews": [
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/2be27da4-1333-4913-8ae6-5048f309139f",
"reviewer_name": "Saili K.",
"reviewer_job_title": "Junior Back End Developer"
},
"review_id": 10551174,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10551174",
"publish_date": "2024-11-24T00:00:00",
"review_title": "A Backend Developers Essential API Tool",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman is a powerful tool that simplifies API development includinf testing making it the indispensable resourse for a Backend developer. It's quite easy to undersand which makes the set up and testing quite easy. It is easy for non developers to understand as well.\nMy favourite part is the feature-rich environment it provide, including automated testing, mock servers, and the ability to save API into different collections make it very organised. Also the collaboration part is nice as it allows all the team members to share API's and update seamlessly.\n\nWhat do you dislike about Postman?\nWhile postman is highly functional, it has few drawbacks. The learning curve for advance features like scripting in pre request features, while useful seem little overpriced, especially for small teams or solo developers.\nThe lack of offline capabalities for certain features also feels limiting.\n\nWhat problems is Postman solving and how is that benefiting you?\nOne of the primary problems it solves is building, testing, and documenting API's so that developers don't have to juggle between multiple tools for testing , debugging and collaboration.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is a powerful tool that simplifies API development includinf testing making it the indispensable resourse for a Backend developer. It's quite easy to undersand which makes the set up and testing quite easy. It is easy for non developers to understand as well.\nMy favourite part is the feature-rich environment it provide, including automated testing, mock servers, and the ability to save API into different collections make it very organised. Also the collaboration part is nice as it allows all the team members to share API's and update seamlessly.",
"question": "What do you like best about Postman?"
},
{
"answer": "While postman is highly functional, it has few drawbacks. The learning curve for advance features like scripting in pre request features, while useful seem little overpriced, especially for small teams or solo developers.\nThe lack of offline capabalities for certain features also feels limiting.",
"question": "What do you dislike about Postman?"
},
{
"answer": "One of the primary problems it solves is building, testing, and documenting API's so that developers don't have to juggle between multiple tools for testing , debugging and collaboration.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/f1d19e2a-ec49-4aaa-860c-f7d6bb2d4fad",
"reviewer_name": "Vishal S.",
"reviewer_job_title": "Software Developer"
},
"review_id": 10261118,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10261118",
"publish_date": "2024-09-17T00:00:00",
"review_title": "Postman, a user-friendly approach of testing APIs",
"review_rating": 4.5,
"review_content": "What do you like best about Postman?\nThere are certain features in Postman that look really good to me : 1.) Response formatting (can format the API response in JSON etc.) 2.) Environment setup (I can create and switch to a new environment which is very helpful to test the API response either in Quality or Production) 3.) I can easily get the code snippets for the provided API integration in the desired coding language, which is very helpful and time saving. 4.) I can also create my team, where all the members can perform testing simultaneously.\n\nWhat do you dislike about Postman?\nThere is not much to dislike in Postman, but few are: 1.) I can add only limited member in a team with a basic/free plan. 2.) Sometimes, I get 429 for repeated API calls. 3.) Sometimes I also feel like Postman should also allow the user to manage workspace as code blocks rather limiting it to endpoints only.\n\nWhat problems is Postman solving and how is that benefiting you?\nIt provides various features that solve common problems faced during API development and interaction:\n1.) Simplifies API Testing and Debugging : Simplifies API testing by providing a visual interface for interacting with APIs, making it easy for developers and testers to debug requests and responses.\n2.) Collaborative API Development : Increases productivity by providing a shared environment for developers, testers, and stakeholders to collaborate on APIs.\n3.) Comprehensive API Documentation : Saves time by generating real-time documentation and provides a clear reference for developers using or consuming the API.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "There are certain features in Postman that look really good to me : 1.) Response formatting (can format the API response in JSON etc.) 2.) Environment setup (I can create and switch to a new environment which is very helpful to test the API response either in Quality or Production) 3.) I can easily get the code snippets for the provided API integration in the desired coding language, which is very helpful and time saving. 4.) I can also create my team, where all the members can perform testing simultaneously.",
"question": "What do you like best about Postman?"
},
{
"answer": "There is not much to dislike in Postman, but few are: 1.) I can add only limited member in a team with a basic/free plan. 2.) Sometimes, I get 429 for repeated API calls. 3.) Sometimes I also feel like Postman should also allow the user to manage workspace as code blocks rather limiting it to endpoints only.",
"question": "What do you dislike about Postman?"
},
{
"answer": "It provides various features that solve common problems faced during API development and interaction:\n1.) Simplifies API Testing and Debugging : Simplifies API testing by providing a visual interface for interacting with APIs, making it easy for developers and testers to debug requests and responses.\n2.) Collaborative API Development : Increases productivity by providing a shared environment for developers, testers, and stakeholders to collaborate on APIs.\n3.) Comprehensive API Documentation : Saves time by generating real-time documentation and provides a clear reference for developers using or consuming the API.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/8e31fdce-4c50-4857-8b2e-604234d442a5",
"reviewer_name": "Seerapu N.",
"reviewer_job_title": "Backend Developer"
},
"review_id": 10550291,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10550291",
"publish_date": "2024-11-22T00:00:00",
"review_title": "Best API Testing Application",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nIts support to Test Rest APIs is awesome, along with its OAuth2 testing support. It is a one-stop solution for the Backend Application testing with Collections support for the detailed Documentation.\n\nWhat do you dislike about Postman?\nFor Testing of Sockets of socket.io, they have not included it for full-fledged testing Support, So, there is a need for the Socket.io testing development. At the moment, only basic socket.io testing is included.\n\nWhat problems is Postman solving and how is that benefiting you?\nIt is benefitting the rapid API testing in real-time development of the Backend Application along with the collection support for Documenting the use cases, test cases of the API to the stake holders.",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "Its support to Test Rest APIs is awesome, along with its OAuth2 testing support. It is a one-stop solution for the Backend Application testing with Collections support for the detailed Documentation.",
"question": "What do you like best about Postman?"
},
{
"answer": "For Testing of Sockets of socket.io, they have not included it for full-fledged testing Support, So, there is a need for the Socket.io testing development. At the moment, only basic socket.io testing is included.",
"question": "What do you dislike about Postman?"
},
{
"answer": "It is benefitting the rapid API testing in real-time development of the Backend Application along with the collection support for Documenting the use cases, test cases of the API to the stake holders.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/b7145045-6738-454a-897f-1a595e7cc5e3",
"reviewer_name": "Arpan K.",
"reviewer_job_title": "Quality Engineer"
},
"review_id": 10644504,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10644504",
"publish_date": "2024-12-16T00:00:00",
"review_title": "Ultimate tool for API testing",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nThe best part is ease of use to test APIs.I also like the collections part which makes managing multiple endpoints super easy.\n\nWhat do you dislike about Postman?\nSometimes I see issues with large collections as I observe it becomes unresponsive and slow.Also there should be some good debugging tools.\n\nWhat problems is Postman solving and how is that benefiting you?\nIts helping me efficiently test and validate APIs across various features of our e-commerce platform.With Postman I am able to test the application more thoroughly. Making sure UI and API both both are validated for end to end reliability.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The best part is ease of use to test APIs.I also like the collections part which makes managing multiple endpoints super easy.",
"question": "What do you like best about Postman?"
},
{
"answer": "Sometimes I see issues with large collections as I observe it becomes unresponsive and slow.Also there should be some good debugging tools.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Its helping me efficiently test and validate APIs across various features of our e-commerce platform.With Postman I am able to test the application more thoroughly. Making sure UI and API both both are validated for end to end reliability.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/e6467248-3162-4413-abbe-367268f8a3ba",
"reviewer_name": "Raghav G.",
"reviewer_job_title": "Customer Support Lead"
},
"review_id": 10335159,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10335159",
"publish_date": "2024-10-03T00:00:00",
"review_title": "Can check API responses fast",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman helps to check if our APIs are working or not. It also lets us organize the APIs in different workspaces so that we can toggle between them easily. It also lets us enter parameters in an easy way. We can also generate authentication tokens and save them\n\nWhat do you dislike about Postman?\nThere are no dislikes as such. We can use the software easily\n\nWhat problems is Postman solving and how is that benefiting you?\nOur helpdesk product is built totally on APIs and we can test our product to verify if the product is working all right. Also our product is installed on server for our clients and we take postman help when our clients report if any APi is not working",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman helps to check if our APIs are working or not. It also lets us organize the APIs in different workspaces so that we can toggle between them easily. It also lets us enter parameters in an easy way. We can also generate authentication tokens and save them",
"question": "What do you like best about Postman?"
},
{
"answer": "There are no dislikes as such. We can use the software easily",
"question": "What do you dislike about Postman?"
},
{
"answer": "Our helpdesk product is built totally on APIs and we can test our product to verify if the product is working all right. Also our product is installed on server for our clients and we take postman help when our clients report if any APi is not working",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/0fac8d2a-5601-45d9-8ea6-e3a2c5489a5c",
"reviewer_name": "Joao Vitor S.",
"reviewer_job_title": "Python Developer"
},
"review_id": 8236444,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-8236444",
"publish_date": "2024-09-17T00:00:00",
"review_title": "The Pros and Cons of Postman",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman offers a clean and intuitive user interface that makes it easy for developers to interact with APIs. It provides a visually appealing environment for designing, testing, and documenting APIs.\nPostman offers a robust testing framework that allows developers to create and automate comprehensive tests for APIs. It provides features like assertions, variable management, and test result reporting, enabling efficient testing and debugging.\n\nWhat do you dislike about Postman?\nWhile Postman has a user-friendly interface, it can still have a learning curve for beginners new to API development and testing. The various features and functionalities may take some time to master, especially for those with limited programming experience.\nPostman's performance can sometimes be affected when working with extensive API collections or complex requests. Response times may increase, and the application may become less responsive, impacting the overall user experience.\n\nWhat problems is Postman solving and how is that benefiting you?\nThe team creates test scripts in Postman to automate the testing process. They can easily set up assertions, handle variables, and manage test data. Postman's interface provides a clear overview of test results and makes it easier to identify and fix issues, improving the efficiency and accuracy of testing.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman offers a clean and intuitive user interface that makes it easy for developers to interact with APIs. It provides a visually appealing environment for designing, testing, and documenting APIs.\nPostman offers a robust testing framework that allows developers to create and automate comprehensive tests for APIs. It provides features like assertions, variable management, and test result reporting, enabling efficient testing and debugging.",
"question": "What do you like best about Postman?"
},
{
"answer": "While Postman has a user-friendly interface, it can still have a learning curve for beginners new to API development and testing. The various features and functionalities may take some time to master, especially for those with limited programming experience.\nPostman's performance can sometimes be affected when working with extensive API collections or complex requests. Response times may increase, and the application may become less responsive, impacting the overall user experience.",
"question": "What do you dislike about Postman?"
},
{
"answer": "The team creates test scripts in Postman to automate the testing process. They can easily set up assertions, handle variables, and manage test data. Postman's interface provides a clear overview of test results and makes it easier to identify and fix issues, improving the efficiency and accuracy of testing.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/3180cb60-eff6-4327-9853-cdc14caad07f",
"reviewer_name": "Rakshit R.",
"reviewer_job_title": "Back End Developer"
},
"review_id": 5225800,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-5225800",
"publish_date": "2024-08-21T00:00:00",
"review_title": "Best Platform for Rest API Testing",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nThe best part of the application is that it can be used for free. Apart from that, the user interface is excellent, organized, and friendly to work.\n\nWhat do you dislike about Postman?\nNothing as such, the application is great. It's just that it does not support cross-platform usage.\n\nRecommendations to others considering Postman:\nTry it out if you are using REST APIs, a great application.\n\nWhat problems is Postman solving and how is that benefiting you?\nI use it for manual API testing for REST APIs, pre-execution of the same API's using database against Automation Testing.\nOne more good thing about it is the setting up of environment and te variable, at times it is very useful, user doesn't have to copy paste the values everytime.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The best part of the application is that it can be used for free. Apart from that, the user interface is excellent, organized, and friendly to work.",
"question": "What do you like best about Postman?"
},
{
"answer": "Nothing as such, the application is great. It's just that it does not support cross-platform usage.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Try it out if you are using REST APIs, a great application.",
"question": "Recommendations to others considering Postman:"
},
{
"answer": "I use it for manual API testing for REST APIs, pre-execution of the same API's using database against Automation Testing.\nOne more good thing about it is the setting up of environment and te variable, at times it is very useful, user doesn't have to copy paste the values everytime.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "NOT GIVEN",
"reviewer_name": "NOT GIVEN",
"reviewer_job_title": "NOT GIVEN"
},
"review_id": 10485533,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10485533",
"publish_date": "2024-11-24T00:00:00",
"review_title": "Postman: a very good tool for seamless API testing and collaboration.",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nPostman's user friendly inteface makes the api testing seemless. Its prebuilt requests and automated testing capabilities are very helpful for streamling the development workflows.\n\nWhat do you dislike about Postman?\n1 thing i dislike about postman is its dependancy on the internet for certain features like syncying collections oraccessing team workspaces. this can be inconveniant for teams working offline or have limited internet connectivity.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman makes api testing and debugging simple. It helps in quickly finding a resolving bugs withing the developing app.\nAlso the collaboration tools make it easy to share requests and tests, imprving teamwork and accuracy",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman's user friendly inteface makes the api testing seemless. Its prebuilt requests and automated testing capabilities are very helpful for streamling the development workflows.",
"question": "What do you like best about Postman?"
},
{
"answer": "1 thing i dislike about postman is its dependancy on the internet for certain features like syncying collections oraccessing team workspaces. this can be inconveniant for teams working offline or have limited internet connectivity.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman makes api testing and debugging simple. It helps in quickly finding a resolving bugs withing the developing app.\nAlso the collaboration tools make it easy to share requests and tests, imprving teamwork and accuracy",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/9bcd50ba-ba77-46d4-9477-7dd15087e7ef",
"reviewer_name": "Chetan P.",
"reviewer_job_title": "Fullstack Developer"
},
"review_id": 9712982,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9712982",
"publish_date": "2024-06-09T00:00:00",
"review_title": "Great tool for API testing and managment",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nThe postman gives featurre of customer environment which really helps to manage your API's requirements and secure keys, also worspace manaement which makes easy to user manage and organize multiple API's for diffrent projects. its ease of api testing and management. also one of the good thing about postman is it gives you exact code needed to call an api in verious programming languages which helps developers to integrate an API easily and fast.\n\nWhat do you dislike about Postman?\nPostman servers looks pritty slow while accessing, they should improve a loading speed and letency.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman is really helping our organization for testing API's faster, easy to manage multiple projects and have great feature library, one the best feature it gives code for an api call, in verious programming languages, that helps developers to do api integration faster.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The postman gives featurre of customer environment which really helps to manage your API's requirements and secure keys, also worspace manaement which makes easy to user manage and organize multiple API's for diffrent projects. its ease of api testing and management. also one of the good thing about postman is it gives you exact code needed to call an api in verious programming languages which helps developers to integrate an API easily and fast.",
"question": "What do you like best about Postman?"
},
{
"answer": "Postman servers looks pritty slow while accessing, they should improve a loading speed and letency.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman is really helping our organization for testing API's faster, easy to manage multiple projects and have great feature library, one the best feature it gives code for an api call, in verious programming languages, that helps developers to do api integration faster.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/f853ac3c-1bcc-42c6-962f-cdaedf0bf0b0",
"reviewer_name": "Rohan R.",
"reviewer_job_title": "Frontend Developer"
},
"review_id": 10381261,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10381261",
"publish_date": "2024-10-17T00:00:00",
"review_title": "Very Fast",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman is the best API testing software i used till now.\n\nWhat do you dislike about Postman?\nAccording to my use there is nothing dislike about the Postman.\n\nWhat problems is Postman solving and how is that benefiting you?\nFirstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is the best API testing software i used till now.",
"question": "What do you like best about Postman?"
},
{
"answer": "According to my use there is nothing dislike about the Postman.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Firstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/f853ac3c-1bcc-42c6-962f-cdaedf0bf0b0",
"reviewer_name": "Rohan R.",
"reviewer_job_title": "Frontend Developer"
},
"review_id": 10381261,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10381261",
"publish_date": "2024-10-17T00:00:00",
"review_title": "Very Fast",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman is the best API testing software i used till now.\n\nWhat do you dislike about Postman?\nAccording to my use there is nothing dislike about the Postman.\n\nWhat problems is Postman solving and how is that benefiting you?\nFirstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is the best API testing software i used till now.",
"question": "What do you like best about Postman?"
},
{
"answer": "According to my use there is nothing dislike about the Postman.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Firstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/5f522931-4c9d-4b9c-84b4-2e13c6067582",
"reviewer_name": "Shubham G.",
"reviewer_job_title": "QA Lead"
},
"review_id": 10667987,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10667987",
"publish_date": "2024-12-19T00:00:00",
"review_title": "An awesome tool for API Testing",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nIt helps me in testing the APIs and segregating them\n\nWhat do you dislike about Postman?\nNothing as such, but if we include performance testing, it will be a plus point\n\nWhat problems is Postman solving and how is that benefiting you?\nTesting and Managing the APIs",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "It helps me in testing the APIs and segregating them",
"question": "What do you like best about Postman?"
},
{
"answer": "Nothing as such, but if we include performance testing, it will be a plus point",
"question": "What do you dislike about Postman?"
},
{
"answer": "Testing and Managing the APIs",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/2152d0d6-fcde-4b59-ad93-64dfeb04d79a",
"reviewer_name": "Ashwini B.",
"reviewer_job_title": "Software Developer"
},
"review_id": 9546490,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9546490",
"publish_date": "2024-04-17T00:00:00",
"review_title": "Postman",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nPostman is software which helps developers to test api with ease.As a developer i use postman to check api and debug api if there are any issue in it. Also it is very easy to implement and access . It is easy to integrate in system as have to download and and registser. One major use of postman is colection of api. I can make different colection of my api. And while debugging it is very helpful.If i talk about custmor support , application actually good ,so i do not took help as of now. But i feel it definatelygood for custmor.\n\nWhat do you dislike about Postman?\nAnother issue which i face is due frequent use of that application may crash application and it through out of the application.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman help me to solve and debug existing bug in my existing api. Also it help to design new api . It save my time for debugging as i already have api and collection with me on postman. So i can figure out any application issue by use of that.Also it helps to developers to manage multipke environment such as development, staging and production and switch between then very easily.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is software which helps developers to test api with ease.As a developer i use postman to check api and debug api if there are any issue in it. Also it is very easy to implement and access . It is easy to integrate in system as have to download and and registser. One major use of postman is colection of api. I can make different colection of my api. And while debugging it is very helpful.If i talk about custmor support , application actually good ,so i do not took help as of now. But i feel it definatelygood for custmor.",
"question": "What do you like best about Postman?"
},
{
"answer": "Another issue which i face is due frequent use of that application may crash application and it through out of the application.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman help me to solve and debug existing bug in my existing api. Also it help to design new api . It save my time for debugging as i already have api and collection with me on postman. So i can figure out any application issue by use of that.Also it helps to developers to manage multipke environment such as development, staging and production and switch between then very easily.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/d5a9d339-38c8-403b-a7e7-4e999947a9e6",
"reviewer_name": "Kashish S.",
"reviewer_job_title": "Software Engineer-Trainee"
},
"review_id": 10338330,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10338330",
"publish_date": "2024-10-03T00:00:00",
"review_title": "Working wonders to test your APIs",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nWe can test any API created in any language in this application\n\nWhat do you dislike about Postman?\nThe functionalities needs to be elaborated\n\nWhat problems is Postman solving and how is that benefiting you?\nWhenever a new API is developed it needs to be checked and that can easily be done with the help of postman also we do not need to configure everything by typing we can simply add our cURL code in the import functionality.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "We can test any API created in any language in this application",
"question": "What do you like best about Postman?"
},
{
"answer": "The functionalities needs to be elaborated",
"question": "What do you dislike about Postman?"
},
{
"answer": "Whenever a new API is developed it needs to be checked and that can easily be done with the help of postman also we do not need to configure everything by typing we can simply add our cURL code in the import functionality.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/7196f299-811c-4fff-b8bf-eed00174e031",
"reviewer_name": "Akshay C.",
"reviewer_job_title": "Full Stack Developer"
},
"review_id": 9502815,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9502815",
"publish_date": "2024-04-03T00:00:00",
"review_title": "Sharing my experience of using Postman for more than one and a half year",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nHaving utilized Postman for over a year and a half as a backend developer, I can attest to its indispensable role in my backend development journey.\n\nPostman has been a support for me in backend development. Its intuitive interface made it easy for me to dive in, even as a beginner. I find myself using it frequently for everything from basic API testing to advanced tasks like WebSocket and gRPC integration. Postman's simplicity and reliability make it my go-to tool every day, whether I'm working solo or collaborating with teammates.\n\nOne more thing is you're capable of creating environmental variable in collection scope and global scope. So, no need to changing values on multiple places.\n\nWhat do you dislike about Postman?\nWhile it was easy to use, but there is a downside that the documentation is not user friendly for begginer. In the beginning when I had to read the documentation regarding Mock test, it was somehow difficult to understand what the writer wants to say. I had to take the help of available blogs on other sites.\nPlease update the documentation and make it simple.\n\nWhat problems is Postman solving and how is that benefiting you?\nThe main problem it solved it you can test the APIs smoothly with a better UI interface, and can create and share the collection with teammates easily.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Having utilized Postman for over a year and a half as a backend developer, I can attest to its indispensable role in my backend development journey.\n\nPostman has been a support for me in backend development. Its intuitive interface made it easy for me to dive in, even as a beginner. I find myself using it frequently for everything from basic API testing to advanced tasks like WebSocket and gRPC integration. Postman's simplicity and reliability make it my go-to tool every day, whether I'm working solo or collaborating with teammates.\n\nOne more thing is you're capable of creating environmental variable in collection scope and global scope. So, no need to changing values on multiple places.",
"question": "What do you like best about Postman?"
},
{
"answer": "While it was easy to use, but there is a downside that the documentation is not user friendly for begginer. In the beginning when I had to read the documentation regarding Mock test, it was somehow difficult to understand what the writer wants to say. I had to take the help of available blogs on other sites.\nPlease update the documentation and make it simple.",
"question": "What do you dislike about Postman?"
},
{
"answer": "The main problem it solved it you can test the APIs smoothly with a better UI interface, and can create and share the collection with teammates easily.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/0ff48078-0f63-4394-a54d-f13d7b9fedce",
"reviewer_name": "Alexandro D.",
"reviewer_job_title": "Administrador de Contact Center"
},
"review_id": 9807953,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9807953",
"publish_date": "2024-06-19T00:00:00",
"review_title": "Postman for EVERYTHING",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nflexible, organized, easy to use and implement, as well as to share for teamwork and integrate external tools or services\n\nWhat do you dislike about Postman?\nI haven't found anything I don't like about Postman, it has a couple of usage limitations depending on the type of account, so it will depend on the profile or use you want to give it if you need to change the plan to a paid one.\n\nWhat problems is Postman solving and how is that benefiting you?\nSometimes it is complicated to call API services, this is a problem that Postman solves on a large scale, being able to perform tests based on the results and create workflows with logical conditions based on the response received to automate actions.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "flexible, organized, easy to use and implement, as well as to share for teamwork and integrate external tools or services",
"question": "What do you like best about Postman?"
},
{
"answer": "I haven't found anything I don't like about Postman, it has a couple of usage limitations depending on the type of account, so it will depend on the profile or use you want to give it if you need to change the plan to a paid one.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Sometimes it is complicated to call API services, this is a problem that Postman solves on a large scale, being able to perform tests based on the results and create workflows with logical conditions based on the response received to automate actions.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/03d49c41-2de5-4eb0-94a9-1f8340253801",
"reviewer_name": "Shraddha P.",
"reviewer_job_title": "Customer Success Manager"
},
"review_id": 9948041,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9948041",
"publish_date": "2024-08-01T00:00:00",
"review_title": "BEST API TESTING TOOL",
"review_rating": 5,
"review_content": "What do you like best about Postman?\n1) Postman has been a very easy and the best API testing tool\n2) we can test all the language API\n3) Integration becomes seamless due to the easy implementation and use of the API\n\nWhat do you dislike about Postman?\nAlways ask to update or upgrade which is sometimes not feasible\n\nWhat problems is Postman solving and how is that benefiting you?\n1) Postman is solving all the developer-related issues of API testing\n2) All related curls can be tested and the response given is very accurate\n3) Failed responses are In layman's terms so that all the developers can decode",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "1) Postman has been a very easy and the best API testing tool\n2) we can test all the language API\n3) Integration becomes seamless due to the easy implementation and use of the API",
"question": "What do you like best about Postman?"
},
{
"answer": "Always ask to update or upgrade which is sometimes not feasible",
"question": "What do you dislike about Postman?"
},
{
"answer": "1) Postman is solving all the developer-related issues of API testing\n2) All related curls can be tested and the response given is very accurate\n3) Failed responses are In layman's terms so that all the developers can decode",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/60933c9d-ecd2-437e-b41d-3af4e18980af",
"reviewer_name": "Er. Shiv Prakash P.",
"reviewer_job_title": "Full Stack Developer"
},
"review_id": 9697118,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9697118",
"publish_date": "2024-10-17T00:00:00",
"review_title": "Excellent",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nThe server is very fast while using the API's in postman\n\nWhat do you dislike about Postman?\nFree Storage is less in postman while running the APIs\n\nWhat problems is Postman solving and how is that benefiting you?\nIt give all the information about the API like status code and error handelling is good fast rendering",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "The server is very fast while using the API's in postman",
"question": "What do you like best about Postman?"
},
{
"answer": "Free Storage is less in postman while running the APIs",
"question": "What do you dislike about Postman?"
},
{
"answer": "It give all the information about the API like status code and error handelling is good fast rendering",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/6bba462b-2a8a-4b31-8bec-8cb40f67669f",
"reviewer_name": "Piyush S.",
"reviewer_job_title": "PGET"
},
"review_id": 9492888,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9492888",
"publish_date": "2024-03-31T00:00:00",
"review_title": "Best Tool for API testing",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nI have used Postman for API testing for my Java project. It is very helpful for backend API testing, also there are multiple ways in which we can send and receive our data from the API.\n\nWhat do you dislike about Postman?\nIt is GUI intensive and it has limited offline functionality.\nApart from this, the documentation of the errors that occurred should be properly written.\n\nWhat problems is Postman solving and how is that benefiting you?\nSuppose you are a Full Stack Developer or someone who is working on the backend, You are working on a project that has some API's and you want to test whether the dataset received from the API is correct or not, The Postman tool will help you a lot, apart from this, If you have integrated Security to your Website or Backend It Also allows you to pass the tokens and the params necessary for your API.",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "I have used Postman for API testing for my Java project. It is very helpful for backend API testing, also there are multiple ways in which we can send and receive our data from the API.",
"question": "What do you like best about Postman?"
},
{
"answer": "It is GUI intensive and it has limited offline functionality.\nApart from this, the documentation of the errors that occurred should be properly written.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Suppose you are a Full Stack Developer or someone who is working on the backend, You are working on a project that has some API's and you want to test whether the dataset received from the API is correct or not, The Postman tool will help you a lot, apart from this, If you have integrated Security to your Website or Backend It Also allows you to pass the tokens and the params necessary for your API.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/829cdc50-7dae-49e7-abf1-ca66cc3cb042",
"reviewer_name": "Deepali S.",
"reviewer_job_title": "Data Operations Manager"
},
"review_id": 9774777,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9774777",
"publish_date": "2024-06-17T00:00:00",
"review_title": "Best API testing tool with Smooth UI",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nThere are certain things that I like about this tool:\n1. Fast response with API testing.\n2. Flexible features with user-friendly UI\n3. The history & environment sections are very helpful.\n4. Learning centres provide lots of useful resources.\n\nWhat do you dislike about Postman?\nWell I cannot see any downside so far in postman, it's pretty flexible and packed with features, maybe integrate more features in the web version as they have in Postman app\n\nWhat problems is Postman solving and how is that benefiting you?\nIts really helpful with software testing, specially API testing, the app is a power-packed tool with multiple features that is really helping development",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "There are certain things that I like about this tool:\n1. Fast response with API testing.\n2. Flexible features with user-friendly UI\n3. The history & environment sections are very helpful.\n4. Learning centres provide lots of useful resources.",
"question": "What do you like best about Postman?"
},
{
"answer": "Well I cannot see any downside so far in postman, it's pretty flexible and packed with features, maybe integrate more features in the web version as they have in Postman app",
"question": "What do you dislike about Postman?"
},
{
"answer": "Its really helpful with software testing, specially API testing, the app is a power-packed tool with multiple features that is really helping development",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/3fe152eb-1213-4288-aeef-1116323bf3b3",
"reviewer_name": "Momi D.",
"reviewer_job_title": "NOT GIVEN"
},
"review_id": 9656112,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9656112",
"publish_date": "2024-11-18T00:00:00",
"review_title": "Postman docs collaborate and use and easy way to set automation",
"review_rating": 3.5,
"review_content": "What do you like best about Postman?\nPostman is good platform to do Api testing. We can collaborate and test the Modules with team members.\n\nWhat do you dislike about Postman?\nPostman helps us to collaborate and test any number of modules.\n1.Only thing I expect along with the collaboration is that 2accounts get created, one of individual and other one is collaborate account. It would be good if we can maintain the same account with personal docs and collaborated docs in the same page differentiated by some icon or something.\n2.Along with this, it would be good if there is an easy way to generate an automation api testing.\n3. The ease of setup is bit difficult for a new user as webapp and desktop app consist of different accounts.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman helps us to do Api testing before implementing Client, which helps developer to do 1layer of testing before integration.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is good platform to do Api testing. We can collaborate and test the Modules with team members.",
"question": "What do you like best about Postman?"
},
{
"answer": "Postman helps us to collaborate and test any number of modules.\n1.Only thing I expect along with the collaboration is that 2accounts get created, one of individual and other one is collaborate account. It would be good if we can maintain the same account with personal docs and collaborated docs in the same page differentiated by some icon or something.\n2.Along with this, it would be good if there is an easy way to generate an automation api testing.\n3. The ease of setup is bit difficult for a new user as webapp and desktop app consist of different accounts.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman helps us to do Api testing before implementing Client, which helps developer to do 1layer of testing before integration.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/4144bc16-2ae5-49d6-869f-dc301f6348d4",
"reviewer_name": "Prateek B.",
"reviewer_job_title": "Customer support agent"
},
"review_id": 10327363,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10327363",
"publish_date": "2024-10-01T00:00:00",
"review_title": "Best software to generate customer key details and control the features remotely",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nbest nd best software easy to use and very simple\n\nWhat do you dislike about Postman?\nnoting as of now , no issues till now ...\n\nWhat problems is Postman solving and how is that benefiting you?\nSending command to customer mobile , enabling and disabling features",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "best nd best software easy to use and very simple",
"question": "What do you like best about Postman?"
},
{
"answer": "noting as of now , no issues till now ...",
"question": "What do you dislike about Postman?"
},
{
"answer": "Sending command to customer mobile , enabling and disabling features",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/81715b2c-bfe3-46fa-85a5-945046a50b59",
"reviewer_name": "Rohit S.",
"reviewer_job_title": "Frontend Developer"
},
"review_id": 9436501,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9436501",
"publish_date": "2024-07-05T00:00:00",
"review_title": "Seamless API Testing and Development Tool",
"review_rating": 4.5,
"review_content": "What do you like best about Postman?\nThe best part of using it is that it helps in sending and receiving the HTTP requests to API.\n\nWhat do you dislike about Postman?\nIts paid version is a little bit expensive but as per its features it is worth of money.\n\nWhat problems is Postman solving and how is that benefiting you?\nCommunicating with other team members is very easy and it improves our overall output too.\n\nIt also solves the issue of doing the manual testing and the challenge we all face during manual testing and documentation.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The best part of using it is that it helps in sending and receiving the HTTP requests to API.",
"question": "What do you like best about Postman?"
},
{
"answer": "Its paid version is a little bit expensive but as per its features it is worth of money.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Communicating with other team members is very easy and it improves our overall output too.\n\nIt also solves the issue of doing the manual testing and the challenge we all face during manual testing and documentation.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/5ee4ecee-c759-427d-b334-7f61794e6951",
"reviewer_name": "Srikanth R.",
"reviewer_job_title": "Senior Software Engineer"
},
"review_id": 9160178,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9160178",
"publish_date": "2024-01-30T00:00:00",
"review_title": "API Testing Made Simple and Efficient",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nA user-friendly interface that simplifies testing APIs efficiently. Clean UI, easy to use which makes the life of testing APIs easy.\n\nWhat do you dislike about Postman?\nThere is a learning curve, initially, when I started using Postman I found myself looking into the documentation more than what I could think of. Also, I get too many notifications, which I don't like.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman has solved so many problems that I used to face before adopting.\n\nLike, for the API testing, I used to use command line tools like curl and wget. Now with Postman, with its simple interface, I can easily send requests, get responses, and make sure that everything is working fine.\nEasily switching between different environments and having variables support which can be used in request headers etc., are life-saving. Being a Python backend developer, who builds the APIs too frequently, Postman makes my life easier.\n\nAlso, documenting APIs was a painful task for me, but now with Postman, I'm able to generate documentation easily.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "A user-friendly interface that simplifies testing APIs efficiently. Clean UI, easy to use which makes the life of testing APIs easy.",
"question": "What do you like best about Postman?"
},
{
"answer": "There is a learning curve, initially, when I started using Postman I found myself looking into the documentation more than what I could think of. Also, I get too many notifications, which I don't like.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman has solved so many problems that I used to face before adopting.\n\nLike, for the API testing, I used to use command line tools like curl and wget. Now with Postman, with its simple interface, I can easily send requests, get responses, and make sure that everything is working fine.\nEasily switching between different environments and having variables support which can be used in request headers etc., are life-saving. Being a Python backend developer, who builds the APIs too frequently, Postman makes my life easier.\n\nAlso, documenting APIs was a painful task for me, but now with Postman, I'm able to generate documentation easily.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "NOT GIVEN",
"reviewer_name": "NOT GIVEN",
"reviewer_job_title": "NOT GIVEN"
},
"review_id": 10247261,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10247261",
"publish_date": "2024-09-13T00:00:00",
"review_title": "One Stop Solution for API Devs",
"review_rating": 4.5,
"review_content": "What do you like best about Postman?\nit is very user friendly and intuitive ,\nEase of maintaing collections and environment management.\nReadily available code snippet next to API collection\n\nWhat do you dislike about Postman?\nSometimes it gets tedious to setup for advanced use cases and large API collections which causes performance issues\n\nWhat problems is Postman solving and how is that benefiting you?\nit is a one stop solution for all api developers , it is easy to use and maintain different versions . Postman has handled environment management in a very effectivem manner.",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "it is very user friendly and intuitive ,\nEase of maintaing collections and environment management.\nReadily available code snippet next to API collection",
"question": "What do you like best about Postman?"
},
{
"answer": "Sometimes it gets tedious to setup for advanced use cases and large API collections which causes performance issues",
"question": "What do you dislike about Postman?"
},
{
"answer": "it is a one stop solution for all api developers , it is easy to use and maintain different versions . Postman has handled environment management in a very effectivem manner.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
"... 975 more items"
],
"comparisons": [
{
"link": "https://www.g2.com/compare/postman-vs-swaggerhub",
"logo": "https://images.g2crowd.com/uploads/product/image/small_square/small_square_7ca4052dc540756d666b98eb073a3e58/swaggerhub.png",
"name": "SwaggerHub"
},
{
"link": "https://www.g2.com/compare/mulesoft-anypoint-platform-vs-postman",
"logo": "https://images.g2crowd.com/uploads/product/image/small_square/small_square_9a72b47b6aa4271cded8aa2286f5d96c/mulesoft-anypoint-platform.png",
"name": "MuleSoft Anypoint Platform"
},
{
"link": "https://www.g2.com/compare/cypress-vs-postman",
"logo": "https://images.g2crowd.com/uploads/product/image/small_square/small_square_10f53e90961b98df0191922f13efd135/cypress.png",
"name": "Cypress"
}
],
"medal_image": "https://images.g2crowd.com/uploads/report_medal_translation/image/22086/medal.svg",
"screenshots": [
"https://images.g2crowd.com/uploads/attachment/file/194029/api-design-postman-screenshot-illustration.png",
"https://images.g2crowd.com/uploads/attachment/file/194030/documentation-postman-screenshot-illustration.png",
"https://images.g2crowd.com/uploads/attachment/file/194031/public-api-network-postman-screenshot-illustration.png",
"https://images.g2crowd.com/uploads/attachment/file/194032/api-test-automation-postman-screenshot-illustration.png"
],
"alternatives": [
{
"link": "https://www.g2.com/products/mulesoft-anypoint-platform/reviews",
"name": "MuleSoft Anypoint Platform",
"rating": 4,
"reviews": 688
},
{
"link": "https://www.g2.com/products/boomi/reviews",
"name": "Boomi",
"rating": 4,
"reviews": 411
},
{
"link": "https://www.g2.com/products/stoplight/reviews",
"name": "Stoplight",
"rating": 4,
"reviews": 342
}
],
"product_logo": "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_fd527e1fc777d9e31b2a28e8d3c959a4/postman.jpg",
"product_name": "Postman",
"review_links": [
"https://www.g2.com/products/postman/reviews",
"https://www.g2.com/products/postman/reviews?page=2",
"https://www.g2.com/products/postman/reviews?page=3",
"https://www.g2.com/products/postman/reviews?page=4",
"https://www.g2.com/products/postman/reviews?page=5",
"https://www.g2.com/products/postman/reviews?page=6",
"https://www.g2.com/products/postman/reviews?page=7",
"https://www.g2.com/products/postman/reviews?page=8",
"https://www.g2.com/products/postman/reviews?page=9",
"https://www.g2.com/products/postman/reviews?page=10",
"https://www.g2.com/products/postman/reviews?page=11",
"https://www.g2.com/products/postman/reviews?page=12",
"https://www.g2.com/products/postman/reviews?page=13",
"https://www.g2.com/products/postman/reviews?page=14",
"https://www.g2.com/products/postman/reviews?page=15",
"https://www.g2.com/products/postman/reviews?page=16",
"https://www.g2.com/products/postman/reviews?page=17",
"https://www.g2.com/products/postman/reviews?page=18",
"https://www.g2.com/products/postman/reviews?page=19",
"https://www.g2.com/products/postman/reviews?page=20",
"https://www.g2.com/products/postman/reviews?page=21",
"https://www.g2.com/products/postman/reviews?page=22",
"https://www.g2.com/products/postman/reviews?page=23",
"https://www.g2.com/products/postman/reviews?page=24",
"https://www.g2.com/products/postman/reviews?page=25",
"... 75 more items"
],
"company_phone": null,
"pricing_plans": [
{
"plan_name": "Free Plan",
"plan_price": "Free",
"plan_features": [
"Up to 3 collaborators",
"Access to API Client",
"3 Packages",
"30 day collection recovery",
"25 collection runsQuestion",
"Access to FlowsQuestion",
"50 free activities in Postbot"
],
"plan_description": "For individuals or a small team of 3 or less to start testing APIs. "
},
{
"plan_name": "Basic Plan",
"plan_price": "$14.00\n1 per user/month, billed annually",
"plan_features": [
"Everything in the Postman Free plan",
"Unlimited collaboration for plan members",
"Cloud-based integrationsQuestion",
"10,000 Mock Server requests",
"10,000 Monitor requests",
"Additional pay-as-you-go capabilities"
],
"plan_description": "Basic API collaboration for a single team. "
},
{
"plan_name": "Professional Plan",
"plan_price": "$29.00\n1 per user/month, billed annually",
"plan_features": [
"Everything in Postman Basic plan",
"Private Workspaces",
"Single & Multi-Partner Workspaces",
"Basic role-based access control",
"25 Packages",
"90 days collection recovery"
],
"plan_description": "API collaboration for larger teams, cross-org, and external partners. "
},
{
"plan_name": "Enterprise Plan",
"plan_price": "$49.00\n1 per user/month, billed annually",
"plan_features": [
"Everything in the Postman Professional plan",
"Private API Network",
"SSO, SCIM, & SAML",
"Reporting & Analytics",
"Audit Logs",
"User Groups",
"Advanced role-based access control",
"100 Packages",
"100,000 Mock Server requests",
"10,000 Monitor requests",
"Customer Success"
],
"plan_description": "Org-wide API development with advanced support, security, and control. "
}
],
"download_links": [
"https://images.g2crowd.com/uploads/attachment/file/1332795/2023-state-of-the-api-report-postman.pdf"
],
"company_website": "https://www.postman.com",
"g2_reviews_link": "https://www.g2.com/products/postman/reviews#reviews",
"initial_reviews": [
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/2be27da4-1333-4913-8ae6-5048f309139f",
"reviewer_name": "Saili K.",
"reviewer_job_title": "Junior Back End Developer"
},
"review_id": 10551174,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10551174",
"publish_date": "2024-11-24T00:00:00",
"review_title": "A Backend Developers Essential API Tool",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman is a powerful tool that simplifies API development includinf testing making it the indispensable resourse for a Backend developer. It's quite easy to undersand which makes the set up and testing quite easy. It is easy for non developers to understand as well.\nMy favourite part is the feature-rich environment it provide, including automated testing, mock servers, and the ability to save API into different collections make it very organised. Also the collaboration part is nice as it allows all the team members to share API's and update seamlessly.\n\nWhat do you dislike about Postman?\nWhile postman is highly functional, it has few drawbacks. The learning curve for advance features like scripting in pre request features, while useful seem little overpriced, especially for small teams or solo developers.\nThe lack of offline capabalities for certain features also feels limiting.\n\nWhat problems is Postman solving and how is that benefiting you?\nOne of the primary problems it solves is building, testing, and documenting API's so that developers don't have to juggle between multiple tools for testing , debugging and collaboration.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is a powerful tool that simplifies API development includinf testing making it the indispensable resourse for a Backend developer. It's quite easy to undersand which makes the set up and testing quite easy. It is easy for non developers to understand as well.\nMy favourite part is the feature-rich environment it provide, including automated testing, mock servers, and the ability to save API into different collections make it very organised. Also the collaboration part is nice as it allows all the team members to share API's and update seamlessly.",
"question": "What do you like best about Postman?"
},
{
"answer": "While postman is highly functional, it has few drawbacks. The learning curve for advance features like scripting in pre request features, while useful seem little overpriced, especially for small teams or solo developers.\nThe lack of offline capabalities for certain features also feels limiting.",
"question": "What do you dislike about Postman?"
},
{
"answer": "One of the primary problems it solves is building, testing, and documenting API's so that developers don't have to juggle between multiple tools for testing , debugging and collaboration.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/f1d19e2a-ec49-4aaa-860c-f7d6bb2d4fad",
"reviewer_name": "Vishal S.",
"reviewer_job_title": "Software Developer"
},
"review_id": 10261118,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10261118",
"publish_date": "2024-09-17T00:00:00",
"review_title": "Postman, a user-friendly approach of testing APIs",
"review_rating": 4.5,
"review_content": "What do you like best about Postman?\nThere are certain features in Postman that look really good to me : 1.) Response formatting (can format the API response in JSON etc.) 2.) Environment setup (I can create and switch to a new environment which is very helpful to test the API response either in Quality or Production) 3.) I can easily get the code snippets for the provided API integration in the desired coding language, which is very helpful and time saving. 4.) I can also create my team, where all the members can perform testing simultaneously.\n\nWhat do you dislike about Postman?\nThere is not much to dislike in Postman, but few are: 1.) I can add only limited member in a team with a basic/free plan. 2.) Sometimes, I get 429 for repeated API calls. 3.) Sometimes I also feel like Postman should also allow the user to manage workspace as code blocks rather limiting it to endpoints only.\n\nWhat problems is Postman solving and how is that benefiting you?\nIt provides various features that solve common problems faced during API development and interaction:\n1.) Simplifies API Testing and Debugging : Simplifies API testing by providing a visual interface for interacting with APIs, making it easy for developers and testers to debug requests and responses.\n2.) Collaborative API Development : Increases productivity by providing a shared environment for developers, testers, and stakeholders to collaborate on APIs.\n3.) Comprehensive API Documentation : Saves time by generating real-time documentation and provides a clear reference for developers using or consuming the API.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "There are certain features in Postman that look really good to me : 1.) Response formatting (can format the API response in JSON etc.) 2.) Environment setup (I can create and switch to a new environment which is very helpful to test the API response either in Quality or Production) 3.) I can easily get the code snippets for the provided API integration in the desired coding language, which is very helpful and time saving. 4.) I can also create my team, where all the members can perform testing simultaneously.",
"question": "What do you like best about Postman?"
},
{
"answer": "There is not much to dislike in Postman, but few are: 1.) I can add only limited member in a team with a basic/free plan. 2.) Sometimes, I get 429 for repeated API calls. 3.) Sometimes I also feel like Postman should also allow the user to manage workspace as code blocks rather limiting it to endpoints only.",
"question": "What do you dislike about Postman?"
},
{
"answer": "It provides various features that solve common problems faced during API development and interaction:\n1.) Simplifies API Testing and Debugging : Simplifies API testing by providing a visual interface for interacting with APIs, making it easy for developers and testers to debug requests and responses.\n2.) Collaborative API Development : Increases productivity by providing a shared environment for developers, testers, and stakeholders to collaborate on APIs.\n3.) Comprehensive API Documentation : Saves time by generating real-time documentation and provides a clear reference for developers using or consuming the API.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/8e31fdce-4c50-4857-8b2e-604234d442a5",
"reviewer_name": "Seerapu N.",
"reviewer_job_title": "Backend Developer"
},
"review_id": 10550291,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10550291",
"publish_date": "2024-11-22T00:00:00",
"review_title": "Best API Testing Application",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nIts support to Test Rest APIs is awesome, along with its OAuth2 testing support. It is a one-stop solution for the Backend Application testing with Collections support for the detailed Documentation.\n\nWhat do you dislike about Postman?\nFor Testing of Sockets of socket.io, they have not included it for full-fledged testing Support, So, there is a need for the Socket.io testing development. At the moment, only basic socket.io testing is included.\n\nWhat problems is Postman solving and how is that benefiting you?\nIt is benefitting the rapid API testing in real-time development of the Backend Application along with the collection support for Documenting the use cases, test cases of the API to the stake holders.",
"reviewer_company_size": "Mid-Market(51-1000 emp.)",
"review_question_answers": [
{
"answer": "Its support to Test Rest APIs is awesome, along with its OAuth2 testing support. It is a one-stop solution for the Backend Application testing with Collections support for the detailed Documentation.",
"question": "What do you like best about Postman?"
},
{
"answer": "For Testing of Sockets of socket.io, they have not included it for full-fledged testing Support, So, there is a need for the Socket.io testing development. At the moment, only basic socket.io testing is included.",
"question": "What do you dislike about Postman?"
},
{
"answer": "It is benefitting the rapid API testing in real-time development of the Backend Application along with the collection support for Documenting the use cases, test cases of the API to the stake holders.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/b7145045-6738-454a-897f-1a595e7cc5e3",
"reviewer_name": "Arpan K.",
"reviewer_job_title": "Quality Engineer"
},
"review_id": 10644504,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10644504",
"publish_date": "2024-12-16T00:00:00",
"review_title": "Ultimate tool for API testing",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nThe best part is ease of use to test APIs.I also like the collections part which makes managing multiple endpoints super easy.\n\nWhat do you dislike about Postman?\nSometimes I see issues with large collections as I observe it becomes unresponsive and slow.Also there should be some good debugging tools.\n\nWhat problems is Postman solving and how is that benefiting you?\nIts helping me efficiently test and validate APIs across various features of our e-commerce platform.With Postman I am able to test the application more thoroughly. Making sure UI and API both both are validated for end to end reliability.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The best part is ease of use to test APIs.I also like the collections part which makes managing multiple endpoints super easy.",
"question": "What do you like best about Postman?"
},
{
"answer": "Sometimes I see issues with large collections as I observe it becomes unresponsive and slow.Also there should be some good debugging tools.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Its helping me efficiently test and validate APIs across various features of our e-commerce platform.With Postman I am able to test the application more thoroughly. Making sure UI and API both both are validated for end to end reliability.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/e6467248-3162-4413-abbe-367268f8a3ba",
"reviewer_name": "Raghav G.",
"reviewer_job_title": "Customer Support Lead"
},
"review_id": 10335159,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10335159",
"publish_date": "2024-10-03T00:00:00",
"review_title": "Can check API responses fast",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman helps to check if our APIs are working or not. It also lets us organize the APIs in different workspaces so that we can toggle between them easily. It also lets us enter parameters in an easy way. We can also generate authentication tokens and save them\n\nWhat do you dislike about Postman?\nThere are no dislikes as such. We can use the software easily\n\nWhat problems is Postman solving and how is that benefiting you?\nOur helpdesk product is built totally on APIs and we can test our product to verify if the product is working all right. Also our product is installed on server for our clients and we take postman help when our clients report if any APi is not working",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman helps to check if our APIs are working or not. It also lets us organize the APIs in different workspaces so that we can toggle between them easily. It also lets us enter parameters in an easy way. We can also generate authentication tokens and save them",
"question": "What do you like best about Postman?"
},
{
"answer": "There are no dislikes as such. We can use the software easily",
"question": "What do you dislike about Postman?"
},
{
"answer": "Our helpdesk product is built totally on APIs and we can test our product to verify if the product is working all right. Also our product is installed on server for our clients and we take postman help when our clients report if any APi is not working",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/0fac8d2a-5601-45d9-8ea6-e3a2c5489a5c",
"reviewer_name": "Joao Vitor S.",
"reviewer_job_title": "Python Developer"
},
"review_id": 8236444,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-8236444",
"publish_date": "2024-09-17T00:00:00",
"review_title": "The Pros and Cons of Postman",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman offers a clean and intuitive user interface that makes it easy for developers to interact with APIs. It provides a visually appealing environment for designing, testing, and documenting APIs.\nPostman offers a robust testing framework that allows developers to create and automate comprehensive tests for APIs. It provides features like assertions, variable management, and test result reporting, enabling efficient testing and debugging.\n\nWhat do you dislike about Postman?\nWhile Postman has a user-friendly interface, it can still have a learning curve for beginners new to API development and testing. The various features and functionalities may take some time to master, especially for those with limited programming experience.\nPostman's performance can sometimes be affected when working with extensive API collections or complex requests. Response times may increase, and the application may become less responsive, impacting the overall user experience.\n\nWhat problems is Postman solving and how is that benefiting you?\nThe team creates test scripts in Postman to automate the testing process. They can easily set up assertions, handle variables, and manage test data. Postman's interface provides a clear overview of test results and makes it easier to identify and fix issues, improving the efficiency and accuracy of testing.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman offers a clean and intuitive user interface that makes it easy for developers to interact with APIs. It provides a visually appealing environment for designing, testing, and documenting APIs.\nPostman offers a robust testing framework that allows developers to create and automate comprehensive tests for APIs. It provides features like assertions, variable management, and test result reporting, enabling efficient testing and debugging.",
"question": "What do you like best about Postman?"
},
{
"answer": "While Postman has a user-friendly interface, it can still have a learning curve for beginners new to API development and testing. The various features and functionalities may take some time to master, especially for those with limited programming experience.\nPostman's performance can sometimes be affected when working with extensive API collections or complex requests. Response times may increase, and the application may become less responsive, impacting the overall user experience.",
"question": "What do you dislike about Postman?"
},
{
"answer": "The team creates test scripts in Postman to automate the testing process. They can easily set up assertions, handle variables, and manage test data. Postman's interface provides a clear overview of test results and makes it easier to identify and fix issues, improving the efficiency and accuracy of testing.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/3180cb60-eff6-4327-9853-cdc14caad07f",
"reviewer_name": "Rakshit R.",
"reviewer_job_title": "Back End Developer"
},
"review_id": 5225800,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-5225800",
"publish_date": "2024-08-21T00:00:00",
"review_title": "Best Platform for Rest API Testing",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nThe best part of the application is that it can be used for free. Apart from that, the user interface is excellent, organized, and friendly to work.\n\nWhat do you dislike about Postman?\nNothing as such, the application is great. It's just that it does not support cross-platform usage.\n\nRecommendations to others considering Postman:\nTry it out if you are using REST APIs, a great application.\n\nWhat problems is Postman solving and how is that benefiting you?\nI use it for manual API testing for REST APIs, pre-execution of the same API's using database against Automation Testing.\nOne more good thing about it is the setting up of environment and te variable, at times it is very useful, user doesn't have to copy paste the values everytime.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The best part of the application is that it can be used for free. Apart from that, the user interface is excellent, organized, and friendly to work.",
"question": "What do you like best about Postman?"
},
{
"answer": "Nothing as such, the application is great. It's just that it does not support cross-platform usage.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Try it out if you are using REST APIs, a great application.",
"question": "Recommendations to others considering Postman:"
},
{
"answer": "I use it for manual API testing for REST APIs, pre-execution of the same API's using database against Automation Testing.\nOne more good thing about it is the setting up of environment and te variable, at times it is very useful, user doesn't have to copy paste the values everytime.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "NOT GIVEN",
"reviewer_name": "NOT GIVEN",
"reviewer_job_title": "NOT GIVEN"
},
"review_id": 10485533,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10485533",
"publish_date": "2024-11-24T00:00:00",
"review_title": "Postman: a very good tool for seamless API testing and collaboration.",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nPostman's user friendly inteface makes the api testing seemless. Its prebuilt requests and automated testing capabilities are very helpful for streamling the development workflows.\n\nWhat do you dislike about Postman?\n1 thing i dislike about postman is its dependancy on the internet for certain features like syncying collections oraccessing team workspaces. this can be inconveniant for teams working offline or have limited internet connectivity.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman makes api testing and debugging simple. It helps in quickly finding a resolving bugs withing the developing app.\nAlso the collaboration tools make it easy to share requests and tests, imprving teamwork and accuracy",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman's user friendly inteface makes the api testing seemless. Its prebuilt requests and automated testing capabilities are very helpful for streamling the development workflows.",
"question": "What do you like best about Postman?"
},
{
"answer": "1 thing i dislike about postman is its dependancy on the internet for certain features like syncying collections oraccessing team workspaces. this can be inconveniant for teams working offline or have limited internet connectivity.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman makes api testing and debugging simple. It helps in quickly finding a resolving bugs withing the developing app.\nAlso the collaboration tools make it easy to share requests and tests, imprving teamwork and accuracy",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/9bcd50ba-ba77-46d4-9477-7dd15087e7ef",
"reviewer_name": "Chetan P.",
"reviewer_job_title": "Fullstack Developer"
},
"review_id": 9712982,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-9712982",
"publish_date": "2024-06-09T00:00:00",
"review_title": "Great tool for API testing and managment",
"review_rating": 4,
"review_content": "What do you like best about Postman?\nThe postman gives featurre of customer environment which really helps to manage your API's requirements and secure keys, also worspace manaement which makes easy to user manage and organize multiple API's for diffrent projects. its ease of api testing and management. also one of the good thing about postman is it gives you exact code needed to call an api in verious programming languages which helps developers to integrate an API easily and fast.\n\nWhat do you dislike about Postman?\nPostman servers looks pritty slow while accessing, they should improve a loading speed and letency.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman is really helping our organization for testing API's faster, easy to manage multiple projects and have great feature library, one the best feature it gives code for an api call, in verious programming languages, that helps developers to do api integration faster.",
"reviewer_company_size": "Enterprise(> 1000 emp.)",
"review_question_answers": [
{
"answer": "The postman gives featurre of customer environment which really helps to manage your API's requirements and secure keys, also worspace manaement which makes easy to user manage and organize multiple API's for diffrent projects. its ease of api testing and management. also one of the good thing about postman is it gives you exact code needed to call an api in verious programming languages which helps developers to integrate an API easily and fast.",
"question": "What do you like best about Postman?"
},
{
"answer": "Postman servers looks pritty slow while accessing, they should improve a loading speed and letency.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Postman is really helping our organization for testing API's faster, easy to manage multiple projects and have great feature library, one the best feature it gives code for an api call, in verious programming languages, that helps developers to do api integration faster.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
},
{
"reviewer": {
"reviewer_link": "https://www.g2.com/users/f853ac3c-1bcc-42c6-962f-cdaedf0bf0b0",
"reviewer_name": "Rohan R.",
"reviewer_job_title": "Frontend Developer"
},
"review_id": 10381261,
"video_link": null,
"review_link": "https://www.g2.com/products/postman/reviews/postman-review-10381261",
"publish_date": "2024-10-17T00:00:00",
"review_title": "Very Fast",
"review_rating": 5,
"review_content": "What do you like best about Postman?\nPostman is the best API testing software i used till now.\n\nWhat do you dislike about Postman?\nAccording to my use there is nothing dislike about the Postman.\n\nWhat problems is Postman solving and how is that benefiting you?\nFirstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"reviewer_company_size": "Small-Business(50 or fewer emp.)",
"review_question_answers": [
{
"answer": "Postman is the best API testing software i used till now.",
"question": "What do you like best about Postman?"
},
{
"answer": "According to my use there is nothing dislike about the Postman.",
"question": "What do you dislike about Postman?"
},
{
"answer": "Firstly postman is very fast as compared to another software talking about the design pattern of the files User Experience is good too and it give me the best experience while using the postman. Mainly i used for my API testing.",
"question": "What problems is Postman solving and how is that benefiting you?"
}
]
}
],
"parent_category": null,
"product_website": "https://www.postman.com/api-network/",
"company_location": "San Francisco, CA",
"discussions_link": "https://community.postman.com/",
"popular_mentions": [
"Api requests",
"Api testing",
"Automation testing",
"Backend developer",
"Collections",
"Easy",
"Features",
"Post request",
"Response",
"Response data",
"Rest services",
"Software developer",
"Team",
"User interface",
"Web applications"
],
"services_offered": null,
"company_ownership": null,
"detailed_features": [
{
"name": "API Construction",
"features": [
{
"name": "API Testing",
"content": "Provides an environment for users to rest their API's functionality, efficiency, and data accuracy. 602 reviewers of Postman have provided feedback on this feature.",
"percentage": 94,
"based_on_number_of_reviews": 602
},
{
"name": "Data Security",
"content": "As reported in 510 Postman reviews. Allows users to secure access to data. Provides additional support for security practices like IP whitelisting, attack mitigation, and data encryption.",
"percentage": 86,
"based_on_number_of_reviews": 510
},
{
"name": "Orchestration",
"content": "Based on 456 Postman reviews. Allows administrators to create APIs that utilize multiple backend resources and databases.",
"percentage": 86,
"based_on_number_of_reviews": 456
},
{
"name": "Scalability",
"content": "Based on 161 Postman reviews. Expands functionality while maintaining balanced loads. Serves growing demand without reducing functionality.",
"percentage": 87,
"based_on_number_of_reviews": 161
}
]
},
{
"name": "API Management",
"features": [
{
"name": "Logs/Documentation",
"content": "Records details related to usage and functionality for analytics and reporting. 544 reviewers of Postman have provided feedback on this feature.",
"percentage": 85,
"based_on_number_of_reviews": 544
},
{
"name": "API Monitoring",
"content": "Based on 524 Postman reviews. Detects anomalies in functionality, user accessibility, traffic flows, and tampering.",
"percentage": 88,
"based_on_number_of_reviews": 524
},
{
"name": "Gateway",
"content": "As reported in 439 Postman reviews. Provides a dashboard for users to manage, govern, and secure their API.",
"percentage": 85,
"based_on_number_of_reviews": 439
}
]
},
{
"name": "Data Integration",
"features": [
{
"name": "App Integration",
"content": "The functionality at which APIs integrate with and perform within third-party applications. This feature was mentioned in 470 Postman reviews.",
"percentage": 88,
"based_on_number_of_reviews": 470
}
]
},
{
"name": "API Management",
"features": [
{
"name": "API Discovery",
"content": "Detects new and undocumented assets as they enter a network and add them to asset inventory. 31 reviewers of Postman have provided feedback on this feature.",
"percentage": 90,
"based_on_number_of_reviews": 31
},
{
"name": "API Monitoring",
"content": "As reported in 32 Postman reviews. Detects anomalies in functionality, user accessibility, traffic flows, and tampering.",
"percentage": 95,
"based_on_number_of_reviews": 32
},
{
"name": "Reporting",
"content": "Provides results of the simulation and reveals potential security gaps or vulnerabilitites. This feature was mentioned in 30 Postman reviews.",
"percentage": 88,
"based_on_number_of_reviews": 30
},
{
"name": "Change Management",
"content": "Tools to track and implement required security policy changes. This feature was mentioned in 27 Postman reviews.",
"percentage": 89,
"based_on_number_of_reviews": 27
}
]
},
{
"name": "Security Testing",
"features": [
{
"name": "Compliance Monitoring",
"content": "As reported in 27 Postman reviews. Monitors data quality and send alerts based on violations or misuse.",
"percentage": 88,
"based_on_number_of_reviews": 27
},
{
"name": "API Verification",
"content": "Allows users to set customizable API verification settings to improve security requirements. This feature was mentioned in 30 Postman reviews.",
"percentage": 94,
"based_on_number_of_reviews": 30
},
{
"name": "API Testing",
"content": "Based on 30 Postman reviews. Runs pre-scripted security tests without requiring manual work.",
"percentage": 96,
"based_on_number_of_reviews": 30
}
]
},
{
"name": "Security Management",
"features": [
{
"name": "Security and Policy Enforcement",
"content": "As reported in 27 Postman reviews. Abilities to set standards for network, application, and API security risk management.",
"percentage": 89,
"based_on_number_of_reviews": 27
},
{
"name": "Anomoly Detection",
"content": "Constantly monitors activity related to user behavior and compares activity to benchmarked patterns. This feature was mentioned in 27 Postman reviews.",
"percentage": 89,
"based_on_number_of_reviews": 27
},
{
"name": "Bot Detection",
"content": "Monitors for and rids systems of bots suspected of committing fraud or abusing applications. This feature was mentioned in 27 Postman reviews.",
"percentage": 80,
"based_on_number_of_reviews": 27
}
]
},
{
"name": "Development",
"features": [
{
"name": "API Testing",
"content": "Provides an environment for users to test their API's functionality, efficiency, and data accuracy. 349 reviewers of Postman have provided feedback on this feature.",
"percentage": 95,
"based_on_number_of_reviews": 349
},
{
"name": "Data Security",
"content": "As reported in 307 Postman reviews. Allows users to secure access to data. Provides additional support for security practices like IP whitelisting, attack mitigation, and data encryption.",
"percentage": 88,
"based_on_number_of_reviews": 307
},
{
"name": "Orchestration",
"content": "Based on 285 Postman reviews. Allows developers to create APIs that utilize multiple backend resources and databases.",
"percentage": 87,
"based_on_number_of_reviews": 285
},
{
"name": "Scalability",
"content": "Expands functionality while maintaining balanced loads. Serves growing demand without reducing functionality. This feature was mentioned in 306 Postman reviews.",
"percentage": 88,
"based_on_number_of_reviews": 306
}
]
},
{
"name": "Collaboration",
"features": [
{
"name": "Design Management",
"content": "Allows administrators to set API design guidelines and best practices. This feature was mentioned in 315 Postman reviews.",
"percentage": 89,
"based_on_number_of_reviews": 315
},
{
"name": "Access Control",
"content": "Based on 294 Postman reviews. Enables administrators to set permissions for team members to access workspaces.",
"percentage": 88,
"based_on_number_of_reviews": 294
},
{
"name": "Visibility",
"content": "As reported in 305 Postman reviews. Allows members across teams to view progress and updates throughout the design process.",
"percentage": 89,
"based_on_number_of_reviews": 305
}
]
},
{
"name": "Functionality",
"features": [
{
"name": "Test Coverage",
"content": "Deploys a broad solution suitable for many types of formats. This feature was mentioned in 17 Postman reviews.",
"percentage": 94,
"based_on_number_of_reviews": 17
},
{
"name": "System Capture",
"content": "As reported in 15 Postman reviews. Accurately captures system behavior for relevant simulation.",
"percentage": 88,
"based_on_number_of_reviews": 15
},
{
"name": "False Positives",
"content": "As reported in 16 Postman reviews. Minimizes the occurence of false positives when testing.",
"percentage": 84,
"based_on_number_of_reviews": 16
},
{
"name": "Simulation Quality",
"content": "Simulates robust and realistic build environments. This feature was mentioned in 16 Postman reviews.",
"percentage": 94,
"based_on_number_of_reviews": 16
}
]
},
{
"name": "Usability",
"features": [
{
"name": "Remediation Suggestions",
"content": "Based on 15 Postman reviews. Automatically detects changes in services and suggests remediation and test actions.",
"percentage": 87,
"based_on_number_of_reviews": 15
},
{
"name": "Collaboration",
"content": "Empowers multiple QA testers, developers, and other team members to collaborate on testing. 17 reviewers of Postman have provided feedback on this feature.",
"percentage": 86,
"based_on_number_of_reviews": 17
},
{
"name": "Ease of Configuration",
"content": "Based on 19 Postman reviews. Allows users to easily set and configure complex test scenarios.",
"percentage": 93,
"based_on_number_of_reviews": 19
}
]
}
],
"star_distribution": {
"1": 5,
"2": 0,
"3": 11,
"4": 194,
"5": 1005
},
"product_description": "Postman enables teams to efficiently collaborate at every stage of the API lifecycle while prioritizing quality, performance, and security.",
"supported_languages": null,
"company_founded_year": 2014,
"total_revenue_usd_mm": null,
"company_annual_revenue": null,
"number_of_followers_on_twitter": 52834,
"positioning_against_competitor": null,
"number_of_employees_on_linkedin": 2626
}