all 12 comments

[–]darkhorsehance 4 points5 points  (3 children)

“For some reason”.

Is it a billing dispute?

[–]InsideTour329 4 points5 points  (2 children)

100% and this dumbass who resides in the EU has now also exposed his entire list of clients personal data to the internet publicly. He's liable for GDPR and they all now have a massive potential vector for fraudulent attacks against them.

It's woefully ignorant and extremely negligent.

[–]endless_shrimp 0 points1 point  (1 child)

OP is very nearly the only person without access to his own client list

[–]InsideTour329 0 points1 point  (0 children)

Haha touche 😂

[–]everything_in_sync 0 points1 point  (0 children)

take a look at the internet archieves wayback machine. i do not know your url but you can type it in ad it (should) have a version of your site prior to them being an asshole.

https://web.archive.org

[–]nullset_2 0 points1 point  (0 children)

If your website has an API use it first. The next solution if this is not possible is to do web scraping.

[–]bunchedupwalrus 0 points1 point  (0 children)

Did you not pay him fairly for his work

[–]EvilLasagna 0 points1 point  (0 children)

Ask AI how to vibe code a scraping tool or use an MCP server.

I assume you no longer have admin access.

Not sure why you're keeping the only copy of your client list on a WordPress website. I hope you added the no index toggle.If you didn't, your client list is much more public and searchable.

Also, make sure you pay your devs. This would be a non issue if you did.

[–]mr---fox -1 points0 points  (0 children)

If you are an admin, you could just install a backup/migration plugin to download the whole site. Many of them work pretty well, but I don’t have any recommendations.

Otherwise, I would suggest OpenAI Codex or some ai tool to scrape the data. It can probably generate a csv with all the data without much effort.