G2 Scraper
/g2/reviewsG2 Reviews
Fetch one page of reviews for a G2 product (10 per page), filterable by stars, segment, industry, role, region, and keywords. The response includes the star distribution and available_filters (the product's valid filter values).
QUERY PARAMS
A G2 product slug or full product link.
Examples:
- Slug:
postman - Link:
https://www.g2.com/products/postman/reviews
Page number (10 reviews per page).
Default: 1
Allowed values: positive numbers.
Sort order for reviews.
Default: default (G2's relevance ordering)
Allowed values: default, most-recent, most-helpful, highest-rated, lowest-rated
Filter by star rating. Accepts comma-separated values.
Allowed values: 1, 2, 3, 4, 5
Example: stars=4,5 returns only 4-star and 5-star reviews.
Filter by the reviewer's company size. Accepts comma-separated values.
Allowed values: small-business (50 or fewer employees), mid-market (51-1000 employees), enterprise (more than 1000 employees)
Filter by the reviewer's industry. Accepts comma-separated numeric G2 industry ids.
Each product's valid industry ids (with names and review counts) are published in the available_filters.industries array of this endpoint's response — call once without filters to discover them.
Example: industry=274 (Computer Software)
Filter by the reviewer's region. Accepts comma-separated values.
Allowed values: North America, Europe, Asia, Latin America, Middle East, Africa, ANZ, America Latina, Europa, Norteamerica
Note: America Latina, Europa, and Norteamerica are G2's Spanish region tags — distinct filter values from their English counterparts.
Filter by the reviewer's role. Accepts comma-separated values — G2's named roles or raw numeric role ids.
Named roles: User, Administrator, Executive Sponsor, Internal Consultant, Consultant, Agency, Industry Analyst / Tech Writer
Products can also define custom numeric role ids (e.g. 1001255) — find them in available_filters.roles of this endpoint's response.
Example: role=Administrator,208
Return only reviews mentioning this text.
Example: keywords=api testing
{
"count": 1800,
"per_page": 10,
"current_page": 1,
"total_pages": 180,
"next": "https://g2-scraper.omkar.cloud/g2/reviews?product=postman&page=2",
"previous": null,
"product": "postman",
"g2_link": "https://www.g2.com/products/postman/reviews",
"order": "g2_default",
"filters": {},
"star_distribution": {
"1": 6,
"2": 2,
"3": 14,
"4": 299,
"5": 1479
},
"available_filters": {
"segments": [
{
"id": 179,
"name": "Small Business (50 or fewer emp.)",
"count": 607
},
{
"id": 180,
"name": "Mid-Market (51-1000 emp.)",
"count": 636
},
{
"id": 181,
"name": "Enterprise ( >1000 emp.)",
"count": 501
}
],
"roles": [
{
"id": 1,
"name": "User",
"count": 1470
},
{
"id": 2,
"name": "Administrator",
"count": 99
},
{
"id": 3,
"name": "Executive Sponsor",
"count": 3
},
{
"id": 4,
"name": "Internal Consultant",
"count": 20
},
{
"id": 6,
"name": "Consultant",
"count": 92
},
{
"id": 7,
"name": "Agency",
"count": 2
},
{
"id": 8,
"name": "Industry Analyst / Tech Writer",
"count": 16
}
],
"categories": [
{
"id": 310,
"name": "Build Automation",
"count": 447
},
{
"id": 314,
"name": "Software Testing",
"count": 1410
},
{
"id": 1023,
"name": "API Management",
"count": 1279
},
{
"id": 2253,
"name": "API Security",
"count": 1194
},
{
"id": 2343,
"name": "API Development",
"count": 969
},
{
"id": 1004232,
"name": "API Platforms",
"count": 506
},
{
"id": 1004364,
"name": "Service Virtualization",
"count": 213
},
{
"id": 1009956,
"name": "AI Agent Builders",
"count": 31
}
],
"industries": [
{
"id": 274,
"name": "Computer Software",
"count": 614
},
{
"id": 313,
"name": "Information Technology and Services",
"count": 511
},
{
"id": 292,
"name": "Financial Services",
"count": 58
},
{
"id": 260,
"name": "Banking",
"count": 34
},
{
"id": 317,
"name": "Internet",
"count": 32
},
{
"id": "not(274,313,292,260,317)",
"name": "Other",
"count": 474
}
],
"regions": [
{
"id": "Asia",
"name": "Asia",
"count": 1180
},
{
"id": "North America",
"name": "North America",
"count": 354
},
{
"id": "Europe",
"name": "Europe",
"count": 134
},
{
"id": "Latin America",
"name": "Latin America",
"count": 72
},
{
"id": "Middle East",
"name": "Middle East",
"count": 34
},
{
"id": "Africa",
"name": "Africa",
"count": 15
},
{
"id": "ANZ",
"name": "ANZ",
"count": 7
}
],
"mentions": [
{
"id": 1724232,
"name": "Ease of Use",
"type": "pro",
"count": 467
},
{
"id": 1725011,
"name": "API Testing",
"type": "pro",
"count": 401
},
{
"id": 1725327,
"name": "API Management",
"type": "pro",
"count": 311
},
{
"id": 1730409,
"name": "Testing",
"type": "pro",
"count": 282
},
{
"id": 1729956,
"name": "Testing Efficiency",
"type": "pro",
"count": 279
},
{
"id": 1729983,
"name": "Slow Performance",
"type": "con",
"count": 222
},
{
"id": 1727426,
"name": "Performance Issues",
"type": "con",
"count": 203
},
{
"id": 1725719,
"name": "Slow Loading",
"type": "con",
"count": 145
},
{
"id": 1725383,
"name": "Resource Limitations",
"type": "con",
"count": 134
},
{
"id": 1730769,
"name": "Limited Features",
"type": "con",
"count": 123
}
]
},
"reviews": [
{
"id": 13224320,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13224320",
"title": "Postman Makes API Development, Testing, and Debugging Fast and Easy",
"content": "What do you like best about Postman?\nWhat I like best about Postman is how easy it makes API development, testing, and debugging. It lets me organize API collections, manage environments, automate test cases, and quickly validate API responses, which saves a lot of development time and improves collaboration across the team.\n\nWhat do you dislike about Postman?\nOne limitation I've experienced with Postman is that managing large API collections and environments can become difficult as projects grow. When working with multiple AI services and backend APIs, collections can get cluttered, making navigation and maintenance more time-consuming. In addition, collaboration features like advanced governance, reporting, and workspace management are more useful in the paid plans, which can be limiting for smaller teams. Overall, these are minor drawbacks, and they don't outweigh the value Postman provides for API development and testing.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman solves the challenge of validating and debugging APIs before they are integrated into our applications. In our AI-powered insurance document processing project, I use it to test APIs for document uploads, policy data extraction, authentication, and backend integrations. It allows me to quickly verify request and response data, identify issues early, and ensure APIs work correctly before deployment. This has reduced debugging time, improved API reliability, and accelerated the delivery of AI features, resulting in a more stable and efficient development process.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "What I like best about Postman is how easy it makes API development, testing, and debugging. It lets me organize API collections, manage environments, automate test cases, and quickly validate API responses, which saves a lot of development time and improves collaboration across the team."
},
{
"question": "What do you dislike about Postman?",
"answer": "One limitation I've experienced with Postman is that managing large API collections and environments can become difficult as projects grow. When working with multiple AI services and backend APIs, collections can get cluttered, making navigation and maintenance more time-consuming. In addition, collaboration features like advanced governance, reporting, and workspace management are more useful in the paid plans, which can be limiting for smaller teams. Overall, these are minor drawbacks, and they don't outweigh the value Postman provides for API development and testing."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman solves the challenge of validating and debugging APIs before they are integrated into our applications. In our AI-powered insurance document processing project, I use it to test APIs for document uploads, policy data extraction, authentication, and backend integrations. It allows me to quickly verify request and response data, identify issues early, and ensure APIs work correctly before deployment. This has reduced debugging time, improved API reliability, and accelerated the delivery of AI features, resulting in a more stable and efficient development process."
}
],
"rating": 5,
"reviewer": {
"name": "Harsh G.",
"job_title": "AI Engineer",
"industry": "Insurance",
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/3b742ee2-c253-484a-a24d-7a91e62bc8d5"
},
"publish_date": "2026-08-07",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic",
"video_link": null
},
{
"id": 13218999,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13218999",
"title": "Intuitive, Powerful API Testing That Streamlines Our Workflow",
"content": "What do you like best about Postman?\nPostman has been an excellent tool for API development and testing. Its intuitive interface makes it simple to create, organize, and test REST APIs, while also allowing me to quickly inspect requests and responses. Features such as collections, environments, authentication support, and automated testing have noticeably improved my development workflow. It helps me debug APIs more quickly, validate integrations with confidence, and collaborate smoothly with my team, making the overall API development process more efficient and productive.\n\nWhat do you dislike about Postman?\nPostman is a powerful API development tool, but there are still a few areas where it could improve. The desktop app can feel resource-intensive at times, especially when I’m working with large collections or juggling multiple workspaces. I’ve also found that some of the more advanced features are locked behind paid plans, which can be limiting for individual developers and small teams.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman has helped solve many challenges in API development and testing by offering a single platform where we can create, test, and debug APIs efficiently. Before using Postman, validating endpoints and troubleshooting authentication or request-related issues took much more time and effort. With features such as collections, environments, automated tests, and detailed response inspection, we can spot problems faster, reduce development time, and make sure our APIs behave reliably before deployment. Overall, it has improved collaboration across the team, sped up integration testing, and boosted productivity.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "Postman has been an excellent tool for API development and testing. Its intuitive interface makes it simple to create, organize, and test REST APIs, while also allowing me to quickly inspect requests and responses. Features such as collections, environments, authentication support, and automated testing have noticeably improved my development workflow. It helps me debug APIs more quickly, validate integrations with confidence, and collaborate smoothly with my team, making the overall API development process more efficient and productive."
},
{
"question": "What do you dislike about Postman?",
"answer": "Postman is a powerful API development tool, but there are still a few areas where it could improve. The desktop app can feel resource-intensive at times, especially when I’m working with large collections or juggling multiple workspaces. I’ve also found that some of the more advanced features are locked behind paid plans, which can be limiting for individual developers and small teams."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman has helped solve many challenges in API development and testing by offering a single platform where we can create, test, and debug APIs efficiently. Before using Postman, validating endpoints and troubleshooting authentication or request-related issues took much more time and effort. With features such as collections, environments, automated tests, and detailed response inspection, we can spot problems faster, reduce development time, and make sure our APIs behave reliably before deployment. Overall, it has improved collaboration across the team, sped up integration testing, and boosted productivity."
}
],
"rating": 4.5,
"reviewer": {
"name": "Suraj J.",
"job_title": "AI ENGINEER",
"industry": null,
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/b103999b-3137-42cb-b27a-d99aa3dfb7bd"
},
"publish_date": "2026-08-06",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic",
"video_link": null
},
{
"id": 13165460,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13165460",
"title": "Postman Streamlines API Testing with Collections, Environments, and Easy Sharing",
"content": "What do you like best about Postman?\nPostman makes API testing very use. I use it to send requests, inspect responses, and quickly debug issues without having to write extra code. Saving collections and environments makes it easy to switch between different setups, and sharing them with teammates helps everyone stay on the same page. Overall, it saves a lot of time during development and makes testing APIs much more organized and efficient.\n\nWhat do you dislike about Postman?\nThe interface can feel a bit overwhelming at first because there are so many features and options. Sometimes the desktop app also feels a little slow when working with large collections or multiple environments, it lags a lot then which is very frustrating.\n\nWhat problems is Postman solving and how is that benefiting you?\nIt helps me test and validate APIs much faster during development, instead of writing custom scripts for every request. Sharing collections and environments with teammates also keeps everyone working with the same API configurations, which reduces confusion and speeds up collaboration.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "Postman makes API testing very use. I use it to send requests, inspect responses, and quickly debug issues without having to write extra code. Saving collections and environments makes it easy to switch between different setups, and sharing them with teammates helps everyone stay on the same page. Overall, it saves a lot of time during development and makes testing APIs much more organized and efficient."
},
{
"question": "What do you dislike about Postman?",
"answer": "The interface can feel a bit overwhelming at first because there are so many features and options. Sometimes the desktop app also feels a little slow when working with large collections or multiple environments, it lags a lot then which is very frustrating."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "It helps me test and validate APIs much faster during development, instead of writing custom scripts for every request. Sharing collections and environments with teammates also keeps everyone working with the same API configurations, which reduces confusion and speeds up collaboration."
}
],
"rating": 4.5,
"reviewer": {
"name": "Ravi P.",
"job_title": "Software Developer",
"industry": "Computer Software",
"company_size": "Enterprise (> 1000 emp.)",
"link": "https://www.g2.com/users/184f2b25-f226-44c0-9934-d8669ad3f82e"
},
"publish_date": "2026-07-25",
"badges": [
"Current User",
"Validated Reviewer",
"Incentivized"
],
"source": "G2 invite",
"video_link": null
},
{
"id": 13134196,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13134196",
"title": "Intuitive, Script-Free REST API Testing with Powerful Automation",
"content": "What do you like best about Postman?\nThe biggest advantage of Postman is its intuitive interface and the ability to test REST APIs without writing custom scripts. Creating requests, managing environments, organizing collections, and automating API testing is straightforward.\n\nWhat do you dislike about Postman?\nThe biggest advantage of Postman is its intuitive interface and the ability to test REST APIs without writing custom scripts. Creating requests, managing environments, organizing collections, and automating API testing is straightforward.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman has become an essential part of our API development workflow. It helps us:",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "The biggest advantage of Postman is its intuitive interface and the ability to test REST APIs without writing custom scripts. Creating requests, managing environments, organizing collections, and automating API testing is straightforward."
},
{
"question": "What do you dislike about Postman?",
"answer": "The biggest advantage of Postman is its intuitive interface and the ability to test REST APIs without writing custom scripts. Creating requests, managing environments, organizing collections, and automating API testing is straightforward."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman has become an essential part of our API development workflow. It helps us:"
}
],
"rating": 5,
"reviewer": {
"name": "Vijay D.",
"job_title": "Administrator",
"industry": null,
"company_size": "Small-Business (50 or fewer emp.)",
"link": "https://www.g2.com/users/e1daf58e-53a4-4f2c-b8cd-8a101aa7954d"
},
"publish_date": "2026-07-21",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic Review from User Profile",
"video_link": null
},
{
"id": 12996727,
"link": "https://www.g2.com/products/postman/reviews/postman-review-12996727",
"title": "Postman Makes API Testing Simple and Efficient with Collections & Environment Variables",
"content": "What do you like best about Postman?\nPostman makes API testing very simple and efficient. I like how easy it is to create requests, test endpoints, manage collections, and share them with team members.\n\nWhat do you dislike about Postman?\nSometimes the application can become slow when working with very large collections or multiple environments. Managing a large number of requests can also become difficult if collections are not organized properly.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman simplifies API development and testing by allowing developers to send requests, validate responses, and troubleshoot issues without writing custom test scripts.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "Postman makes API testing very simple and efficient. I like how easy it is to create requests, test endpoints, manage collections, and share them with team members."
},
{
"question": "What do you dislike about Postman?",
"answer": "Sometimes the application can become slow when working with very large collections or multiple environments. Managing a large number of requests can also become difficult if collections are not organized properly."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman simplifies API development and testing by allowing developers to send requests, validate responses, and troubleshoot issues without writing custom test scripts."
}
],
"rating": 5,
"reviewer": {
"name": "priyanka p.",
"job_title": "Packaged Application Development Analyst",
"industry": null,
"company_size": "Enterprise (> 1000 emp.)",
"link": "https://www.g2.com/users/7dd84ba9-3fb2-441b-87bf-0cc895fdd998"
},
"publish_date": "2026-06-23",
"badges": [
"Current User",
"Validated Reviewer",
"Incentivized"
],
"source": "G2 invite",
"video_link": null
},
{
"id": 13066410,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13066410",
"title": "Postman Makes API Testing Fast and Organized with Collections",
"content": "What do you like best about Postman?\nI use Postman almost every time I'm working with backend APIs because it lets me test endpoints before connecting them to the frontend. I especially like collections and environment variables since they save me from repeatedly changing base URLs, tokens, and IDs while switching between local and deployed environments. The ability to inspect headers, payloads, status codes, and response times in one place makes debugging much faster.\n\nWhat do you dislike about Postman?\nOnce collections start growing, keeping requests organized takes some effort and the desktop app can become noticeably heavier during long sessions. I also wish more collaboration and monitoring features were available on the free plan since many individual developers and students rely on it for learning and personal projects.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman has become one of the first tools I open when building APIs. It helps me verify authentication flows, test request payloads, validate responses, and catch backend issues before they appear in the frontend application. Having everything stored in collections also makes regression testing much easier whenever an API changes.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "I use Postman almost every time I'm working with backend APIs because it lets me test endpoints before connecting them to the frontend. I especially like collections and environment variables since they save me from repeatedly changing base URLs, tokens, and IDs while switching between local and deployed environments. The ability to inspect headers, payloads, status codes, and response times in one place makes debugging much faster."
},
{
"question": "What do you dislike about Postman?",
"answer": "Once collections start growing, keeping requests organized takes some effort and the desktop app can become noticeably heavier during long sessions. I also wish more collaboration and monitoring features were available on the free plan since many individual developers and students rely on it for learning and personal projects."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman has become one of the first tools I open when building APIs. It helps me verify authentication flows, test request payloads, validate responses, and catch backend issues before they appear in the frontend application. Having everything stored in collections also makes regression testing much easier whenever an API changes."
}
],
"rating": 4.5,
"reviewer": {
"name": "ARYAN M.",
"job_title": "Undergraduate Student",
"industry": "Higher Education",
"company_size": "Small-Business (50 or fewer emp.)",
"link": "https://www.g2.com/users/a6c01c74-8ae7-4692-aeae-fdf2daccbfa1"
},
"publish_date": "2026-07-05",
"badges": [
"Current User",
"Validated Reviewer",
"Incentivized"
],
"source": "G2 invite",
"video_link": null
},
{
"id": 13046207,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13046207",
"title": "The easiest way I've found to work with APIs",
"content": "What do you like best about Postman?\nI use Postman pretty much every day, and the features I rely on the most are Environments and Variables. Being able to switch between development, staging, and production without editing every single request saves me from making a lot of silly mistakes, especially when I'm juggling multiple projects at the same time. I've also really liked how the API Collaboration features have evolved. Sharing collections, documentation, examples, and test cases with the rest of the team has replaced a bunch of separate documents we used to maintain. Everything lives in one place now, which makes life a lot easier. On top of that, the documentation around Postman itself is some of the best I've worked with. Performance has been solid too. Even with fairly large collections, I rarely run into stability issues.\n\nWhat do you dislike about Postman?\nThe only thing I'd point out is that some of the newer features, like Flows and a few of the more advanced collaboration tools, take a bit longer to get comfortable with. Postman has grown into a much bigger platform over the years, so learning the basics is easy, but getting the most out of everything it offers definitely takes some time.\n\nWhat problems is Postman solving and how is that benefiting you?\nA big part of my work involves integrating third-party services or consuming APIs built by other teams. Before I write a single line of code, I usually spend some time exploring the endpoints, checking responses, testing edge cases, and understanding how the API behaves. Lately we've also been creating shared collections before development even starts. While one part of the team works on the backend, the frontend developers can already validate responses, test contracts, and build against the same collections. By the time everything comes together, we've usually caught most of the integration issues long before they reach production. That's probably the biggest reason I keep using Postman. It stopped being just a tool for testing APIs a long time ago. Now it's where the whole team stays aligned on how an API is supposed to work.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "I use Postman pretty much every day, and the features I rely on the most are Environments and Variables. Being able to switch between development, staging, and production without editing every single request saves me from making a lot of silly mistakes, especially when I'm juggling multiple projects at the same time. I've also really liked how the API Collaboration features have evolved. Sharing collections, documentation, examples, and test cases with the rest of the team has replaced a bunch of separate documents we used to maintain. Everything lives in one place now, which makes life a lot easier. On top of that, the documentation around Postman itself is some of the best I've worked with. Performance has been solid too. Even with fairly large collections, I rarely run into stability issues."
},
{
"question": "What do you dislike about Postman?",
"answer": "The only thing I'd point out is that some of the newer features, like Flows and a few of the more advanced collaboration tools, take a bit longer to get comfortable with. Postman has grown into a much bigger platform over the years, so learning the basics is easy, but getting the most out of everything it offers definitely takes some time."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "A big part of my work involves integrating third-party services or consuming APIs built by other teams. Before I write a single line of code, I usually spend some time exploring the endpoints, checking responses, testing edge cases, and understanding how the API behaves. Lately we've also been creating shared collections before development even starts. While one part of the team works on the backend, the frontend developers can already validate responses, test contracts, and build against the same collections. By the time everything comes together, we've usually caught most of the integration issues long before they reach production. That's probably the biggest reason I keep using Postman. It stopped being just a tool for testing APIs a long time ago. Now it's where the whole team stays aligned on how an API is supposed to work."
}
],
"rating": 4.5,
"reviewer": {
"name": "Miguel F.",
"job_title": "Software Developer",
"industry": "Information Technology and Services",
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/de9fcf71-7f25-4891-aeb0-485844c6eae0"
},
"publish_date": "2026-06-29",
"badges": [
"Current User",
"Validated Reviewer",
"Incentivized"
],
"source": "G2 invite",
"video_link": null
},
{
"id": 13068489,
"link": "https://www.g2.com/products/postman/reviews/postman-review-13068489",
"title": "Evaluating the Effectiveness of Postman in API Workflow Optimization",
"content": "What do you like best about Postman?\nThe interface makes it super easy to organize requests, manage APIs, and even automate tests with collections. Plus, the environment variables and scripting with pre-request or test scripts make it super powerful for both manual and automated workflows.\n\nWhat do you dislike about Postman?\nEspecially when you have a lot of collections or workspaces open, sometimes the learning curve can be a bit steep if you're diving into things like tests or complex workflows for the first time. So, it’s powerful, but it can be a little heavy at times.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman really solves the problem of managing and testing APIs in a streamlined, centralized way. Instead of juggling different tools or writing manual cURL commands, I can quickly organize requests, automate testing, and even simulate different environments. That saves a ton of time and ensures I catch issues early, which is a huge benefit when building or integrating APIs.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "The interface makes it super easy to organize requests, manage APIs, and even automate tests with collections. Plus, the environment variables and scripting with pre-request or test scripts make it super powerful for both manual and automated workflows."
},
{
"question": "What do you dislike about Postman?",
"answer": "Especially when you have a lot of collections or workspaces open, sometimes the learning curve can be a bit steep if you're diving into things like tests or complex workflows for the first time. So, it’s powerful, but it can be a little heavy at times."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman really solves the problem of managing and testing APIs in a streamlined, centralized way. Instead of juggling different tools or writing manual cURL commands, I can quickly organize requests, automate testing, and even simulate different environments. That saves a ton of time and ensures I catch issues early, which is a huge benefit when building or integrating APIs."
}
],
"rating": 5,
"reviewer": {
"name": "Nuthi S.",
"job_title": "Software Engineer -QA at Genzeon",
"industry": "Computer Software",
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/2903a559-b3b5-400f-8ff0-c74b41c0327e"
},
"publish_date": "2026-07-06",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic",
"video_link": null
},
{
"id": 12958633,
"link": "https://www.g2.com/products/postman/reviews/postman-review-12958633",
"title": "Streamlining API Testing and Development",
"content": "What do you like best about Postman?\nWhat I like best about Postman is its user-friendly interface and the ability to test APIs quickly without writing additional code. Features like Collections, Environment Variables, and automated testing scripts make API development and debugging much more efficient. It also simplifies collaboration by allowing teams to share API requests, documentation, and test cases in a centralized workspace.\n\nWhat do you dislike about Postman?\nThe learning curve can be a bit steep for beginners, especially when working with automated tests, scripting, and complex environment configurations. However, the extensive documentation helps overcome this challenge.\n\nWhat problems is Postman solving and how is that benefiting you?\nPostman solves the challenge of testing, validating, and managing APIs efficiently during development. It allows me to send requests, inspect responses, automate tests, and organize endpoints in collections without building a separate frontend. This helps me identify issues faster, reduce debugging time, and improve the overall quality and reliability of my applications. The collaboration and documentation features also make it easier to share APIs with team members and maintain consistency across projects.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "What I like best about Postman is its user-friendly interface and the ability to test APIs quickly without writing additional code. Features like Collections, Environment Variables, and automated testing scripts make API development and debugging much more efficient. It also simplifies collaboration by allowing teams to share API requests, documentation, and test cases in a centralized workspace."
},
{
"question": "What do you dislike about Postman?",
"answer": "The learning curve can be a bit steep for beginners, especially when working with automated tests, scripting, and complex environment configurations. However, the extensive documentation helps overcome this challenge."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "Postman solves the challenge of testing, validating, and managing APIs efficiently during development. It allows me to send requests, inspect responses, automate tests, and organize endpoints in collections without building a separate frontend. This helps me identify issues faster, reduce debugging time, and improve the overall quality and reliability of my applications. The collaboration and documentation features also make it easier to share APIs with team members and maintain consistency across projects."
}
],
"rating": 5,
"reviewer": {
"name": "Srinath R.",
"job_title": "Developer",
"industry": "Computer Software",
"company_size": "Small-Business (50 or fewer emp.)",
"link": "https://www.g2.com/users/8ee7f101-8c24-47bb-b7e3-3a24ffe2857b"
},
"publish_date": "2026-06-15",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic Review from User Profile",
"video_link": null
},
{
"id": 12931615,
"link": "https://www.g2.com/products/postman/reviews/postman-review-12931615",
"title": "From Messy Curl Commands to Clean, Collaborative API Workflows",
"content": "What do you like best about Postman?\nPostman has genuinely transformed the way our team handles API development, and I mean that in the most practical sense — not just as a buzzword.\n\nWhat do you dislike about Postman?\nAs much as I enjoy using Postman, there are a few pain points worth mentioning.\n\nWhat problems is Postman solving and how is that benefiting you?\nThe core problem Postman solves for me is fragmentation — before using it, API work was spread across too many places. Curl commands in the terminal, endpoints scribbled in Notion, authentication tokens copy-pasted from Slack messages, and test results that existed only in my head. It was messy and hard to hand off to anyone else.",
"question_answers": [
{
"question": "What do you like best about Postman?",
"answer": "Postman has genuinely transformed the way our team handles API development, and I mean that in the most practical sense — not just as a buzzword."
},
{
"question": "What do you dislike about Postman?",
"answer": "As much as I enjoy using Postman, there are a few pain points worth mentioning."
},
{
"question": "What problems is Postman solving and how is that benefiting you?",
"answer": "The core problem Postman solves for me is fragmentation — before using it, API work was spread across too many places. Curl commands in the terminal, endpoints scribbled in Notion, authentication tokens copy-pasted from Slack messages, and test results that existed only in my head. It was messy and hard to hand off to anyone else."
}
],
"rating": 4.5,
"reviewer": {
"name": "RAVI R.",
"job_title": "Software Engineer-Trainee",
"industry": null,
"company_size": "Mid-Market (51-1000 emp.)",
"link": "https://www.g2.com/users/b59751af-9e68-407f-9360-95b3bf20461a"
},
"publish_date": "2026-06-08",
"badges": [
"Current User",
"Validated Reviewer"
],
"source": "Organic Review from User Profile",
"video_link": null
}
]
}