Alternatives
Products that do what API Schedulr does
Schedule API calls and get results delivered, no cron needed
- 1

- 2

- 3IC
In my last project, I was struggling to create and monitor cron jobs. So, instead of creating hundreds of standalone scrips and executing them with cron, I decided to turn those scripts into multiple endpoints. Next, I created a single service that I could schedule HTTP requests to those endpoints and monitor its execution. No more scripts, now everything is endpoints that I can run manually at any time I turned this scheduler service into a Micro-SaaS so you don't have to build it yourself: beew.io I know you can Schedule HTTP requests with Zapier but come on... I will not pay 50 bucks for…
2021
- 4
- 5

- 6

- 7

- 8

- 9
- 10

- 11

- 12FD
Hi! I've built this because I kept reaching for Celery for simple scheduled tasks and it felt like overkill. I just needed "run this function every hour" or "daily at 9am", not distributed workers. So it's decorators for scheduling (@scheduler.every(5).minutes, @scheduler.daily.at("09:00")), state saves to JSON so jobs survive restarts, and there's an optional FastAPI dashboard if you want to see what's running. No Redis, no message broker, runs in-process with your app. Trade-off is it's single process only — if you need distributed workers, stick with Celery.
Jan 2026 · github.com
- 13

- 14

- 15

- 16

- 17
- 18

- 19IB
2020 · blog.cronhub.io
- 20

- 21
- 22

- 23

- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →