Hi bro, I currently have an experimental project but for now I am constrained to do updates, so, maybe I need an API from ninjastic for this experiment, can I use it? for the web that I am working on is more focused on grouping members who participate in the bitcointalk signature campaign. statistical data such as merit, last 8 days posts and others, if I do scrape continuously, it might be less effective, if the scrape is scheduled it might be possible, but the data update might be slower. especially having to think about how to avoid blocking access. from Bitcointalk

Yes, you can use the API as long as there is no abuse (no spam).

There is already a working one, but the docs are gone since I migrated servers. What data do you need?
My suggestion is that when we search using your ninjastic.space with this kind of filter, all the deleted posts and non-deleted posts of that week come together in front of us.
In which many times during campaign management, we don't find that which posts were been deleted and which weren't deleted, so we count them all. I'm not saying that we can't go and check each post individually, but the tools are for making our life more easy, which your ninjastic.space has done for us already, so I want to say through my suggestion that there are enough searching parameters here, if you want, you can add another parameter like "excluding deleted post". Then we can only see the posts that are in forum from that member.
I can add a filter for non-deleted posts on the
beta.ninjastic.space search page (have you checked that yet?). But do keep in mind that my scraper only checks posts when they are created, after 5 minutes, 30 minutes, then 7 days. So you might count a post that has been deleted but my scraper just doesn't know yet.
I might consider doing more rescrapes, like every 24h until 7 days have passed.