Hey everyone,
I recently built a screenshot API called GoScreenAPI.
It lets you capture website screenshots with a simple API call.
Main features:
I tried to make it simple and affordable:
10,000 screenshots for $10
I'm currently looking for feedback and early users.
If you want to test it, I can give free access 🙌
https://goscreenapi.com/
https://github.com/bymtnturk/goscreenapi-examples
Quick update:
I pivoted from just screenshot API → visual monitoring + competitor tracking.
Would love feedback 🙏
Nice idea. One quick thing — if your API response time isn’t optimized or cached, it could become a bottleneck at scale. Might be worth adding caching or queueing depending on usage.
Good point, thanks!
I’m already using a queue-based system with workers + retry mechanism, and I’m adding caching to reduce repeated requests.
Scaling is definitely something I’m actively working on.
Appreciate the feedback 🙏