Hey!

I’m currently hitting the limits with Postman’s free tier and need your recommendations for alternatives. My company isn’t planning to upgrade to the paid version, so I’m specifically looking for:

Must-have features:

  • Unlimited API requests
  • Collection runner or similar batch testing capability
  • Data import from spreadsheets for test automation
  • The collection runner feature is crucial for my workflow: I heavily rely on being able to import Excel data to generate and map multiple API calls without manual setup.

Has anyone switched from Postman to something else that offers these capabilities? What’s your experience been like?

Thanks in advance for any suggestions! 🙏

  • MajorHavoc
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    5 days ago

    I’m genuinely wondering, if this is a situation where the open-source community just uses curl and that’s why there’s only corporate gunk for those who want more features.

    Yeah. Pretty much. As one of the folks who could code a new solution in go in a weekend, I have not - because curl plus some trivial one-liners in Bash, Python or PowerShell is already a 90% solution to what I need.