kovinevmv / getcontact

Find info about user by phone number using GetContact API
MIT License
437 stars 74 forks source link

Why Not GetContact Web #79

Closed sooluh closed 8 months ago

sooluh commented 9 months ago

Just suggesting and wondering, why not utilize GetContact Web at the moment?

kovinevmv commented 8 months ago

Hello @sooluh.

Yeah, Getcontact Web API provides the same information about user as a mobile application.

But u have to solve ReCaptcha per every search request to receive information about phone number. It's require external service integration to solve this captcha for money. In mobile app with not plain REST API protocol u can do it free using only ur authorization limits.

See picture below Screenshot from 2024-02-25 13-13-53

sooluh commented 8 months ago

ah I see, previously I thought it's enough to just go to /list-tag without having to solve the captcha on /search, turns out /list-tag needs to go through /search first. I'll close this issue. Thanks!