I am planning to create steam users database for some personal use. So my plan is to make requests on steam API with steam IDs and save the result in my database. But I have one problem I don't have steam IDs of all registered profiles.
I've tried learning how those IDs are generated but I didn't understand anything. I also tried finding the existing list of steam IDs but couldn't. How steam IDs are generated
Since steam has 100,000 daily limit I can't go from 000000000000000001 to 999999999999999999 that would take too much resource and time.
Can someone explain how I can get all of the existing IDs, please?